당사 팬 페이지에 가입하십시오
- 게시자:
- Mladen Rakic
- 조회수:
- 5954
- 평가:
- 게시됨:
- 2016.10.06 10:46
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
This is the " Middle-High-Low Moving Average" as described by Vitali
Apirin. It is not a single average but rather a correlation of two
averages : one being a regular average and the other is an average of
highest high and lowest low. Their crosses are showing the current
"trend". Used the default parameters proposed by Vitali Apirin — seems
that they are rather OK, except by default he is using SMA while I
decided to set EMA as the default average method, but I do recommend
some experimenting with the parameters..
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/16516

The oscillator based on RSI with adjustable period and color scheme.

The indicator plots the candles based on 4 averages: averages of Open, Close, High, Low.

Another version of the RSI using smoothed prices.

ALMA with floating levels and additional filters.