Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Trade panel with autopilot - expert for MetaTrader 4

Views:
31435
Rating:
(20)
Published:
2016.10.27 12:54
Updated:
2016.11.22 07:32
\MQL4\Include\
ClassUnit.mqh (15.5 KB) view
ClassRow.mqh (22.28 KB) view
ClassWin.mqh (8.23 KB) view
\MQL4\include\Trade\
AccountInfo.mqh (10.84 KB) view
DealInfo.mqh (10.16 KB) view
OrderInfo.mqh (17.36 KB) view
PositionInfo.mqh (10.35 KB) view
SymbolInfo.mqh (34.79 KB) view
TerminalInfo.mqh (10.48 KB) view
Trade.mqh (58.91 KB) view
\MQL4\Experts\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The trade panel for manual and automated trading demonstrates the possibilities of the MasterWindows library. The panel code has been automatically generated using the environment for visual design of interface windows MasterWindows for MQL5.

By analyzing the price databases of the ENUM_APPLIED_PRICE type, you can make an assumption about the future price movement. The probability of such movement is shown as a scale and in terms of percentage. 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 additionally close orders, enable/disable placing Stop Loss and enable autopilot.

Autopilot means automated trading based on the signals of the panel. The mode can be activated by pressing the appropriate button.

Input data:

input bool     inp_on_trade=false;  // Autopilot (On/Off)
input double   inp_open=85;         // Threshold values for the opening position
input double   inp_close=55;        // Threshold values for the closing position
input double   inp_lot_fix=0.01;    // lot fixed
input double   inp_lot_perc=0.01;   // lot as a percentage of equity
input bool     inp_on_lot=false;    // if "false" to % of the equity
input bool     inp_on_SL=false;     // Stop loss (On/Off)

Fig. 1. The trade panel

Fig. 1. The trade panel

Recommendations:

  • The MasterWindows library should be added to the \MQL4\Include\ folder. The library provides adequate operation of the interface windows you create.
  • For a better display of created interface windows, use graphical schemes with a black background.
  • This is a demo panel (a joke program) and is not intended for live accounts. However, you can modify or replace the BUYorSELL() signal generation function in accordance with your trading system, add position support function, and try to use it on a live account.

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/15933

AwesomeOC AwesomeOC

Modification of the standard Awesome Oscillator by Bill Williams. Recommended timeframe - М15.

The MasterWindows Library The MasterWindows Library

A library of classes for creating a user-friendly interface of your programs.

Indicator of the options levels Indicator of the options levels

The indicator is designed for calculating and displaying the options levels on the screen.

RAD - Rapid Application Development library RAD - Rapid Application Development library

Rapid Application Development library.