당사 팬 페이지에 가입하십시오
- 조회수:
- 16691
- 평가:
- 게시됨:
- 2018.07.13 15:36
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.
Calculations:
Rex = MA(TVB, Rex period, Rex method) Signal = MA(Rex, Signal period, Signal method)
where:
TVB = 3*Close - (Low + Open + High)
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21247

PDI (Price Difference) is a simple signal indicator of the price difference between the previous and the current bars. It displays as signal marks the candlesticks, on which the previous Applied price is higher than the current one by the pre-defined Price difference.

Indicator Rj_SlidingRange made in the DRAW_FILLING style as a color background, which makes it more illustrative in many situations.

Channel indicator Rj_SlidingRangeRj with the possibility to round the indicator levels to the required number of digits.

Oscillator Slingshot displays in the chart the price momentum histogram and signal line. The probable direction of the fitire price movement is marked in the histogram with different colors.