mikee
mikee
@jpdeleon in a recent PR, enzo and i were looking at the execution type and making the execution type bt.Close caused issues in intraday. Removing it has then fixed the...
> ConnectionError: HTTPConnectionPool(host='1.phisix-api.appspot.com', port=80): Max retries exceeded with url: /stocks/JFC.2020-08-03.json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) This issue is based...
hi @jbdelmundo! Sorry for the delay, am reviewing your PR now but could you fix all the merge conflicts? I agree with the implementation and can merge this once the...
Fastquant is mainly used for backtesting, so you can create and backtest your strategy using fastquant and then deploy it using streaming live data or api data pulls. Right now...
Hi! Please check this [link](https://bobbyhadz.com/blog/python-error-could-not-build-wheels-for-pandas#:~:text=To%20solve%20the%20error%20%22Could,Copied!&text=The%20most%20common%20cause%20of,an%20outdated%20version%20of%20pip%20.) It seems you may need to upgrade your pip or fix some setup tools.