거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
스크립트

CloseMultipleOrders - MetaTrader 4용 스크립트

조회수:
17410
평가:
(13)
게시됨:
2014.12.05 11:38
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A simple script to close multiple market orders.

Input parameters:

  • ClossAll -> If this parameter is set to true, all orders (Buy, Sell, Pending orders) are close. This parameter supercedes every other.
  • CloseBuyOders -> Closes only Buy orders. If 'CloseOnlyProfit is set to true it closes only Buy positions in profit.
  • CloseSellOrders -> Closes only Sell Orders. If 'CloseOnlyProfit' is set to true it closes only Sell positions in profit.
  • CloseBuyLimits -> Delete all BuyLimit pending orders if set to true.
  • CloseSellLimit -> Delete all SellLimit pending orders if set to true.
  • CloseOnlyProfit -> Will close only trades in profit. If 'CloseAll' is set to true, this parameter will be ignored and all trades will be closed
  • Slippage -> The minimum allow Slippage. Leave current settings intact if unsure of slippage to apply.

CloseMultipleOrder


Please make sure you enable automated trading in your terminal, as the figure below, for scripts to function.


PRSI and PCCI PRSI and PCCI

The indicator draws two indicators in separate window.

RoNz Auto SL and TP RoNz Auto SL and TP

This EA automatically sets preconfigured Stop Loss and Take Profit value on all orders with empty TP & SL.

Delete all objects on all charts Delete all objects on all charts

The script deletes all objects on all active charts.

ATR Levels ATR Levels

ATR Levels indicator marks 5pm NY on the chart along with the 14 day ATR value.