Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

Sprut - MetaTrader 5 için Uzman Danışman

Yayınlayan:
Vladimir Karputov
Görüntülemeler:
4571
Derecelendirme:
(22)
Yayınlandı:
2018.10.25 15:02
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The author of the idea - Andrey

mq5 code author - barabashkakvn

ATTENTION: By default, grid trading is completely FORBIDDEN, i.e. Use buy stop, Use buy limit, Use sell stop and Use sell limit parameters are set to "false". First, you need to select your type of grid (type of pending orders) and select the best parameters: step, volume, etc.

The EA places a grid consisting of pending Stop and Limit orders.

Grid features: the first pending grid order can be placed at the Firstxxxx price or at a certain DeltaFirstxxxx distance from the current price. If Firstxxxx exceeds zero, the DeltaFirstxxxx parameter is not considered, and vice versa, when Firstxxxx is equal to zero, the DeltaFirstxxxx parameter is activated.

You can:

  • enable/disable pending order types: Buy stop (Use buy stop), Buy limit (Use buy limit), Sell stop (Use sell stop) and Sell limit (Use sell limit). 
  • set a separate step for pending Stop and Limit orders (Step stop and Step limit
  • different volume for the first pending Stop and Limit order (Volume stop and Volume limit)
  • equal volume ratio for pending Stop and Limit orders (Coefficient stop and Coefficient limit)
  • disable stop loss (Stop Loss) and take profit (Take Profit) - to do this, set the parameter to "0.0"

Stop loss (Stop Loss) and take profit (Take Profit) can be disabled. To do this, simply set the parameters to "0.0".

The lifetime of a pending order in minutes (Expiration) - if "0", it is not considered.

Closing all open positions and deleting pending orders are possible in two cases:

  • a profit reaches Profit Close
  • a loss reaches or exceeds Loss Close

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

PVA PVA

SonicR PVA Volumes indicator

StochasticEx StochasticEx

Stochastic expansion indicator

WILL_VAL WILL_VAL

WILL VAL indicator

MA_Rounding_Candle_HTF MA_Rounding_Candle_HTF

MA_Rounding_Candle_HTF indicator with the timeframe selection option available in input parameters