I managed to install Gekko on my Windows laptop. Excited to get it up and running, except I need to add Binance Futures to the list of exchanges. Very new to Gekko and with very limited programming experience, I hope that someone's figured this out by now as I would really appreciate the help in getting this done.
Again, I'm looking for help with adding Binance Futures and its markets to Gekko. Thank you in advance
Hello everyone, please tell me.
On GitHub I saw some strategies that realize this idea. I have a USDT / ETH trading strategy, I want to get data about ETC / BTC ratio in the same strategy.
Can anyone tell how to prescribe and where can i find such strategies?
ESSENCE: I need to get candle data in one strategy for 2 pairs in one strategies
I'd like to start green gekko with webui (not barebone console, i dont trade that fast its no problem to run a local web).
So i start it with node gekko --ui
The problem is it wont startup i have created a postgresql server added a user and a db but its not working.
The problems seams a missing file as from the error (which is strange as normal gekko doesnt use such a file either)..
I dont know who to contact or where to raise an issue about green gekko (is there a person or forum elsewhere?)
But if you know what to do please help me
Error: Cannot find module 'G:\GreenGekko\gekko\config\gekko.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
I got a problem starting up with green gekko, a variant of gekko.
If this is not the forum for please let me know who or where to contact people / forum.
This initates some major errors running: npm audit
found 3 vulnerabilities (1 low, 2 high) in 530 scanned packages
3 vulnerabilities require semver-major dependency updates
The solution is NOT using the command: npm audit fix --force to fix those errors and instead just ignore them.
Then I started up the platform running: node gekko -ui
and things seem to be running smoothly.
I tested some in gekko integrated strategies and also addons i found on web but not satisfied with them.
I am looking for a simple strategy to trade a coin on binance with BTC pair
Buying coin at X sats and selling at Y, when sell is done strategy should start again, buy at X, sell at Y.
Maybe also buy at current price and sell X% higher, then do the same again.
Can that be done by Gekko and how?
Sorry if that is a very noob question, if someone knows please answer.
Just learned it wont install on the official distro by default.
You need to make space for it first : https://github.com/raspberrycoulis/remove-bloat (removing office etc to get yourself some GB ).
Now i got it working
another tip its easier to coppy all install commands from the web so you wont create typo's