당사 팬 페이지에 가입하십시오
- 조회수:
- 7557
- 평가:
- 게시됨:
- 2022.03.17 21:42
- 업데이트됨:
- 2022.03.17 22:09
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Function, draws arrows and alerts, when
rsi is overbought or sold
for a buy ect, rsi below 30, price opens above the 8 moving average
and the lower wick of the candle is greater than the body.
Best for finding a possible reversal in these levels.
Shows a change of the micro trend.

The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.

Ao changes direction Engulfing candle

Trend Direction And Force Index with Alert derived from Mladen Rakic's version https://www.mql5.com/en/code/21869