Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 05:50:53 +0000



Post From: Abnormal Behavior when assigning trade account using sc.SelectedTradeAccount ASCIL Member

[2020-06-30 13:20:41]
rahul - Posts: 160
Hello, when assigning a trade account via ACSIL using "sc.SelectedTradeAccount" member, the chart header goes into a infinite loop (start flickering) and also I cannot then manually change the Trade Account.

I have tried putting the following code in sc.SetDefaults code block and also when sc.Index == 0 code block (1st iteration of the study). In the sc.SetDefaults code block, the trade account doesn't change (the code has no effect). When outside this code block, the abnormal behavior starts to happen as mentioned above.

SCString TA = "Sim2";
sc.SelectedTradeAccount  = TA;

Please look into this. I can create a video recording this behavior.

Currently using: Sierra Chart Version 2120.
Date Time Of Last Edit: 2020-06-30 13:22:05