Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

CandlesAutoFibo_Grand - indicateur pour MetaTrader 5

Vues:
9941
Note:
(16)
Publié:
2019.02.07 09:06
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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

Traduit du russe par MetaQuotes Ltd.
Code original : 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)