mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 00:48:15 +08:00
0dbdf5b1d3
A multi-stock TALib transform was returning the same value for all stocks, specifically the value for the first stock in the panel. Index into the datapanel using `sid` instead of using the `[0:]` index which was used when only supporting one sid.