You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
"over here (Multi Timeframe Indicators) post 420"
ok? (or ask Mart to attach it?)
Need Indicator showing time SINCE two MA's crossed
Does anyone have an indicator that will tell me the last time two MA's crossed?
I have a system based on time between crosses and have to count periods/days manually .
Any help would be appreciated
Thanks,
Todd
ma filter, iCustom; works only with "MA_AllAverages_v2.2_mtf" - exact file name!
Thanks for those indicators. Is it possible to add an alert when we have the first green or red bar?
Thanks
ma filter, iCustom; works only with "MA_AllAverages_v2.2_mtf" - exact file name!
Dear friends:
Could you please make some explanation about how the flattrend works.
Bookkeeper (08.01.2009 07:55) BO.mq4 (2.7 Kb)
NavelSMA.mq4 (2.4 Kb) _https://www.mql5.com/ru/code/8653
BO osc works only with "NavelSMA" - exact file name
looks like AO but quite different:
ratio: (n-ma2L)/(ma2H-ma2L)-(n-ma1L)/(ma1H-ma1L)
NavelSMA_price = price=(Close*5+Open*2+High+Low)/9;
ma_Navel_price.mq4 -variable settings
heiken ashi_price = price=(Close+Open+High+Low)/4;
This was put into another thread which relates to Bollinger Bands.
What I'm after is something that does this.
Is there an indicator that can plot two moving averages on the chart which are seperated by a Multiple of an ATR?
For example 10 period moving average bands which are seperated by 2atr(5)
Also one where you can change the moving average and atr period and values.
This is not the same as Bollinger Bands but similar. Has anyone programmed this?
This was put into another thread which relates to Bollinger Bands.
What I'm after is something that does this.
Is there an indicator that can plot two moving averages on the chart which are seperated by a Multiple of an ATR?
For example 10 period moving average bands which are seperated by 2atr(5)
Also one where you can change the moving average and atr period and values.
This is not the same as Bollinger Bands but similar. Has anyone programmed this?you can set larger atr period on atr channels (bands), Keltner bands and set atr multiplier to what you need
Cheers
you can set larger atr period on atr channels (bands), Keltner bands and set atr multiplier to what you need
daily atr on current timeframe - will give preaty smooz picture
https://www.mql5.com/en/forum/173574/page177
other than that - set ma levels on watever distance (in pips) from ma you need
MA_SquizeMA_Ed_mtf.mq4 (5.4 KB) added atr defined distance between MAs (to previous pip defined)