XP Forex Trade Manager Grid MT5 – EA MetaTrader 5

XP Forex Trade Manager Grid MT5 - expert for MetaTrader 5
Forex Trade Manager Grid MT5 helps you to managing orders and achieve the goal. You only need to place first order with Take Profit, run EA and set in params profit (pips) you want to get. EA will be managing your positions, as will gather appointed number of pips. It’s a strategy for management of … Read more

XP Forex Trade Manager MT5 – EA MetaTrader 5

XP Forex Trade Manager MT5 - expert for MetaTrader 5
Forex Trade Manager MT5 simplifies managing open orders in MetaTrader 5. If you open a new order, the manager automatically sets Stop Loss and Take Profit. When price will move, then the program could move Stop Loss to Break Even (stop loss = open price) or continuously moving Stop Loss (Trailing Stop) to protect your … Read more

send a trade position to telegram channel – script MetaTrader 5

send a trade position to telegram channel - script for MetaTrader 5
hi, this code need your telegram token and telegram chat id .  you can make robot by BotFather and then search in google how you can find telegram token and chat id then attach them to this code . now every trade would be signals on your telegram channel. send a trade position to telegram … Read more

Display trade history on charts (MT5) – EA MetaTrader 5

Display trade history on charts (MT5) - expert for MetaTrader 5
Get trade history files (.csv) and put it in ..MQL5File folder and save the name of file (.csv). For time differences of broker’s terminals, use the same broker’s meta trader 5 to get the best results. Run the expert adviser on each charts and put the name of the file (filename.csv) in input field of … Read more

Closing all open trades if all one symbol and one trade direction – script MetaTrader 4

Closing all open trades if all one symbol and one trade direction - script for MetaTrader 4
All open trades must be of same symbol and type, e.g. all GBPUSD and all BUY. This script will close out your position using one large trade to hedge your position then using CloseBy() function to close all trades against the one large trade until all trades are closed. There can be a maximum of … Read more

Open Trade – script MetaTrader 5

Open Trade - script for MetaTrader 5
This function executes the primary logic for initiating a trade. Computes the opening price, take-profit levels, and stop-loss based on symbol information and user-provided parameters. Prepares a trade request (MqlTradeRequest) with essential details such as symbol, volume, order type, deviation, comment, magic number, etc. Invokes the OrderSend function to dispatch the trade request and obtain … Read more