Symbol update on account switch in plugin
Created at 07 Feb 2025, 18:19
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