Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Pubblicati da::
- noloxe
- Visualizzazioni:
- 34349
- Valutazioni:
- Pubblicato:
- 2015.10.30 12:43
- Aggiornato:
- 2016.11.22 07:32
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Real author:
The indicator of the author LeMan — AllPivotPoint is taken as a basis.
The indicator builds levels channels beginning from the line of closing of previous day, on the basis of data of previous day: dayClose+(dayHigh-dayLow)*fibo*koeff. On Monday, except the level of closing of Friday, the level of opening of Monday is in addition drawn.
- mondayGAP defines how to build levels on Monday: if false — levels are drawn from closing of Friday, if true — from opening of Monday;
- Days number of days for plotting, counting of today. Zero — the whole days available in the history are processed;
- koeff allows to squeeze & stretch a grid of levels. I recommend to put Fibonacci's numbers (0.34, 0.55, 0.618, 0.89, 1.44, 2.33).
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/13985

Indicator S&R based on OHCL candles.

Traditional MACD indicator with a Momentum indicator and alarms. Allows customization of most of the parameters without having to dive into code.

EA opens trades from support and resistance levels which were set by a trader.

Copying utility with minimal functionality.