gab
gab copied to clipboard
Gekko Automated Backtests
I'm able to run the scripts ok, but I get this in the log for each attemp Attempt to modify property 'daterange' of non-object in /var/www/html/gab/system/class.gab.php on line 323 also...
Sorry to re-address this issue, but I'm encountering the same problem as in #4 : ``` Fatal error: Uncaught Exception: Unknown primative for `'no'` on line 2. in /var/www/html/gab/system/class.toml.php:176 Stack...
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_...
I noticed that my back tests wern't working as expected, I also ran the numbers from GAB in gekko back testing and found weird issues. I've now noticed that the...
Adding a progress bar to see how much test are done and how many remain will be very useful
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...
Basically let the user select multiple datasets and test a strategy against all these datasets in the same run and then output this combined runs in a combined database file....
Relational/inheritance for dynamic parameters. Basically a new add-on that makes it possible for `myParam 2` to inherit it's base value from `myParam`. Samples: ###### Use`MIN:MAX` range ``` long = 500:1000,200...