Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Pubblicati da::
- Vladimir Karputov
- Visualizzazioni:
- 3663
- Valutazioni:
- Pubblicato:
- 2018.06.16 09:56
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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)
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.