One more average ... - page 11

 
mladen:
thorcmt

Yes you are correct : there will be no change of the H4 value if you set the price shift to 1

As of inerpolation : it is making that "smoother look". Instead of having step like look we are doing a linear interpolation between two points (ending previous bar with ending current bar). If you use it from an EA set the interpolate to false. Interpolation is there more for enhancing visual estimations than to be used by an EA

Thanks again

One more request, can you add dynamic zones to this?

 
thorcmt:
Thanks again One more request, can you add dynamic zones to this?

thorcmt

Posted it here : https://www.mql5.com/en/forum/general

 

rsx_3_oma.mq4rsx_3_oma.mq4

mladen:
And to finish the rsx 3 story and different types of price pre-filtering This version is using one more average for price pre-filtering. Again, in adaptive mode, it leaves far behind the "regular" averages and it seems that with similar parameters it is faster than the jurik smoothing using version. Along with a posibility to fine tune one more averages "speed" it becomes a kind of universal price pre-filtered rsx

Mladen:

Can you add these changes to the attached indicator from above in post 117?

1) Plot as a line with slope colors

2) Add a moving average and moving average options like the indicator you did on post 131

3) Add alerts for slope change and moving average cross

Basically use the RSX v3-OMA as a starting point and make it like the indicator on post 131 without MTF abilities?

Files:
rsx_3_oma.mq4  7 kb
 
mladen:
thorcmt Here you go All added (2 types of alerts, signal line added and the basic of the indicator is a non-repainting color line now)

Thanks

Should there be parameters:

extern int MaPeriod = 10;

extern int MaType = MODE_LWMA;

 
thorcmt:
Thanks

Should there be parameters:

extern int MaPeriod = 10;

extern int MaType = MODE_LWMA;

thorcmt

Names of those two parameters are a bit different : they are called SignalPeriod and SignalMode in this version. They do the same thing despite the name (I thought that since they are reffering to a "signal" line it is more obvious name)

 
mladen:
thorcmt Names of those two parameters are a bit different : they are called SignalPeriod and SignalMode in this version. They do the same thing despite the name (I thought that since they are reffering to a "signal" line it is more obvious name)

Your right, thanks

Can you change it so it outputs the values from 0-100 rather then 50 to -50?

And change the moving average line to a sold line rather than dotted?

 
mladen:
thorcmt

You can change the style of the line from the colors properties of the indicator

Anyway, here is a version where default style for that line is solid and the oscillator ranges between 0 and 100 now

Thanks again,

can you check you PM too

 
mladen:
thorcmt

You can change the style of the line from the colors properties of the indicator

Anyway, here is a version where default style for that line is solid and the oscillator ranges between 0 and 100 now

Mladen:

Can you add dynamic zones to this one?

 
thorcmt:
Mladen: Can you add dynamic zones to this one?

Dynamic zones added and posted here https://www.mql5.com/en/forum/general

 
mladen:
:):):)

thorcmt

It is easy. Added one parameter : Rsioma_PriceShift. If you set it to 1 then it will works as you described it (it will used first closed bar of a 4 hour time frame instead of curre, still opened bar). Default is 0 (to work on a current, still opened bar)

______________

PS: you can set the Rsiom_PriceShift to any value (there is no limit set to it)

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

Reason: