tracer un point pivot en continue sur du renko
Forums › ProRealTime forum Français › Support plateforme ProRealTime › tracer un point pivot en continue sur du renko
- This topic has 4 replies, 2 voices, and was last updated 4 months ago by kats.
-
-
07/03/2024 at 7:22 PM #23475707/04/2024 at 9:33 AM #234771
Il y a quelque chose comme ça :
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071//---RENKO SIZE 8-------------------------------------//boxsize=8//100//8 //renko bricks size in points/pipswicksize=0 //width of wicks//—end of settingssize=boxsize*pointsizeonce upbox = closeonce downbox = close - sizeIF close > upbox + size THENupbox = upbox + sizedownbox = downbox + sizeELSIF close < downbox - size THENupbox = upbox - sizedownbox = downbox - sizeENDIF//-----PIVOT POINTSprd = 10src1=upboxsrc2=downbox////////pivothighph1 = src1 <= src1[prd]ph2 = highest[prd](src1) < src1[prd]ph3 = src1[prd] >= highest[prd](src1)[prd+1]if ph1 and ph2 and ph3 thenpivotH = src1[prd]drawtext("▼",barindex[prd],src1[prd])coloured("red")elsepivotH = pivotHendif////////pivotlowpl1 = src2 >= src2[prd]pl2 = lowest[prd](src2) > src2[prd]pl3 = src2[prd] <= lowest[prd](src2)[prd+1]if pl1 and pl2 and pl3 thenpivotL = src2[prd]drawtext("▲",barindex[prd],src2[prd])coloured("green")elsepivotL = pivotLendif//----RENKO 2//—settingsboxsize2=2//renko bricks size in points/pipstransparency2=100 //brick colours alphawicksize2=0 //width of wicks//—end of settingssize2=boxsize2*pointsizeonce upbox2 = closeonce downbox2 = close - size2once lowwick2 = close*100IF close > upbox2 + size2 THENupbox2 = upbox2 + size2downbox2 = downbox2 + size2r=0g=200begin2=barindexhighwick2=closewickbar2=barindex-round((barindex-begin2[1])/2)ELSIF close < downbox2 - size2 THENupbox2 = upbox2 - size2downbox2 = downbox2 - size2r=200g=0begin2=barindexwickbar2=barindex-round((barindex-begin2[1])/2)ENDIF//draw renko candlesticksdrawcandle(upbox2,upbox2,downbox2,downbox2)coloured(r,g,0,min(transparency2,255))return upbox as "Renko8 Up"coloured("blue"), downbox as "Renko8 Dw" coloured("blue"), pivotH as "PivotH" coloured("green"), pivotL as "PivotL"coloured("red")07/04/2024 at 1:14 PM #234782bonjour
non ca ne correspond pas a ce que je voudrai.
il y trop de ligne je voudrai juste une ligne qui suit le cours du renko 2 mais qui correspond au pivot renko 8 (dans le principe qui monte tous les 4 points et baisse de la même facon)
cdlt
07/08/2024 at 11:51 AM #234939D'ACCORD. Je comprends que vous vouliez le point pivot. Dans ce cas, vous pouvez profiter du code que j'ai fourni et introduire le calcul du point pivot dans la définition de Renko8.
12//----PivotPP=(upbox[1]+downbox[1]+lastclose[1])/307/19/2024 at 3:56 PM #235521Bonsoir
Ca ne fonctionne pas non plus
si je l affiche dans une fenetre sous graphique ca met bien une ligne mais ca ne s’affiche pas lorsque je le mets sur le graphique de prix
Pouvez vous me mettre le code avec la modif pour voir si j’ai fait les choses correctement svp
cdlt
-
AuthorPosts
Find exclusive trading pro-tools on