Tags: RichardLauYoung/Lean
Tags
Allow LeanDataWriter to merge existing ticks if desired (QuantConnect… …#6284) * Allow DataWriter to merge existing ticks if desired - Optionally allow lean data writer to merge new ticks with existing - Adjust ZipStreamWriter - Fix bug in compression lib that was leaving files open. Reproduced by added tests. * Address reviews - Define new WritePolicy to configure the behavior of the LeanDataWriter regarding how it should handle writing to a file: merge, overwrite, append
Allow LeanDataWriter to merge existing ticks if desired (QuantConnect… …#6284) * Allow DataWriter to merge existing ticks if desired - Optionally allow lean data writer to merge new ticks with existing - Adjust ZipStreamWriter - Fix bug in compression lib that was leaving files open. Reproduced by added tests. * Address reviews - Define new WritePolicy to configure the behavior of the LeanDataWriter regarding how it should handle writing to a file: merge, overwrite, append
Allow LeanDataWriter to merge existing ticks if desired (QuantConnect… …#6284) * Allow DataWriter to merge existing ticks if desired - Optionally allow lean data writer to merge new ticks with existing - Adjust ZipStreamWriter - Fix bug in compression lib that was leaving files open. Reproduced by added tests. * Address reviews - Define new WritePolicy to configure the behavior of the LeanDataWriter regarding how it should handle writing to a file: merge, overwrite, append
Allow LeanDataWriter to merge existing ticks if desired (QuantConnect… …#6284) * Allow DataWriter to merge existing ticks if desired - Optionally allow lean data writer to merge new ticks with existing - Adjust ZipStreamWriter - Fix bug in compression lib that was leaving files open. Reproduced by added tests. * Address reviews - Define new WritePolicy to configure the behavior of the LeanDataWriter regarding how it should handle writing to a file: merge, overwrite, append
Extract IB brokerage files and dependencies (QuantConnect#6283) * make public safe to expose test properties * extract ib files * remove dependencies * refactor to use ib reference as string * remove un-used dependencies * remove redundant refrences
Added checking if algorithm is stopped in initialize method (QuantCon… …nect#6282) * Added checking if algorithm is stopped in initialize method * Quit on initialize adjusment - Minor adjustments to solution. Adding more regression algorithms Co-authored-by: Martin-Molinero <martin@quantconnect.com>
Added checking if algorithm is stopped in initialize method (QuantCon… …nect#6282) * Added checking if algorithm is stopped in initialize method * Quit on initialize adjusment - Minor adjustments to solution. Adding more regression algorithms Co-authored-by: Martin-Molinero <martin@quantconnect.com>
PreviousNext