Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Publié par:
- noloxe
- Vues:
- 34274
- Note:
- Publié:
- 2015.10.30 12:43
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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).
Traduit du russe par MetaQuotes Ltd.
Code original : 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.