cAlgo.API - Give us access to know when something is printed to the log (Print Event)

Created at 22 Jan 2023, 04:09
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!
Waxy's avatar

Waxy

Joined 12.05.2015

cAlgo.API - Give us access to know when something is printed to the log (Print Event)
22 Jan 2023, 04:09


Hello,

Sometimes we'd like to export data from logs in cTrader easily or aggregate the messages that cTrader prints by default, like when a trade is opened or closed, these messages show up:

The API could expose an event handler that would give us this info:
Time, Type of Message, Bot/Indicator Name and Message
 


@Waxy