Indicators crash when IsOverlay = true

Created at 21 Oct 2022, 14:05
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!
CT

ctid3999979

Joined 05.07.2021

Indicators crash when IsOverlay = true
21 Oct 2022, 14:05


Hi

This is related to a post I made a couple of weeks back but didn't get any help with it.

When I create an indicator using .NET6, I get the following when I add it to a chart:

Currently, all the indicator does is create a single StackPanel, with a Single Textblock in it. By default it doesn't have a IsOverlay parameter set and so defaults to false. When I set IsOverlay = true so the stackpanel is displayed in the price chart, I get this error. I can't figure out how to debug it as the problem occurs in the Indicator declaration before the Initialize method is even invoked.


@ctid3999979
Replies

PanagiotisChar
21 Oct 2022, 16:22

Hi there,

It's a new feature of cTrader but hopefully it will be rolled back in an upcoming update.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 


@PanagiotisChar

ctid3999979
21 Oct 2022, 16:25

RE:

Sweet thanks for letting me know

 

PanagiotisChar said:

Hi there,

It's a new feature of cTrader but hopefully it will be rolled back in an upcoming update.

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

 

 


@ctid3999979