stockbot
stockbot copied to clipboard
Alpaca algo stock trading bot
`get_barset` was deprecated in favor of `get_bars`. We also need to use `TimeFrame.Day`. There are likely many other issues related to this, but I'm still working through them. ```diff for...
Suggested fix: ```diff # times to buy/sell if startbuytime == 'buyatopen': - get_stocks_h, get_stocks_m = BAO_GET_STOCKS_TIME.split(':') - buy_sh, buy_sm = BAO_BUY_START_TIME.split(':') - buy_eh, buy_em = BAO_BUY_END_TIME.split(':') - sell_sh, sell_sm =...
This really inhibits the usefulness of the application. Would it be hard to have it load your current positions when it starts up? I believe it also is the reason...