Commit Graph

7 Commits

Author SHA1 Message Date
Noah Misch 2b1136e446 Fix algorithms using OnData(TradeBars) w/o using arg or other OnData(). (#8245)
Report Generator Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Commit d24f665ee4 removed the
Engine/AlgorithmManager.cs support for OnData(TradeBars), making these
methods dead code.  Hence, some of these algorithms no longer placed
orders.  Fix by changing OnData(TradeBars) to OnData(Slice).  Files that
use the TradeBars argument or use OnData(Dividends) have the same
trouble; leave them for future work.
2024-08-06 10:15:56 -03:00
Jared Broad 61043d9d98 Tagged algorithms for QCU 2017-09-20 15:44:51 -04:00
Stefano Raggi ae7475475b Add HasFundamentalData property to CoarseFundamental 2016-08-13 17:12:21 +02:00
Stefano Raggi 4bc96c1fa3 Add CoarseFineFundamentalComboAlgorithm to regression tests 2016-08-09 00:15:44 +02:00
Stefano Raggi c65da60029 Update CoarseFineFundamentalComboAlgorithm for test/debug 2016-08-03 00:40:53 +02:00
Stefano Raggi 09076f2c79 Update CoarseFineFundamentalComboAlgorithm for debugging 2016-08-02 01:28:37 +02:00
Stefano Raggi a5032f0d5f Adds CoarseFineFundamentalComboAlgorithm 2016-06-29 00:44:47 +02:00