erreur codage
Forums › ProRealTime forum Français › Support plateforme ProRealTime › erreur codage
- This topic has 39 replies, 6 voices, and was last updated 5 days ago by
JS.
-
-
08/11/2025 at 10:45 PM #24964408/12/2025 at 3:16 AM #249646
ci joint graphique il y a deux trait pour montrer la bonne place sur les bougie doit coller en haut ou en bas
nouveau graph fleche noir bonne position , fleche rouge mauvaise position
bougie grise baissiere donc cloture en bas bougie
bougie bleu haussiere donc cloture en haut..
cdt.
1 user thanked author for this post.
08/12/2025 at 8:48 AM #249648C’est bien ce que vous voulez dire… ?
Polarity v212345678910111213141516171819DefParam DrawOnLastBarOnly=TrueH8Close=Highest[8](Close)L8Close=Lowest[8](Close)//Polarity8=(H8Close+L8Close)/2H21Close=Highest[21](Close)L21Close=Lowest[21](Close)//Polarity21=(H21Close+L21Close)/2//DrawSegment(BarIndex-8,Polarity8,BarIndex,Polarity8) Style(Line,3) Coloured("Blue")//DrawSegment(BarIndex-21,Polarity21,BarIndex,Polarity21) Style(Line,3) Coloured("Green")DrawSegment(BarIndex-8,H8Close,BarIndex,H8Close) Style(Line,3) Coloured("Blue")DrawSegment(BarIndex-8,L8Close,BarIndex,L8Close) Style(Line,3) Coloured("Green")DrawSegment(BarIndex-21,H21Close,BarIndex,H21Close) Style(Line,3) Coloured("Blue")DrawSegment(BarIndex-21,L21Close,BarIndex,L21Close) Style(Line,3) Coloured("Green")Return1 user thanked author for this post.
08/12/2025 at 10:25 AM #249653MERCI POUR TA PATIENCE
je souhaite 2 ligne sur gaphique ci joint ..
8 bougie
21 bougie
si la bougie est haussiere ( vert) le trait arrive au dessus ( voir graph)
si la bougie est baissiere ( rouge) le trait arrive en bas de la bougie
j essai de vous envoyer des graph ..
deux trait sur le graph bleu et vert …
merci
cdt.
08/12/2025 at 10:51 AM #249656Essayez ces… 🙂
Polarity v3123456789DefParam DrawOnLastBarOnly=TrueOnce w1=8Once w2=21DrawSegment(BarIndex-w1,Close[w1],BarIndex,Close[w1])Style(DottedLine,5)Coloured("Blue")DrawSegment(BarIndex-w2,Close[w2],BarIndex,Close[w2])Style(DottedLine,5)Coloured("Green")Return1 user thanked author for this post.
08/12/2025 at 11:09 AM #249659MERCI INFINIMENT!!
alors peut tu verifier …sur ton shema ainsi que le miens les deux trait sont calculer sur 9 et 22 bougie …est ce possible de corriger 8 et 21 pour les cloture c est top…
les 2 traits en ligne continu svp
merci ….
cdt
08/12/2025 at 11:13 AM #24966008/12/2025 at 11:26 AM #249661Voici la version modifiée de la « fenêtre de polarité » :
Polarity Window123456789DefParam DrawOnLastBarOnly=TrueOnce w1=8Once w2=21DrawSegment(BarIndex-(w1-1),Close[w1-1],BarIndex,Close[w1-1])Style(Line,5)Coloured("Blue")DrawSegment(BarIndex-(w2-1),Close[w2-1],BarIndex,Close[w2-1])Style(Line,5)Coloured("Green")Return1 user thanked author for this post.
08/12/2025 at 12:01 PM #24966508/12/2025 at 12:13 PM #249670 -
AuthorPosts
Find exclusive trading pro-tools on