거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
게시자:
Vladimir Karputov
조회수:
4542
평가:
(22)
게시됨:
2018.10.25 15:02
Sprut.mq5 (35.3 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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에서 러시아어로 번역함.
원본 코드: 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