당사 팬 페이지에 가입하십시오
- 조회수:
- 15817
- 평가:
- 게시됨:
- 2008.11.24 09:08
- 업데이트됨:
- 2014.04.21 14:53
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
In my opinion, the method described by Sator has a right for the further continuation.
The MUV% indicator calculates the current position between the maximum and minimum within the KPeriod period using the calling of the MUV.
At that, there is a possibility to use both the difference between the current and the previous value of the MUV and its value itself.
Parameters:
- MAPeriod = 14; the period of the MUV indicator;
- MUV KPeriod = 14; the period of calculation of the minimum and maximum;
- ShowDif = true; show the indicator by the difference;
- ShowMUV = true; show the indicator by the value;
The MUV_Diff indicator is just the difference of the MUV values.
Parameters:
MAPeriod = 14; the period of the MUV indicator;
SMA and EMA are used in both indicators.
On the chart: the MUV with 0 and 1 methods.
The next one is the MUV% with disabled ShowDif.
Then comes the MUV% with disabled ShowMUV.
And the last one is the MUV_Diff.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8549

This version of ZigZag can simultaneously display three zigzags both drawn on the data from the current timeframe and on the data from the larger timeframes.

The script is the calculator of the simple, complex, nominal and continuously charged percents.

This indicator plots in the chart base on the tick price , ie. when the price moves down 10 pips it plots the down candle and wait till the next 10 pips if move up 10 pips it plots the up candle with the other color candle to indicate the up down price

Automatic Trading System