Hi FRP Team,
is there a specific reason, such as analytics after trades, for leaving the created objects (trend lines, arrows, 'changed-sl/tp' markers) on the chart even after the EA has been removed?
If not, I'd like to suggest a DeleteAllObjects() for the deinit phase of the EA.
At the moment, I use a script to manually remove the old objects after the last trade of the day, because I don't like the charts being cluttered with objects of past trades.
Cheers,
P.