friartuck
friartuck copied to clipboard
Live Quant Trading Framework for Robinhood, using IEX Trading and AlphaVantage for Free Prices.
Looks like IEX also now needs and API token https://iexcloud.io/docs/api/#introduction
[`pipenv`](https://pipenv.readthedocs.io/en/latest/) might be nice. implements a locked `Pipfile` like `yarn` does, along with virtual env. Pipfile would replace [`requirements.txt`](https://github.com/codesociety/friartuck/blob/master/requirements.txt).
When retrieving historical quotes from IEX receive the following: 019-01-17 14:47:04,919:INFO - quote_source:66 - connected:True https://api.iextrading.com/1.0/stock/tqqq/chart/date/20190116 390 storing quotes: 2019-01-17 14:47:05,335:ERROR - api:661 - Error occurred while invoking handle_data: float()...
Hello, It would be great to add "schedule" function as Quantopian. Function includes daily trade at open/close or set time as well as at week/month start or end. Thanks
Is there a way to add the CustomFactor functionality from Quantopian?
Is it possible for you to create a version based on Python 2.7? I tried it under Python 2.7 and could not get it running