MMA CROISEMMENT ET SON
Forums › ProRealTime forum Français › Support ProBuilder › MMA CROISEMMENT ET SON
- This topic has 19 replies, 3 voices, and was last updated 7 years ago by
edhitrader.
-
-
06/11/2018 at 3:13 PM #7290406/11/2018 at 3:40 PM #72906
ok super j’attends votre code dans ce cas je vous laisse le temps rien ne presse
merci Mr Nicolas
06/11/2018 at 3:50 PM #72912ok, j’ai compris 😐
En cherchant un peu sur le site, j’ai trouvé un screener: https://www.prorealcode.com/prorealtime-market-screeners/zerolag-moving-average-cross-screener/
Facile de le transformer en indicateur !
06/11/2018 at 4:22 PM #72918ok, j’ai compris
:):):)
123456789101112131415161718192021222324252627//ZeroLag Fast MA:PeriodF = 7DataF = CloselagF = ROUND((PeriodF-1)/2)dF = (DataF+(DataF-DataF[lagF]))F = exponentialaverage[periodF](dF)//ZeroLag Slow MA:PeriodS = 21DataS = CloselagS = ROUND((PeriodS-1)/2)dS = (DataS+(DataS-DataS[lagS]))S = exponentialaverage[periodS](dS)c1 = F crosses over Sc2 = F crosses under Satr=averagetruerange[14]if c1 thendrawarrowup(barindex,low-atr/2) coloured(0,200,0)endifif c2 thendrawarrowdown(barindex,high+atr/2) coloured(200,0,0)endifRETURN c1 or c21 user thanked author for this post.
06/11/2018 at 4:43 PM #72920 -
AuthorPosts
Find exclusive trading pro-tools on
Similar topics: