jesse-ai / jesse

An advanced crypto trading bot written in Python

Home Page:https://jesse.trade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to change hyperparameters on backtest

royshil opened this issue · comments

Is your feature request related to a problem? Please describe.
I'm always frustrated when backtesting my strategy and keep having to change code in order to test different hyperparameter values, which are already defined except there's no way to change them.

Describe the solution you'd like
I'd like a UI in the backtest page that allows to change the hyperparamters values.

Describe alternatives you've considered
Creating multiple Strategies, e.g. different Python classes, with different parameter values.

Do you have like a list of DNA strings that you want to backtest?

For me it would also be great if I could modify the hyperparameters in the backtest page without changing my code.

It would be nice if there is some kind of text box for each hyperparameter in my strategy that i can adjust and use for backtest.

When I want to do that I don't have any DNA strings

@domett93 great suggestion. I will remember it in the future.