affichage des plus haut et plus bas mensuel
- This topic has 6 replies, 3 voices, and was last updated 5 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
Similar topics:
Forums › ProRealTime forum Français › Support ProBuilder › affichage des plus haut et plus bas mensuel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
//superieur des 24h derniers heures haut24h=Dhigh(close)[1] //inferieur des 24h derniers heures bas24h=Dlow(close)[1] //superieur du mois hautmois=high>highest[2304](close) //inferieur du mois basmois=(low)<lowest[2304](close) DRAWTEXT("haut24h",barindex,haut24h,SansSerif,Bold,16)coloured(153,153,0) DRAWTEXT("bas24h",barindex,bas24h,SansSerif,Bold,16)coloured(153,153,0) DRAWTEXT("hautmois",barindex,hautmois,SansSerif,Bold,16)coloured(153,153,0) DRAWTEXT("basmois",barindex,basmois,SansSerif,Bold,16)coloured(153,153,0) DRAWHLINE(haut24h)coloured (0,0,0) DRAWHLINE(bas24h)coloured (0,0,0) DRAWHLINE(hautmois)coloured (0,0,0) DRAWHLINE(basmois)coloured (0,0,0) return |
Hello,
je n arrive pas à avoir les lignes horizontales sur les graphiques .
Je voudrais aussi avoir haut et bas du mois et de l annee en cours
merci de votre aide
bonsoir,
j’ai écrit ce qui suit .
les plus haut et plus bas mensuel
et les haut et bas de la semaine
a verifier
cordialement
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
if day<=2 and time=010000 then LLMens=low HHMens=High endif if CurrentDayOfWeek=1 and time=010000 then LLSEM=LOW HHSEM=High endif if LLmens>low then LLMens=LOW endif if HHMENS<high then HHmens=high endif if LLSem>low then LLSEm=LOW endif if HHSEm<high then HHSEM=high endif return LLmens as"Bas mensuel",HHMens as "haut mensuel" ,LLSEm as "bas semaine",HHSem as " haut de la semaine" |
Il y a ce qu’il faut dans ce sujet: https://www.prorealcode.com/topic/configuration-plus-haut-plus-bas-precedent/
Find exclusive trading pro-tools on