Edit Your Comment
Calculate exact 2 MA crossover price

forex_trader_339107
Mitglied seit Jun 26, 2016
5 Posts
Jun 26, 2016 at 12:01
Mitglied seit Jun 26, 2016
5 Posts
Hello,
I'm developing own indicator and i want to calculate/predict exact 2 MA crossover price. Does anyone have formula how to do this?
For example i have Fast MA 10, and Slow MA 20 and i want to calculate crossover price before crossover happen to draw horizontal line at this level.
I'm developing own indicator and i want to calculate/predict exact 2 MA crossover price. Does anyone have formula how to do this?
For example i have Fast MA 10, and Slow MA 20 and i want to calculate crossover price before crossover happen to draw horizontal line at this level.

forex_trader_25447
Mitglied seit Dec 21, 2010
127 Posts

forex_trader_29148
Mitglied seit Feb 11, 2011
1768 Posts

forex_trader_339107
Mitglied seit Jun 26, 2016
5 Posts
Jun 27, 2016 at 05:40
Mitglied seit Jun 26, 2016
5 Posts
So i have,...
FastMAPrice = NormalizeDouble(iMA(NULL, 0, 10, 0, MODE_SMA, PRICE_CLOSE, 0), Digits);
SlowMAPrice = NormalizeDouble(iMA(NULL, 0, 20, 0, MODE_SMA, PRICE_CLOSE, 0), Digits);
And how can i find exact price when MAs will be crossed?
FastMAPrice = NormalizeDouble(iMA(NULL, 0, 10, 0, MODE_SMA, PRICE_CLOSE, 0), Digits);
SlowMAPrice = NormalizeDouble(iMA(NULL, 0, 20, 0, MODE_SMA, PRICE_CLOSE, 0), Digits);
And how can i find exact price when MAs will be crossed?

*Kommerzielle Nutzung und Spam werden nicht toleriert und können zur Kündigung des Kontos führen.
Tipp: Wenn Sie ein Bild/eine Youtube-Url posten, wird diese automatisch in Ihren Beitrag eingebettet!
Tipp: Tippen Sie das @-Zeichen ein, um einen an dieser Diskussion teilnehmenden Benutzernamen automatisch zu vervollständigen.