당사 팬 페이지에 가입하십시오
- 조회수:
- 5837
- 평가:
- 게시됨:
- 2018.06.14 13:50
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
This is a Quadratic Regression MA as described by mathemat here https://www.mql5.com/ru/forum/106719/page29.
It is a sort of a linear regression value variation, but faster in response to market changes.

Historical Volatility bands constructed using average as the middle line, and upper and lower bands using the Historical Volatility high/low (instead of "regular" Historical Volatility) for bands calculation.

RSI Candles with an additional option to filter (smooth) the prices prior to using them in RSI calculation (which, effectively makes it an RSI of average).

Indicator based on LSMA (Least Squares Moving Average). It shows the trend of the used average and displays it as a sort of an oscillator.

Trend Envelopes with an option to chose smoothed/filtered price in calculation instead of using "raw" prices.