zipline-trader
zipline-trader copied to clipboard
Zipline Trader, a Pythonic Algorithmic Trading Library with broker integration
Hi, Following an example from here [manual](https://zipline-trader.readthedocs.io/en/latest/alpaca-bundle-ingestion.html) gives the following error. Although the Python version is 3.9 instead of the recommended 3.6 I thought that raising this issue may be...
Hi, since Slack link was dead, is there any other place for the discussion?
Any advice on how to resolve this would be ++appreciated. Thanks! Andy Here's my order in the terminal: (zipline) (base) my-macbookie:zipline-trader andy$ python zipline/data/bundles/alpaca_api.py Here's the error: Traceback (most recent...
How can I raise the API call limit to take advantage of the unlimited API calls?
urllib3.exceptions.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2305) I got this error ingesting data. Does this mean I ran out of API calls?
Dear community, this is my very first posting on Github, so apologies upfront if I am not following the format you require. I run a simple backtest (full code below)...
Hi, Why choosing this package over zipline-reloaded? https://github.com/stefan-jansen/zipline-reloaded Thanks in advance
/utils/run_algo.py line 201 will be 'NaT' Can fix this easily with the commented "first_trading_day = \ bundle_data.equity_minute_bar_reader.first_trading_day" May make a pull request.
I run the cli of zipline-trader going to live-trading and got the errors just below: > (ziptrader36) C:\Users\Administrator>zipline run -f Trading_Policy_of_NonePer_venv_zipline_trader.py --state-file ./.zipline\trading-now.state --realtime-bar-target ./.zipline\realtime-bars --broker ib --broker-uri localhost:4002:1636 --bundle...