The indicator on the oscillator
-
How to apply the indicator to the oscillator. For example, moving average/envelope on cci. The intersection or position of the lines relative to each other gives good signals. In the standard mt4/mt5 terminal, this is done by simply dragging the indicator into the oscillator window - standard functionality.
-
For example:

-
you must create such indicator manually (in your example one indicator with buffers, where iEnvelopesOnArray is calculated on iCCI)
if I remember right, in the past I posted something about these indicators, but who knows if and where it is
-
@miro1360 said in The indicator on the oscillator:
you must create such indicator manually (in your example one indicator with buffers, where iEnvelopesOnArray is calculated on iCCI)
if I remember right, in the past I posted something about these indicators, but who knows if and where it is
Could not find your posts on this topic on the forum, if you can share the link
-
I have no idea where it is

but I noticed not, that you are using this in metatrader 5 and it is not the right way how are you looking on that ...
cross is here:

when I move chart little to the right, the same cross has changed:

it is only visually representation, not calculated ...
-
if you want something fixed, you must calculation to previous indicators data:

result is little different ...
-
and here is my indicator for that which can be used in fxdreema (only for mt4) :
0_1537207889754_miro1360_env_over_cci_1.mq4