-
Ok, I know this is the development branch. I just tried to at least get to the state that was shown in the last video where one could run backtests against some data. Right now when I pull the latest …
-
`s = bt.Strategy('s1', [bt.algos.RunOnDate(my_dates), bt.algos.SelectAll(), bt.algos.WeighEqually(), bt.algos.Rebalance()])`
`test = bt.Backtest(s, data)
res = bt.run(test)`
Here are the dates I am …
-
Terminal shows backtest is completed, Sharpe ratio and Max drawdown are given however no graphs (tearsheet) is shown at all.
The package is installed with Anaconda under OSX.
Config file qstrader…
ghost updated
7 years ago
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: Linux hostname 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 ED…
-
Hello Mike,
i get the following error running a backtest.
I assume that Plugins have been disabled. but where?
2017-03-21 13:03:54 (INFO): Setting up Gekko in backtest mode
2017-03-21 …
-
It looks like there may be a +/- issue somewhere in the code for short positions.
```python
# get data
data = bt.get('aapl', start='2016-01-01', end='2016-03-31')
# Simple single asset strateg…
-
When we use the API to fetch backtest results from an algorithm that yields an empty ProfitLoss object (it is empty when the algorithm ends without closed positions), deserialization fails:
```
Cann…
-
Is there currently a way of reading the config settings from a strategy?
It would be useful to be able name / categorize csv output files with the coin pair, candle size etc, having to do this man…
-
I have config.js but I'm guessing it's in the wrong place. Where should it be to support CLI backtesting?
-
I'm not exactly expecting you to know what is causing this, but if I run a backtest via api / ui it works fine.
However, if I run a GA that is hitting the api with say 50 population it will work fo…