Gekkoga
Genetic Algorithm for solving optimization of trading strategies using Gekko
Install / Use
npx skills add gekkowarez/gekkogaInstalls into whichever agent you are using.
README
gekkoga
Genetic Algorithm for solving optimization of trading strategies using Gekko
Installation
node >= 7.x.x required!
- git clone https://github.com/gekkowarez/gekkoga.git
- cd gekkoga
- npm install
- cp config/sample-config.js config/your-config.js
- modify your-config.js make sure you have data for currency/asset pair and the daterange
- node run.js -c config/your-config.js
tmux usage:
- sudo apt-get install tmux
- tmux new -s gekkoga
- go to the web folder in your gekko installation (gekko/web)
- node –max-old-space-size=8192 server.js (for macos: --max_old_space_size=8192)
- hold CTRL and press b, then press % (to split the screen)
- goto your gekkoga clone directory
- node run.js -c config/your-config.js
- hold CTRL and press b, then hit d (to detach and run in the background)
- tmux attach -t gekkoga (to reattach and bring gekkoga to foreground)
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
