Unisciti alla nostra fan page
- Visualizzazioni:
- 4003
- Valutazioni:
- Pubblicato:
- 2018.01.22 09:56
- Aggiornato:
- 2018.06.27 14:50
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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 account, i.e. whether it is netting or hedging. The CPositionInfo, CTrade, CSymbolInfo and CAccountInfo trade classes are used in the code.
- Version 1: N candles.
- Version 2: N Candles v2.
- Version 3: N Candles v3.
- Version 4: N Candles v4.
New in version 5: the new "working time" parameter allows setting the trade beginning and end hours. The EA will only trade within "working time" and will do nothing the rest time.
Input Parameters
- N identical candles which go in a row - the number of identical candlesticks in a row.
- Lot - position volume.
- Take Profit.
- Stop Loss.
- Trailing Stop ("0" -> not trailing).
- Trailing Step (use if Trailing Stop >0).
- Max positions certain direction (only for hedging) - the maximum number of positions (only for hedging accounts).
- Max position volume (only for netting) - the maximum volume of a position (only for netting accounts).
- Use trade hours - enable/disable the time filter.
- Start hour - trading start hour.
- End hour - trading end hour.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/19510

The Dtm indicator with the possibility to change the indicator timeframe from input parameters.

Two identical trading systems based on the crossover of the CMO indicator and the zero line, for long and short trades, which can be configured in different ways in one Expert Advisor.

The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time.

A trading strategy using the Martingale system.