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:
- Vladimir Karputov
- Vues:
- 3665
- Note:
- Publié:
- 2018.06.16 09:56
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Idea by: Nikolay.
MQL5 code by: Vladimir Karputov.
The EA uses reference to REAL TICKS using the CopyTicks function - it waits for the price to pass NNN points within XXX ticks.
Inputs
- Lots - the size of the position to be opened (in lots)
- Stop Loss - Stop Loss
- Take Profit - Take Profit
- the price must pass NNN points
- within XXX ticks
- the minimum delay between trades (in seconds)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20501

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into consideration, i.e., whether it is a netting or a hedging one.

Small_Inside_Bar_Strategy - an Expert Advisor based on indicator Small_Inside_Bar.