Cloud cBot: wrong Account.Number and Account.BrokerName

Created at 08 Jul 2024, 16:39
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!
NC

ncel01

Joined 19.03.2020

Cloud cBot: wrong Account.Number and Account.BrokerName
08 Jul 2024, 16:39


Hello,

After noticing that a cBot was running fine locally but returned an error when running from the cloud (exact same algorithm and parameters), I managed to find the following:

  • Account.Number returns 0
  • Account.BrokerName returns “Spotware”

Although I'd like to trust the cloud feature to run by cBots from, I fear these aren't the only issues associate to it.


@ncel01
Replies

test-01
09 Jul 2024, 12:38 ( Updated at: 09 Jul 2024, 15:04 )

Account.UserID = 0  Account.UserNickName= null

Print("{0} {1} {2} {3}",Account.Number, Account.UserNickName, Account.BrokerName, Account.UserId);

The results:   0 null Spotware 0

09/07/2024 12:31:58.896 Error | Account.UserNickName property is not available for Cloud cBots

My broker is IcMarkets.

 


@test-01

PanagiotisCharalampous
09 Jul 2024, 15:10

Hi there,

We managed to reproduce these issues and they will be fixed in the next update.

Best regards,

Panagiotis


@PanagiotisCharalampous

ncel01
10 Jul 2024, 14:56 ( Updated at: 10 Jul 2024, 14:57 )

RE: Cloud cBot: wrong Account.Number and Account.BrokerName

PanagiotisCharalampous said: 

Hi there,

We managed to reproduce these issues and they will be fixed in the next update.

Best regards,

Panagiotis

Panagiotis, 

Great! Thanks.

Will you also perform a general check-up regarding cloud execution to make sure that no similar issues apply?

That's what I would do here, for obvious reasons.


@ncel01