당사 팬 페이지에 가입하십시오
- 조회수:
- 12890
- 평가:
- 게시됨:
- 2020.09.08 14:54
- 업데이트됨:
- 2020.09.08 15:39
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
- "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.

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.

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

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

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.