mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-21 12:30:16 +08:00
The beginner tutorial Dual Moving Average example attempted to import extract_transactions from the wrong location. The tutorial and corresponding example also would fail using python3 due to indexing the view object returned via context.exchange.values()
An overview of most of the trading strategies in this folder can be found in the `Examples Algorithms <https://enigmampc.github.io/catalyst/example-algos.html>`_ section of our documentation website.