Possibility to reset/clear messages in Log window of Backtesting by c#?

Created at 15 Dec 2019, 12:36
BR

BrunoLeroty001

Joined 16.12.2018

Possibility to reset/clear messages in Log window of Backtesting by c#?
15 Dec 2019, 12:36


Hello!

Is it possible to create reset or erase messages in the Backtesting Log window?

Because in the case of very many lines, the memory is full and the response from cTrader is very long.

Code examples:

existing:

Bot.Print ("Message");

add:

Bot.Print.Clear ();

?

best regards

 


cTrader Automate
@BrunoLeroty001