Graphic Panel Contest – EA MetaTrader 5

Trading Plan
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 … Read more

“MCM Control Panel” for Multicurrency Expert Advisors and Indicators – EA MetaTrader 5

"MCM Control Panel" for Multicurrency Expert Advisors and Indicators - expert for MetaTrader 5
The one of the benefits of MQL5 language is the possibility to use the multicurrency indicators and Expert Advisors. See Multicurrency OnTickMarketWatch tick event handler in MQL5 CodeBase. The use of the concept, proposed in script isn’t convenient. For example, in the case of many events, there may be overflow of the events queue. Here … Read more

FAT PANEL – EA MetaTrader 5

FAT PANEL - expert for MetaTrader 5
This graphic panel allows to automate manual trading. It has many functions, including the visual construction of trading strategies. The automated trading is popular among the traders. But not all traders are programmers, the creation of the Expert Advisor with some trading strategy requires the knowledge of basic programming skills in MQL5. The visual panels … Read more

Simple Hedge Panel – EA MetaTrader 5

Simple Hedge Panel
The panel is designed for manual trading and allows you to open and close positions on several instruments. Contains only the minimum required parameters, such as symbols, volumes and directions of positions. Remember the following when working with the panel: It does not matter on which symbol chart you attach the panel, since it works … Read more

Trade Statistics Panel – indicator MetaTrader 5

Panel
The main principle of the indicator is as follows — there are 3 fields on the panel: magic number, start date, end date. When these fields are filled out, an aggregated report is generated, the lines of which show financial result in deposit currency and points. The points are calculated without considering position sizes. See … Read more

Trade panel from MasterWindows – EA MetaTrader 5

Fig. 1. The trade panel
The manual trade panel demonstrates the features of the MasterWindows library. The panel code has been automatically generated using the environment for visual design of interface windows MasterWindows for MQL5. The functionality of the trade panel allows sending requests for the broker to execute trading operations. Market orders are used in this example. You can … Read more

Graphically display current trend for all time frames in one simple panel – indicator MetaTrader 4

SlopeDirection
This is a graphical indicator based on slope-direction-trend indicator that has been published under several other forms. There has been several versions of this indicator published already but none that displayed all time frames in a single graphical panel on your screen. One can search to see multiple results. I have taken this indicator and … Read more