Implémentation OR sur 2 blocs conditionnels
Forums › ProRealTime forum Français › Support ProBuilder › Implémentation OR sur 2 blocs conditionnels
- This topic has 3 replies, 2 voices, and was last updated 4 years ago by GilInvest.
-
-
06/16/2020 at 8:03 AM #136065
Bonjour à tous, j’applique en ce moment la formation premier pas. Ici je veux que l’un ou l’autre de deux blocs conditionnels s’applique et déclenche l’affichage d’un signal. Sauf erreur, je n’ai pas trouvé ca dans la formation mais j’ai rédigé selon la logique comprise : Redaction d’un bloc > ne pas mettre “endif” à la fin du premier bloc > rédiger ” OR” puis redaction de l’autre bloc > endif deux fois. ca donne ca :
Conditional block OR conditional block1234567891011121314151617181920If open[0]<ExponentialAverage[7] and close[0]>ExponentialAverage[7] and close[0]>open[0] and ((Exponentialaverage[20][1]< Exponentialaverage[20][0]) OR (Exponentialaverage[7][1]< Exponentialaverage[7][0])) thenDRAWARROWUP(barindex[0],low-atr10/2) coloured(255,140,0)histoup1=1elsehistoup1=0ORIf low[0]<ExponentialAverage[7] and low[0]<ExponentialAverage[20] and low[0]<ExponentialAverage[34] and close[0]>ExponentialAverage[7] and close[0]>ExponentialAverage[20] and high[0]>ExponentialAverage[34] thenDRAWARROWUP(barindex[0],low-atr10/2) coloured(255,255,0)histoup2=1elsehistoup2=0endifendifMais ProBuilder n’en veux pas. Qqn peut il me dire comment faire ? merci à tous et bonne journée
06/16/2020 at 8:46 AM #136073À la ligne 9, remplacez OR par ENDIF. Éliminez la ligne 20.
1 user thanked author for this post.
06/16/2020 at 8:55 AM #136077Merci Robert mais j’ai déjà essayé et ca n’est pas la solution semble t il. En effet, la fin du code
1return histoup1 coloured(255,140,0) style(histogram), histodown1 coloured(255,140,0) style(histogram), histoup2 coloured(120,210,120) style(histogram), histodown2 coloured(210,120,120) style(histogram), 0 as "0"induit qu’un histogramme d’une certaine couleur doit etre affichée (orange ou ROUGE OU orange ou VERT). MAIS, je dois impérativement avoir soit l’un soit l’autre des deux blocs conditionnels qui soit appliqué car sinon, j’ai les deux couleurs qui se superposent et la c’est pas bon. Ma question est donc toujours en suspend. Bonne journée
06/16/2020 at 9:26 AM #136082 -
AuthorPosts
Find exclusive trading pro-tools on