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

Created at 15 Dec 2019, 12:36
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
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