4.6.1 Indicators no longer update/refresh

Created at 24 Jan 2023, 16:10
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

4.6.1 Indicators no longer update/refresh
24 Jan 2023, 16:10


Hi

Since my copy of cTrader automatically updated to 4.6.1, the indicators on my chart no longer update. Example is in the screenshot is a built-in Stochastic. If I change timeframe, it updates but then it just sits there.

EDIT: Just uninstalled and downloaded a new install...Same problem. All indicators I've tried so far, both built-in or custom no longer update on the charts


@ctid3999979
Replies

4666350
24 Jan 2023, 17:45

Events not triggering

Yes, I've got problems since update to 4.6.1.12976. OnBar and OnTick don't trigger, and subscribing to the actual events makes no difference.

OS Name    Microsoft Windows 10 Home
Version    10.0.19044 Build 19044

Best regards

 

Andy


@4666350

vitofx
24 Jan 2023, 17:59 ( Updated at: 24 Jan 2023, 18:08 )

RE:

It seems to be caused by Symbol.Ask and Symbol.Bit attributes not being updated properly when Calculate() method is triggered. Both attributes keep their initial values (from the indicatior initialization) and do not reflect the actual price change

Or, actually, Calculate() method is not even being triggered in indicators at all


@vitofx

gennimatas
24 Jan 2023, 18:08

Same here 


@gennimatas

RenegadeSignals
24 Jan 2023, 19:15

Not just indicators, bots too!

It seems that OnTick() and OnBar() not being triggered too. The issue started after v4.6.1 update!


@RenegadeSignals

ftmo1625354521
25 Jan 2023, 06:29

This seems to have been resolved in 4.6.2


@ftmo1625354521

Spotware
25 Jan 2023, 08:55

Dear traders,

Thanks for reporting this problem. 4.6.2 hotfix has been released. Please let us know if you still experience issues in 4.6.2.

Best regards,

cTrader Team


@Spotware

ctid3999979
25 Jan 2023, 09:53

RE:

Spotware said:

Dear traders,

Thanks for reporting this problem. 4.6.2 hotfix has been released. Please let us know if you still experience issues in 4.6.2.

Best regards,

cTrader Team

 

Thanks for the quick fix...Everything seems to be working for me now.


@ctid3999979

gennimatas
26 Jan 2023, 20:53

RE:

Spotware said:

Dear traders,

Thanks for reporting this problem. 4.6.2 hotfix has been released. Please let us know if you still experience issues in 4.6.2.

Best regards,

cTrader Team

4.6.2 gave me a headache.

Everything was going wrong until I discovered that ver (1.*) or (1.0.5) dependency was stucked in my projects and for some reason we're not automatically updating.

Manually updating those nuget packages all is smooth like it was supposed to be.

Very minor errors still exist but the developers team will fix them.

Regards 


@gennimatas