GO1984

Results 5 issues of GO1984

With further analysis of the results, it is possible to locate the sweet spot of some settings. E.g.: In the following picture there are the results of the setting _threshold_buy_...

Since GEKKO supports native support for PostgreSQL out of the box, i thought why not using PostgreSQL instead of MySQL? So we could use the same database/logins for gekko AND...

In _view.more.php_ i added the day value at _Current balance_ and _ATH Price/Value_. I think, they were not intended missing. I changed it at 2 points from: `$b = date('Y-m',...

After switching to MySQL i noticed a mess up with the database names inside, due to the lots of sets. Therefore my suggestion to add a name in MySQL for...

Thank you for sharing your code. Does your script check for MIN_NOTIONAL (price * quantity is too low to be a valid order for the symbol.)? I ask, because i...