bvkin / trade_bot

Bot to automatically manage a stock portfolio
1 stars 0 forks source link

Trade Signal Functions should take a dataframe as input. #12

Closed bvkin closed 1 year ago

bvkin commented 1 year ago

Currently the trade signal functions are overloaded in functionality. They should take a pandas dataframe as input and be agnostic to the period they are set over. This will also allow them to play nice with the backtesting library.

Functions to change: