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

Graphic Panel Contest - MetaTrader 5용 expert

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

Graphic Panel Contest Submission.

Code:

Source code and presentation is attached as ZIP file.

Hints:

1) Setting take profit and stop loss levels can simply be done by dragging BLUE line (suggestedEntryLine). TP and SL is set automatically depending on Action type (BUY or SELL) and entered into S/L and T/P fields. It can be corrected by dragging blue line once more, or simply by putting a new value inside S/L or T/P edit fields (double click to edit, Enter key to confirm changes).

Trading Plan


2) MTF indicator module uses indicator values from timeframes M1 to MN1. You may observe that not all rectangles display indicator values when you run this module on fresh MT5 installation. This completely normal and is due to to the fact that history data is downloaded by the terminal. After all history is downloaded module displays all values correctly and indicator values are updated on tick by tick basis (this may serve as reading of the 'mood' of the market).

3) Points of Interest list is built from:

  • any Horizontal lines;
  • any Fibonacci retracement levels;
  • any PIVOT points (put by PIVOT module).

When you add additional lines when Trade Plan is opened it is sufficient to press 'Refresh' button to populate list with new objects.

4) Fibonacci calculator remembers lines in different timeframes, it is easy to switch between timeframes and choose which pivot to display. The calculator is based on web-based calculator available at http://www.mypivots.com/calculators/pivot-point-calculator.aspx

5) Please see videos in Demos section to see panel main features.

Demos:

https://www.youtube.com/watch?v=1qz8Gb--Y68

https://www.youtube.com/watch?v=ztVCPwnrUlQ

https://www.youtube.com/watch?v=BDzjKK4ixzk

https://www.youtube.com/watch?v=Iv84l6eq6Rk

https://www.youtube.com/watch?v=rQeRAMMqkQ0

1.


2.


3.


4.


;5.


Best Regards,

Investeo

YURAZ_CreateCSV_HistoryFile_From_MT5_For_MT4 YURAZ_CreateCSV_HistoryFile_From_MT5_For_MT4

The script exports historical quotes data from MetaTrader 5 for the import to MetaTrader 4. This solution will allow you to get the full history for MetaTrader 4.

ChartReinit ChartReinit

Chart reinitialization with recalculation of all chart indicators.

Exp5-VirtualTradePad for mt5 v 4 (Contest version) Exp5-VirtualTradePad for mt5 v 4 (Contest version)

This Expert Advisor will simplify the manual trading. It supports the One-Click trading.

TradeXpert TradeXpert

Control panel for the MQL5 Best Graphic Panel Contest.