You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: getting last_portfolio if project_Id is None
* feat: several logging and patches
* fix: (part) cloud status of project command
* First attempt to solve the bug
* Add fix
* address requested changes
* Fix bug
* Fix bugs
* Fix bug #468
* Address requested changes
* fix bug in cloud_last_time
* Fix bugs
- Since you must always choose a data feed when deploying a local live algo, data_provider_live will never be zero.
- Since the date used to determine the last local deployment (in live_utils.py get_last_portfolio) comes from the output directory, we cannot create the output directory before calling get_last_portfolio because then we would get always the local holdings in the get_last_portfolio_method
- The output directory for the previous state file (see _get_last_portfolio) comes with an "L-" prefix
* Address remarks
* Nit change
---------
Co-authored-by: Romazes <[email protected]>
I created a project on QC Cloud and deploy it, then I pulled the project from QC Cloud (so it has a projected).
I get Error: Invalid argument
the parameters are incorrect or the endpoint. The endpoint should probably be
/live/list
, because if I replace it I get the correct results:The text was updated successfully, but these errors were encountered: