Tâche terminée
Spécifications
-----------------------
This MT5 project is a small Panel (EA) with two buttons (Sell/Buy) for manual forex trading (see attached image). These two buttons display a position-sized amount according to user parameters. For example the buttons show "SELL 0.07" and "BUY 0.07", where 0.07 (lots) is the position-sized amount to trade when clicked.
The panel has four edit-boxes for the user-defined parameters for the trades (SL distance, TP distance, account risk percentage per trade, and move SL to Break-Even after X pips in profit). The EA/Panel monitors its own trades and moves the SL to BE when the trade is in profit by X pips. The EA/Panel only monitors trades on the specific forex pair/chart it is attached to (because I will have many pairs/charts open with their own copy of the EA/Panel attached, so each copy should only monitor its own pair).
There is a button to close all trades (on ALL pairs), and a button to close only trades on this pair. (See attached image)
Finally, the EA should store a local file with the last used parameters so that it can restore these after windows or platform restart, in order to resume monitoring trades for moving SL to BE with the correct parameters.
More detailed clarifications about how the calculations are expected to work will be provided to the developer.
The EA/Panel should not use .dll files.
This EA/panel will be used with a raw-spread MT5 forex account on ICMarkets (EU)