Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Peter Panel 1.0 - expert for MetaTrader 5

Views:
11262
Rating:
(32)
Published:
2020.09.08 14:54
Updated:
2020.09.08 15:39
PeterPanel.mq5 (27.34 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance


- "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.