Gekko Forum
Multiple assets trading - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html)
+--- Thread: Multiple assets trading (/thread-57827.html)



Multiple assets trading - Bychance - 01-13-2019

Hi friends, 
I started using Gekko currently. I'm using Linux commandline to run gekko. I added several alts and started trading based on BNB. Is there any way to limit the buy and sell of each coin based on its balance? Because I noticed that the trading bot used my total BNB balance just for one coin. It will be ideal if the trading bot just could buy and sell based on each coin's balance and add each profit (if any!) for further trading of that coin.
Thanks


RE: Multiple assets trading - Remo - 01-13-2019

Watch this video:
https://www.youtube.com/watch?v=bgug5i2NkqU
And here is the link for modifictions:
https://github.com/crypto49er/BalanceLimitGekko


RE: Multiple assets trading - Tron2025 - 01-13-2019

(01-13-2019, 09:32 AM)Remo Wrote: Watch this video:
https://www.youtube.com/watch?v=bgug5i2NkqU
And here is the link for modifictions:
https://github.com/crypto49er/BalanceLimitGekko

my bot´s are stop with an error code during the first trade. Here is the error https://www.bilder-upload.eu/bild-82987b-1546885440.png.html


RE: Multiple assets trading - Bychance - 01-13-2019

(01-13-2019, 09:32 AM)Remo Wrote: Watch this video:
https://www.youtube.com/watch?v=bgug5i2NkqU
And here is the link for modifictions:
https://github.com/crypto49er/BalanceLimitGekko

Hi Remo,
Thanks for the link. I will try it.