Account.Currency becomes null after ctrader re connection
Created at 30 Apr 2020, 05:33
Account.Currency becomes null after ctrader re connection
30 Apr 2020, 05:33
Hi,
1) Run this code to reproduce bug.
protected override void OnTick()
{
Print(Account.Currency);
}
2) Disconnect ctrader and reconnect it.
3) You will observe account currency is now null.
Is there a workaround you can suggest please before the bug is rectified?
Replies
PanagiotisCharalampous
30 Apr 2020, 16:33
Hi eofe,
The team is investigating this issue.
Best Regards,
Panagiotis
@PanagiotisCharalampous
eofe
30 Apr 2020, 13:42
RE:
eofe said:
Strangely this problem does not affect demo account. It affects Live accounts.
cTrader support did you manage to replicate this bug?
@eofe