Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

N Candles v5 - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
3559
Derecelendirme:
(21)
Yayınlandı:
2018.01.22 09:56
Güncellendi:
2018.06.27 14:50
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

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.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/19510

Dtm_HTF Dtm_HTF

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

Exp_CMO_Duplex Exp_CMO_Duplex

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.

BeerGodEA BeerGodEA

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

Precipice MartIn Precipice MartIn

A trading strategy using the Martingale system.