-
Notifications
You must be signed in to change notification settings - Fork 99
Description
There are actually no examples of how to run this program. The wiki usage specifies the cli options but without giving a working example.
Please update either the Readme or the Wiki with a working example that can be copied and pasted.
I updated my configStrategy.py with the parameters needed and named it the same as my strategy name in the gekko file. I updated _Global.toml with the path and config file names (which by the way is not clearly explained in the Wiki. That info should be on the Readme or the Usage page. I had to dig through Issues here to figure out the basic info.)
I entered python3 japonicus-run -b --strat mycustomstrat
And the response
EVOLUTIONARY GENETIC ALGORITHMS v0.92
The profits reported here depends on backtest interpreter function;
interpreter v3:
if <backtest profit> > 0: <shown profit> = <backtest profit> - <market profit>
else <shown profit> = <backtest profit>
found gekko @ http://localhost:3000
Run took 1 seconds.
What does that mean... did it work? Where are the results? I can't find the .csv file anywhere
Thanks for any help, I'm looking forward to using this program