You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
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 version:
4.1.0
NodeJS version:
8.4.0
Python version:
2.7.9
Exact command to reproduce:
In a separate config file I configured c.strategy = 'bollinger'
Now I want to override that:
zenbot trade --config <config.js file> --strategy trend_ema
Result => bollinger is used. Strategy parameter is ignored.
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in Zenbot or a feature request.
Bug: Parameter should override config file
Source code / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.
The text was updated successfully, but these errors were encountered:
At least I'd call it confusing. I can use:
./zenbot.sh trade gdax.ETH-EUR --paper --conf /root/zenbot/GDAX-ETH-EUR-trade/gdax-ETH-ETH-conf.js --period=2m --bollinger_upper_bound_pct=0 --bollinger_lower_bound_pct=0
So not consistent to allow for I guess most of parameters to be overuled and not --strategy.
System information
No
Odroid C2, DietPi
4.1.0
8.4.0
2.7.9
In a separate config file I configured c.strategy = 'bollinger'
Now I want to override that:
zenbot trade --config <config.js file> --strategy trend_ema
Result => bollinger is used. Strategy parameter is ignored.
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in Zenbot or a feature request.
Bug: Parameter should override config file
Source code / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.
The text was updated successfully, but these errors were encountered: