For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
How continue live trade after historical download?
-
- Download historical - > Training ML model
- Continue live trade - > Trained model
-
You can just setup a live algorithm and backfill from a file or even the live source if they have enough data for training available.
-
There will be a
LIVE
notification when switching from historical to live, i.e.: a switch fromDELAYED
toLIVE
.That's the switching point.
See for example: Docs - Live Data Feeds and Live Trading - Interactive Brokers