Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Panel Joke or Game System - MetaTrader 5 Expert | MT5 EA Download - MetaTrader 5 Resources

author EAcpu | 3 reads | 0 comments |

Panel-joke or a game system - expert for MetaTrader 5

The game panel for manual and automatic trading showcases the Master Windows library. Use the interface window visual design environment to automatically generate panel code MQL5's MasterWindows .

By analyzing the price database ENUM_APPLIED_PRICE type, you can make assumptions about future price movements. The probability of such a move is shown as a ratio and a percentage. The functionality of the trading panel allows sending requests to the broker to perform trading operations. A market order is used in this example. You can also reduce or increase the number of positions, close positions, and enable autopilot .

Autopilot refers to automatic trading based on panel signals. This mode is activated by pressing the corresponding button.

 Input ENUM_TIMEFRAMES tf= PERIOD_M5 ; // chart period for signal calculation

You can set the desired chart period and the program will copy price data from that period for calculations.

Panel-joke or a game system - expert for MetaTrader 5

Figure 1. Game transaction panel

suggestion:


Attachment download

📎 panel-joke.mq5 (13.21 KB)

Source: MQL5 #15241

Verification code Refresh