Fiabilité : Retour programme toujours différent …
Forums › ProRealTime forum Français › Support ProBuilder › Fiabilité : Retour programme toujours différent …
- This topic has 6 replies, 3 voices, and was last updated 3 years ago by Louloute.
Viewing 7 posts - 1 through 7 (of 7 total)
-
-
03/02/2021 at 3:38 PM #162951
Bonjour,
Mon programme me donne des résultats différents mais récurrents et cycliques lorsque je le valide à plusieurs reprises sans le modifier …
J’ai placé une image en pièce jointe.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748//InitialisatiVariablesIchtend = 0R = 255G = 255B = 255alpha = 255//Ichimoku : Tenkan, Kijun, SSA et SSB (Kumo)Tenkan = (highest[9](high)+lowest[9](low))/2Kijun = (highest[26](high)+lowest[26](low))/2SSA = (Tenkan[26]+Kijun[26])/2SSB = (highest[52](high[26])+lowest[52](low[26]))/2//Etat ChandelierChandelierH = Close > Open // HaussierChandelierB = Close < Open // Baissier//Etat KumoKumoH = SSA > SSB //Nuage HaussierKumoB = SSA < SSB //Nuage Baissier//Evolution dans le KumoIndecision = KumoH and ChandelierH and Open >= SSB and Close <= SSA//Sortie nuage, attente coupure Tenkan et KijunAttenteTenkan = KumoH and ChandelierH and Close > SSA and Close < Tenkan and Close < KijunIF Indecision THENIchTend = 0.3R = 70 //SteelblueG = 130B = 180alpha = 90ELSIF AttenteTenkan thenIchTend = 0.5R = 255 //DarkorangeG = 140B = 0alpha = 90ELSEIchTend = 0ENDIFreturn Ichtend coloured(R,G,B,alpha) style(histogram)03/02/2021 at 3:42 PM #16295303/02/2021 at 5:06 PM #16295903/03/2021 at 8:46 AM #16300803/03/2021 at 8:57 AM #16300903/03/2021 at 8:58 AM #16301003/03/2021 at 9:12 AM #163014 -
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)