당사 팬 페이지에 가입하십시오
- 조회수:
- 7123
- 평가:
- 게시됨:
- 2018.10.21 18:29
- 업데이트됨:
- 2019.01.29 15:23
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Definition:
The indicator is taking a series of averages and calculates differences between the fastest of the specified and the rest. The result is taken as a trend.
You can use (theoretically) up to 256 averages for compositing the trend. But in practice, due to limitation of parameter input length, it depends what periods are you using how many periods are you going to be allowed to enter in the periods parameter. The periods are to be entered separated by ";". Default periods used are "10;15;20;25;30;40;50;60" but you can use any periods you wish and you can enter them in any order (the code will take care of the rest).
The averages that can be used are the standard average types:
- simple moving average (SMA)
- exponential moving average (EMA)
- smoothed moving average (SMMA)
- linear weighted moving average (LWMA)
Usage:
The indicator is showing color changes based on slope and zero line cross. Either of those can be used as signal(s).

Ergodic TSI (True Strength Index) as described by William Blau

The Reverse No Repair indicator can show bullish arrows and bearish arrows.