I am looking for system EA or Indicator which instead of OrderSend(), it could put a flag label at the Sell/Buy also SL and TP should be marked and leave the trace in the history.
It should mark and leave the chart with each trade entry, SL, TP, a short Hline or as label, not like MT4 Ray_horizontal lines, because I like to check afterwards visually hundred of orders not only one.
A pips/points ProfitLoss calculation and leave it marked as value at exit/SL touch of each trade would be helpful.
Do you know any thing of similar result which can help me?
Ah, whether for MT4 or MT5 is alright, I can live with it
As start position I will use something common for everyone
the mql5 EA simple buy sell .mq4 the 5 parts lesson teaching basic of writing EA from Tom Whitbread.
The result should be shown in histery for each trade like in screenshot3.png
I read about problem with using too many OBJECTS will slow MT4 down. So is it adviseable to start something like this or not? If only after 100 trades the MT spead is unbearable, then it is still acceptable condition for me
It should mark and leave the chart with each trade entry, SL, TP, a short Hline or as label, not like MT4 Ray_horizontal lines, because I like to check afterwards visually hundred of orders not only one.
A pips/points ProfitLoss calculation and leave it marked as value at exit/SL touch of each trade would be helpful.
Do you know any thing of similar result which can help me?
Ah, whether for MT4 or MT5 is alright, I can live with it
As start position I will use something common for everyone
the mql5 EA simple buy sell .mq4 the 5 parts lesson teaching basic of writing EA from Tom Whitbread.
The result should be shown in histery for each trade like in screenshot3.png
I read about problem with using too many OBJECTS will slow MT4 down. So is it adviseable to start something like this or not? If only after 100 trades the MT spead is unbearable, then it is still acceptable condition for me
Attached File(s)