You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fix price AssertionError while using TrailingStrategy (kernc#322)
* AssertionError while using TrailingStrategy kernc#316
the code shouldn't be using atr[-1]. It should be using atr[index] where index = len(self.data)-1
* AssertionError while using TrailingStrategy - Adding Unit Test kernc#316
* Adding AMZN test data file kernc#316
* Added AMZN data kernc#316
* Fix inconsistent tabs issue kernc#316
* Removed Tabs and used Spaces kernc#316
* Backing out additional test case kernc#316
* Delete AMZN.csv file kernc#316
* Remove AMZN data import kernc#316
* Add code comment for change kernc#316
* Update backtesting/lib.py
* Added extra line as lint was complaining kernc#316
* Added extra line as lint was complaining kernc#316
* Added extra line as lint was complaining kernc#316
0 commit comments