Join our fan page
CandlesAutoFibo_Grand - indicator for MetaTrader 5
- Views:
- 10363
- Rating:
- Published:
- 2019.02.07 09:06
- Need a robot or indicator based on this code? Order it on Freelance Go to 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. 2. Indicator CandlesAutoFibo_Grand, doubled in width and moved vertically by a half of its width
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/23590
A trading system based on indicator iMA (Moving Average, MA).
PEMA_3HTFThree PEMAs from three different timeframes on a single chart
The market maker robot for trading futures and swap cryptocurrency contracts
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)