One more average ... - page 19

 
mladen:
Just one more question : does it happen all the time when you restart terminal?

Mladen, I think we are getting closer. I just noticed by coincidence that this error only appears after restarting, when before having it attached to one timeframe only, PLUS having the "show ZigZag" set to false... Is that possible?? Meanwhile I will try again and see if that is truely the case.

 

Yes, it seems so.

1. Attach to one timeframe only

2. set "show ZigZag" to false

3. Restart MT4 and the line is flat

 
Gfuchs:
Yes, it seems so.

1. Attach to one timeframe only

2. set "show ZigZag" to false

3. Restart MT4 and the line is flat

This is my last attempt Made it strict (means each and every index is controlled and it works even in a debugger). Try it out. It works on my terminal, but then it worked even before on build 628

trendstrength_oma_channel_-_mtf_amp_alerts_nmc_-_strict.mq4

 
mladen:
This is my last attempt Made it strict (means each and every index is controlled and it works even in a debugger). Try it out. It works on my terminal, but then it worked even before on build 628

trendstrength_oma_channel_-_mtf_amp_alerts_nmc_-_strict.mq4

Thanks Mladen I guess I have to wait for 628. Still the same error.

But it works fine when attached to all timeframes. So no problem for the moment

 
thorcmt:
Mladen:

Could you convert this (post 131) to a histro type with 4 different bar colors. Light green for slope color and darker green is above moving average and light red and darker red for the opposite?

Thanks

Thorcmt

Thorcmt

This should be it

See how it compares to the original indicator. Alerts and arrows are still in the indicator and are working the same as they were working in the original indicator (arrows are drawn when rsioma crosses moving average), and alerts are raised on ma cross as well as on slope direction change

Updated version posted here : https://www.mql5.com/en/forum/179662

 
thorcmt:
t1.pdf

Mladen:

Can you look at this indicator in above post (141). It seems to be repainting. Can you correct this? t1.pdf See attached file with screenshot, running in the Visual Backtester. See inside the circle where it turns green after the bar closed. I think it is in the code at lines 110 to 148.

thorcmt

Try it out now. It should not have any issues now

Updated version posted here : https://www.mql5.com/en/forum/179662

 

One more average - bands from here: https://www.mql5.com/en/forum/179662 updated to be compatible with new mt4 builds.

 

...

Here you go

ATR bands this time, but you can control the ATR completely through parameters (you can even turn bands off )

Now, without kidding :
ShowBands-> the switch to show or not the bands

AtrMultiplier-> multiplier for ATR (can be decimal)

AtrPeriod-> period applied to ATR

AtrShift-> number of bars ATR calculation is shifted (set to the "old" trick with atr from before 10 bars by default)

Will try some other versions of bands (% for example, I would like to see how does it behave. If I find it interesting, most definitively will post it here)

regards

mladen

SIMBA:
Another example of retracements to the external band,used for entries,see pic...

..OMA Bands would be an excellent gift,and,since you are alreading developing them,I will wait for them before opening a thread ,while I post my thoughts here.

Regards

S

updated version posted here: https://www.mql5.com/en/forum/179662

 

BB Omacd

Made this mod using OMA and BB Macd looks interesting and also OsOma!Guess could have named them Obama, but didn't want to ruin the indicator

Ps) Mladen hope you don't mind me changing this version to Oma too lazy to type out One more average

Updated OMA posted here : https://www.mql5.com/en/forum/179662Updated BB OMA macd posted here : https://www.mql5.com/en/forum/179662

Files:
bbomacd.gif  71 kb
osoma.mq4  3 kb
oma.mq4  4 kb
 

...

tinear asked for it, so here it is

One more average MACD

This one is "all OMA" hence I am posting it (MrTools adapted the BBMacd to OMA, but there are significant differences)

____________________

Parameters :
FastLength- period for fast OMA

FastPrice- price used for fast OMA

FastSpeed- speed used for fast OMA

SlowLength- period for slow OMA

SlowPrice- price used for slow OMA

SlowSpeed- speed used for slow OMA

SignalLength- period for signal line
if the signal length is set to less than 2, it will not be calculated (like the first one on the attached picture)

SignalSpeed- speed used for signal OMA

Adaptive- should OMA be adaptive (all OMAs)

Updated version posted here : https://www.mql5.com/en/forum/179662

Files:
Reason: