-
Hello, as I see you are using the gekko for data and prediction. How I can use your repo for producing result base on my own dataset from another platform and display the output in the command window …
-
OK so I have Japonicus finally up and running using Docker (and I have absolutely no idea how to use Japonicus yet, but this is where the fun starts...)
The gekko/japonicus combo has been running f…
-
The tool seems to be giving 0.00 profit in any scenario I test it in. The same backtest done with native gekko shows different results. Below details of the versions and the output that I get. Any ide…
-
I've integrated the script into gekko:
https://github.com/pushkarnagle/gekko-buyatsellat
And right now I'm trying to run it together with strategies/rsi.js
Not really expecting a result yet, but …
Vamby updated
7 years ago
-
Hi,
i use gekko without problem on my mac. I've launch japonicus with this string in terminal after launch gekko:
**python3 japonicus.py -g --strat MACD -w**
After about an hour the execution has s…
-
unfortunately the binance-btc.zip is missing
at the fullhistory dataset
-
If possible please consider adding Sharpe Ratio as a mainObjective.
`// profit || score || sharpeRatio`
`mainObjective: 'sharpeRatio',`
Thanks
-
The current disassembler routine is a hack.
It starts by invoking [Capstone](https://github.com/aquynh/capstone/issues/476), which doesn't support the complete Gekko instruction set.
Capstone is goi…
riptl updated
2 years ago
-
myGekko hat inzwischen Verträge mit einige Fertighausbauer wie Okal, Massahaus oder Allkauf... da ist Potenzial drin und die bieten auch eine entsprechende API an.
https://www.my-gekko.com/tutorial…
-
Hi,
i found a viable Strategy in https://forum.gekko.wizb.it/thread-100-page-1.html
is there a way to make it available in Japonicus with basic Python knowledge?