How can the bot plot to the chart`s windows?

Created at 24 Feb 2020, 14:32
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!
KO

koktos632

Joined 18.01.2020

How can the bot plot to the chart`s windows?
24 Feb 2020, 14:32


Hello!
I would want to plot some objects using direct drawing functions.

see https://docs.microsoft.com/en-us/dotnet/api/system.drawing.graphics?view=netframework-4.8 please.
Is it supported?
 


@koktos632
Replies

PanagiotisCharalampous
24 Feb 2020, 14:42

Hi koktos632,

No this is not supported.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous

koktos632
24 Feb 2020, 15:14

RE:

"No this is not supported."

Add the onPaint(...) event handler to the IIndicator and Algo, please.

Thanks!


@koktos632