This page (revision-2) was last changed on 23-Jun-2024 13:03 by Dieter Käppel

This page was created on 23-Jun-2024 12:58 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
2 23-Jun-2024 13:03 1 KB Dieter Käppel to previous
1 23-Jun-2024 12:58 1 KB Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 4 changed one line
Quantconnect wird über das Lean Command Line Interface (Lean CLI) bedient:
Quantconnect wird über das Lean Command Line Interface (Lean CLI) bedient. Dies muss zunächst installiert werden:
At line 6 added one line
* Es muss Python installiert sein
At line 10 added 4 lines
{{{
pip install lean
}}}
At line 30 added 9 lines
!!!Cloud Deploy
Man kann in die kostenpflichtige Cloud deployen:
{{{
lean login
lean cloud push <projektverzeichnis>
lean cloud live "MeinProjekt" --brokerage "Interactive Brokers" --data-provider-live "Interactive Brokers" --ib-user-name "meinBenutzername" --ib-account "meinKonto" --ib-password "meinPasswort"
}}}