Edit Your Comment
Calculate exact 2 MA crossover price

forex_trader_339107
Jun 26, 2016 zamanından beri üye
5 iletiler
Jun 26, 2016 at 12:01
Jun 26, 2016 zamanından beri üye
5 iletiler
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
Dec 21, 2010 zamanından beri üye
127 iletiler
Jun 26, 2016 at 16:30
(Jun 26, 2016 at 16:31 düzenlendi)
Dec 21, 2010 zamanından beri üye
127 iletiler
Mathematically You have to made extrapolation of both MA,
( or simply use their current speed : MA[i]-MA[i-1] )
and find time where they replace positions :
( ( MA1[i-1]>MA2[i-1] && MA1[i]MA2[i] ) )
( or simply use their current speed : MA[i]-MA[i-1] )
and find time where they replace positions :
( ( MA1[i-1]>MA2[i-1] && MA1[i]MA2[i] ) )

forex_trader_29148
Feb 11, 2011 zamanından beri üye
1768 iletiler

forex_trader_339107
Jun 26, 2016 zamanından beri üye
5 iletiler
Jun 27, 2016 at 05:40
Jun 26, 2016 zamanından beri üye
5 iletiler
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?

forex_trader_339107
Jun 26, 2016 zamanından beri üye
5 iletiler
Jun 27, 2016 at 05:46
Jun 26, 2016 zamanından beri üye
5 iletiler
rob559 posted:
that was easy😁
Easy?

*Ticari kullanım ve istenmeyen e-postalara müsamaha gösterilmez ve hesabın feshedilmesine neden olabilir.
İpucu: Bir resim/youtube urlsi yayınlamak, onu otomatik olarak gönderinize gömer!
İpucu: Bu tartışmaya katılan bir kullanıcı adını otomatik olarak tamamlamak için @ işaretini yazın.