Attachments forums

List of attachments posted on this forum.


All files on forums: 135877

Re: Various Indicators - (MT5)

太虚一毫, Sun Nov 14, 2021 4:02 am

mrtools wrote: Mon Nov 08, 2021 5:34 am TVB (True Value of Bar) gives an idea of how healthy the market is. Rex Oscillator is the moving average of the TVB values.

The oscillator Rex line becoming positive on the bearish market indicates the up-reversal.

Similarly, the negative value of the line on the bullish market indicates its down-reversal.

Moreover, the oscillator Rex and Signal lines can be used as warning signal.

The indicator has four configured parameters:

Rex period - oscillator line calculation period;
Rex method - oscillator line calculation method;
Signal period - signal line calculation period;
Signal method - signal line calculations method.

Code: Select all

Calculations:

Rex = MA(TVB, Rex period, Rex method)
Signal = MA(Rex, Signal period, Signal method)
where:

TVB = 3*Close - (Low + Open + High)
This is Mladen's extended version.
Image

Image
This is the XO version of Master Mladen Rakic. Expect the teacher to add MTF to it. Boundless merit! :thumbup:
All files in topic