Trying to collect some information while trading and saving them after finishing the strategy, mostly done by pressing the Stop button. I thought this could be done in a for(all_trades) loop in EXITRUN but surprisingly this does not work.
Quote:
EXITRUN
Last run of the simulation. All trades are closed. [...]

Really only in simulations? Is there any function to use in live trading?