당사 팬 페이지에 가입하십시오
- 조회수:
- 5353
- 평가:
- 게시됨:
- 2018.08.01 16:50
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
It is less known that what is usually known as Jurik Velocity is actually a difference of Parabolic Weighted Moving Average and Linear Weighted Moving Average.
This version extends the original by allowing you to change the "power" of the calculated averages used for velocity calculation. The bigger the Power parameter, the more weight is set to current price (it is faster). The smaller the Power parameter the slower is the velocity.

TRIX indicator using a logarithm of a price and JMA (Jurik Moving Average) instead of Exponential Moving Average for smoothing.

TRIX indicator using a logarithm of a price and T3 instead of Exponential Moving Average for smoothing.

Variation of the Linear Weighted Moving Average where the weights can be changed to form a parabolic curve.

Three moving average cross with MACD signal verification before opening order. Updated 8/30/2018: