-
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.…
-
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 GAB.
According to e re…
-
See here for details: I am doing some updates to the backtest API (in 0.6), see this thread for more info: https://forum.gekko.wizb.it/thread-56603.html
Very open for discussion on how we can make …
-
Using Docker, I am unsure where to check out Japonicus
my setup is now
/Users/rob/Dev/gekko/
/Users/rob/Dev/gekko/japonicus/
So japonicus resides under the gekko directory. Is that correct?
-
Where do I specify the path to Gekko?
`japnoicus.py `has this
```
if not os.path.isfile(settings['global']['gekkoPath'] + '/gekko.js'):
print("Aborted: gekko.js not found on …
-
Hello,
I am satisfied with quasar framework and ui
but
I got an error
when execute 'Market watchers' or 'Tradebot' action
of LIVE GEKKO MENU
as follows:
--> GET /api/configPart/paperTra…
-
I have installed all GekkoFS dependencies and now, after running cmake, when I try to make, I get the following undefined reference error:
```
[ 66%] Linking CXX executable gkfs_daemon
/opt/rh/de…
-
I am getting the Error message on win10 bash, when i am trying:
python3.6 japonicus.py -b --repeat 7 --strat RSI_BULL_BEAR
```
The profits reported here depends on backtest interpreter function;…
-
I'm trying a simple example to test out GEKKO. I'm providing the keyword argument `integer=True` to initialize an array of variables, yet the solution found doesn't ensure that they're integers. What …
-
Hi, this is a question or a potential enhancement.
The "Gekko Optimization Suite" (2018) paper states that "GEKKO operands are required so that first and second derivatives are calculated with auto…