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

Peter Panel 1.0 - MetaTrader 5용 expert

조회수:
11282
평가:
(32)
게시됨:
2020.09.08 14:54
업데이트됨:
2020.09.08 15:39
PeterPanel.mq5 (27.34 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


- "Peter Panel ©" allows user to define and execute custom trading setups by simply dragging three lines called; Aqua, Green and Red.

- For an easier operation disable "show trade levels"  and enable "select object by single mouse click" in tools:options menu.


[DEFINITION OF LINES]


  • AQUA determines entry level for pending orders; BUY_STOP, BUY_LIMIT, SELL_STOP, SELL_LIMIT.
  • GREEN determines take profit for BUY, BUY_STOP, BUY_LIMIT and stop loss for SELL, SELL_STOP, SELL_LIMIT.
  • RED determines take profit for SELL, SELL_STOP, SELL_LIMIT and stop loss for BUY, BUY_STOP, BUY_LIMIT.
  • Green should always be above red.
  • Aqua should always be above of current ask for BUY_STOP and SELL_LIMIT and below of current bid for SELL_STOP and BUY_LIMIT orders.

[ORDER MODIFICATION]


  • Select order on the listview. 
  • Lines will be adjusted automatically corresponding to order price, tp, and sl.
  • Set new levels by dragging lines.
  • Click Modify button.


[CLOSING/DELETING ORDER]


  • Select order on the listview. 
  • Click Close button. Opened positions will be closed, pending orders will be deleted.


[RESET]


  • In order to reset lines to their initial positions click Reset button.


[VOLUME ADJUSTMENT]


  • Enter required volume in LOTS edit box.
  • To select minimal amount of tradeable volume click Min button.
  • To select maximal amount of tradeable volume click Max button.
  • To normalize user entered volume click Norm button. It returns nearest tradeable volume.


Strategy - Set And Forget (with anti-Martingale system) Strategy - Set And Forget (with anti-Martingale system)

This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

Composite - structural design pattern Composite - structural design pattern

Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.

Decorator - structural design pattern Decorator - structural design pattern

Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality

Strategy - Set And Forget (with Martingale system) Strategy - Set And Forget (with Martingale system)

This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.