dernier plus haut / dernier plus bas
Forums › ProRealTime forum Français › Support ProBuilder › dernier plus haut / dernier plus bas
- This topic has 6 replies, 2 voices, and was last updated 6 years ago by ghary.
-
-
01/15/2018 at 5:43 PM #59574
Bonjour à tous,
Je cherche a programmer un indicateur qui tracerait le dernier plus haut et le dernier plus bas en mensuel , en hebdo , en journalier , en 4 heures et en 1 heures .
Je ne sais pas par ou commencer .
Merci à tous.
Hello everyone,
I am looking to program an indicator that would draw the last highest and the lowest in monthly, weekly, daily, 4 hours and 1 hour.
I do not know where to start .
Thank you all.
01/16/2018 at 11:23 AM #5963601/16/2018 at 11:24 AM #59637123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384////ONCE DAY////once currenthighday=highonce currentlowday=lowonce previoushighday=undefinedonce previouslowday=undefined////ONCE WEEK////once currenthighweek=highonce currentlowweek=lowonce previoushighweek=undefinedonce previouslowweek=undefined////ONCE MONTH////once currenthighmonth=highonce currentlowmonth=lowonce previoushighmonth=undefinedonce previouslowmonth=undefined////ONCE TRIMESTRIAL////trimH=max(trimH,high)trimL=min(trimL,low)////ONCE ANNUEL////once currenthighannuel=highonce currentlowannuel=lowonce previoushighannuel=undefinedonce previouslowannuel=undefined////OPEN DAY////if openday <> openday[1] thenprevioushighday=currenthighdaypreviouslowday=currentlowdaycurrenthighday=highcurrentlowday=lowelsecurrenthighday=max(high,currenthighday)currentlowday=min(low,currentlowday)endif////OPEN WEEK////if DayOfWeek<DayOfWeek[1] thenprevioushighweek=currenthighweekpreviouslowweek=currentlowweekcurrenthighweek=highcurrentlowweek=lowelsecurrenthighweek=max(high,currenthighweek)currentlowweek=min(low,currentlowweek)endif////OPEN MONTH////if openmonth<>openmonth[1]thenprevioushighmonth=currenthighmonthpreviouslowmonth=currentlowmonthcurrenthighmonth=highcurrentlowmonth=lowelsecurrenthighmonth=max(high,currenthighmonth)currentlowmonth=min(low,currentlowmonth)endif////OPEN TRIMESTRIAL////If openMonth<>openMonth[1] thenif openmonth=4 or openmonth=7 or openmonth=10 or openmonth=1 thentrimestrialH=trimHtrimestrialL=trimLtrimL=close*100trimH=0endifendif////OPEN ANNUEL////if openyear <> openyear[1] thenprevioushighannuel=currenthighannuelpreviouslowannuel=currentlowannuelcurrenthighannuel=highcurrentlowannuel=lowelsecurrenthighannuel=max(high,currenthighannuel)currentlowannuel=min(low,currentlowannuel)endifreturn previoushighday coloured(46, 134, 193) as "Précédent haut journalier", previouslowday coloured(46, 134, 193) as "Précédent bas journalier", previoushighweek coloured(0,0,0) as "Précédent haut semaine", previouslowweek coloured(0,0,0) as "Précédent bas semaine", previoushighmonth coloured(250, 47, 47) as "Précédent haut mensuel", previouslowmonth coloured(250, 47, 47) as "Précédent bas mensuel", trimestrialH coloured(255, 195, 0) as "Précédent haut trimestriel", trimestrialL coloured(255, 195, 0) as "Précédent bas trimestriel", previoushighannuel coloured(176, 0, 165) as "Précédent haut annuelle", previouslowannuel coloured(176, 0, 165) as "Précédent bas annuelle"01/16/2018 at 11:32 AM #59639ce code provient de cette file : https://www.prorealcode.com/topic/configuration-plus-haut-plus-bas-precedent/
Possible d’en faire un screener ou trop complexe ?
merci à tous…
01/17/2018 at 6:36 PM #5972101/18/2018 at 10:35 AM #59786Bonjour, tu as réussi a rejouté le 4 heure alors ?
bah j’ai essayé de le transformer en screener mais erreur car y’a divers condition, soit le prix est au dessus du dernier plus haut journalier, semaine mensuel…, soit il est en dessous idem que le plus haut soit il est situé entre les bornes…
donc des conditions à différentes dans le même screener ça à l’air compliqué…
01/21/2018 at 9:38 PM #60105 -
AuthorPosts
Find exclusive trading pro-tools on