Symbol update on account switch in plugin

Created at 07 Feb 2025, 18:19
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!
TO

TommyFFX

Joined 07.12.2021

Symbol update on account switch in plugin
07 Feb 2025, 18:19


Will there be an update to fix this issue with the symbols not updating when account is switching?
Now we only have the symbols of the account where the plugin has started..

        private void OnAccountSwitchedChanged(AccountSwitchedEventArgs args)

        {

            // Print Symbols after account switch

            var symbolsAfterSwitch = Symbols.ToList();

            Print($"[INFO] Symbols after account switch: {string.Join(", ", symbolsAfterSwitch)}");

        }

It's not returning the symbols of the new account on another broker..

Kind regards


@TommyFFX