mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-14 11:15:09 +08:00
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.