거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

CandlesAutoFibo_Grand - MetaTrader 5용 지표

조회수:
10086
평가:
(16)
게시됨:
2019.02.07 09:06
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Indicator CandlesAutoFibo with a wider range of settings to display Fibo levels. To the input parameters, variables have been added to change the line styles and widths of the levels. It is now possible to change the Fibo level width by changing just one parameter and to move the geometry of all the levels simultaneously in proportion thereto:

input double  FiboRatio =1.000;                         //Multiplying ratio of all Fibo levels

For example, if this ratio is set as two, then the zero level remains in its place, the Fibo width under a hundred percent will be doubled, while the other levels from the zero level will be similarly removed on a doubled basis.

Now we can also move the Fibo vertically with a step proportional to the Fibo width:

input double  FiboLevelsShift=0.000;                    //Vertical shift of all Fibo levels from the zero level

For example, if the value of this parameter is 0.5, the Fibo level will move in the direction to the zero level by one half of its width.


Fig. 1. Indicator CandlesAutoFibo_Grand with default settings.

Fig. 1. Indicator CandlesAutoFibo_Grand with default settings.


Fig. 2. Indicator CandlesAutoFibo_Grand, doubled in width and moved vertically by a half of its width

Fig. 2. Indicator CandlesAutoFibo_Grand, doubled in width and moved vertically by a half of its width

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/23590

MA Trend MA Trend

A trading system based on indicator iMA (Moving Average, MA).

PEMA_3HTF PEMA_3HTF

Three PEMAs from three different timeframes on a single chart

BITEX.ONE MarketMaker v1.01 BITEX.ONE MarketMaker v1.01

The market maker robot for trading futures and swap cryptocurrency contracts

Day(hight-low) Day(hight-low)

A script for automatically drawing the levels of the intraday High/Low on the FORTS trading session. There is also an option to draw the levels of the night High/Low prices (if the latter ones are beyond the intraday ones)