Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Peter Panel 1.0 - expert pour MetaTrader 5

Vues:
11660
Note:
(32)
Publié:
2020.09.08 14:54
Mise à jour:
2020.09.08 15:39
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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.