Store some data in cloud
Created at 07 Jul 2024, 07:12
Store some data in cloud
07 Jul 2024, 07:12
My Ctrader algo cBot must run in the cloud. At the same time, it also need to store and retrieve data when it is running. The data must persist when the algo cBot stopped, must be retrievable next time when the cBot is running.
I had read the local storage guide at https://help.ctrader.com/ctrader-algo/guides/local-storage/ .
I don't know whether the LocalStorage api support storing data when the cBot is running in the cloud or not.
Anyone had any recommendations?
firemyst
08 Jul 2024, 00:51 ( Updated at: 08 Jul 2024, 04:51 )
The local storage is explained a little bit here:
https://help.ctrader.com/ctrader-algo/synchronisation/requirements-for-cbots/
@firemyst