-
Hello,
It will be nice to have a script (CLI) able to download data using pandas-datareader.
This script will have cache enabled by default.
Possible usage:
```
$ pdr --data_source yahoo --names GO…
-
### System information
- **Have I written custom code (as opposed to using zenbot vanilla)**: Nope, not at all.
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: WSL Ubuntu 16.04
- **Z…
-
on running `python my_trading_params.py`
getting this error:
File "my_trading_params.py", line 1, in
from backtester.trading_system_parameters import TradingSystemParameters
File "/Users/i…
-
What do you thing about it? Could input asset name in version value in config or use different folders. With 20 bots runned on this same db I had busy errors.
-
Please go to Stack Overflow for help and support:
https://stackoverflow.com/questions/tagged/zenbot
If you open a GitHub issue, here is our policy:
1. It must be a bug or a feature request.
…
-
After running first generation in Darwin the following error appears:
**TypeError: Cannot read property 'vsBuyHold' of undefined**
at Object.fitness [as fitnessFunction]
(/home/geroni…
-
I'm trying to use the backtester.js script and I'm getting this error
```
[ 175/176 ] zenbot.sh sim --trend_ema=20 --oversold_rsi=34 --oversold_rsi_periods=25 --neutral_rate=0.1 --period=2m --mi…
-
### System information
- **Have I written custom code (as opposed to using zenbot vanilla)**:
No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
Odroid C2, DietPi
- **Zenbot versio…
-
Hi, please review this error:
```
Traceback (most recent call last):
File "problem1.py", line 142, in
tradingSystem.startTrading(onlyAnalyze=False, shouldPlot=False)
File "C:\Temp\Anac…
-
Hello all, we have many strategies that implemented in gekko. I want to know which strategy can determine the buy or sell signal. Could you suggest to me?
The reason is that I want to make a better…