Hi I have written all the code using lean local after that I pushed using 
 

  1. lean cloud push --project "rlstrategy"

it shows me a successful message 

  1. PS C:\Users\Admin\Desktop\leanAlgoes\leanAlgos> lean cloud push --project "rlstrategy"
  2. C:\Users\Admin\anaconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release
  3. "class": algorithms.Blowfish,
  4. [1/8] Pushing 'Library\portfolioconstruction'
  5. Successfully updated name, files, and libraries for 'Library/portfolioconstruction'
  6. [2/8] Pushing 'Library\universe'
  7. Successfully updated name, files, and libraries for 'Library/universe'
  8. [3/8] Pushing 'Library\indicators'
  9. Successfully updated name, files, and libraries for 'Library/indicators'
  10. [4/8] Pushing 'Library\benchmark'
  11. Successfully updated name, files, and libraries for 'Library/benchmark'
  12. [5/8] Pushing 'Library\alphamodel'
  13. Successfully updated name, files, and libraries for 'Library/alphamodel'
  14. [6/8] Pushing 'Library\executionmodel'
  15. Successfully updated name, files, and libraries for 'Library/executionmodel'
  16. [7/8] Pushing 'Library\riskmanagement'
  17. Successfully updated name, files, and libraries for 'Library/riskmanagement'
  18. [8/8] Pushing 'rlstrategy'
  19. Successfully updated name, files, and libraries for 'rlstrategy'
  20. PS C:\Users\Admin\Desktop\leanAlgoes\leanAlgos>
+ Expand

But I can not see this strategy in my QuantConnect cloud, it is strange to have this error.

any suggestion?

 even I have tried to pull that strategy from cloud using command

  1. lean cloud pull --project strategy
  1. C:\Users\Admin\Desktop\New folder\qcWeb>lean cloud pull --project "rlstrategy"
  2. C:\Users\Admin\anaconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release
  3. "class": algorithms.Blowfish,
  4. Error: No project with the given name or id exists in the cloud

Author

Sukhvinder Pal Singh

September 2024