Skip to content

Holy moly fellow coders I just finished a probably profitable grid trading bot that is COMPLETELY decentralized. You set the grid bot and it trades using the GMX framework and liquidity pools directly from your wallet. Swap buy, swap sell, and whoala now you have more money than you started with

Notifications You must be signed in to change notification settings

muhahale/GMX-Grid-Trading-Bot-Auros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMX Grid Trading Bot (SPOT/FUTURES)

Actually profitable(?) leverage/spot trading bot using python for GMX. I tested it for 4 months and made about 8-11% a month with 7x leverage, DYOR AND RISK MANAGE YOUR MONEY PROPERLY

Thank you for all the stars! But please create issues with bugs so I can fix and improve the bot :)

Go GoDoc Go Report Card Awesome build status

What You Can Do With This Bot?

  • Set up the right grid range for a pair on GMX and run a profitable trading bot
  • Set up your own leverage (125x anyone?)
  • Completely decentralized, from and to your wallet no deposits nor withdrawals to any platforms
  • Set Indicators to true and the bot will buy only if it thinks the market is ready to go long
  • That's it, what else do you want lmao

Supported Exchanges

  • GMX
  • Working on adding other DEXes

Requirements

  • Python 3.7+ on your PC and set up in your Visual Studio Code

Installation

Follow the steps below

0. Download the code and extract the zip then open the folder in Visual Studio Code and open terminal
1. pip3 install -r requirements.txt 
2. Open data.json and fill your main details (Don't share this file anywhere)
3. Open inputs.json, Read all the descriptions and fill your trading strategy (Once you run the bot for the first time all the descriptions will disappear)
4. Run the bot with "python3 gmx.py"
5. Stop with CTRL + C

Good luck!

Big thanks to DeFiMasterd for bringing my attention to DeFi coding, I learned a lot from his code and now I hope to code my own bots. Cheers!

About

Holy moly fellow coders I just finished a probably profitable grid trading bot that is COMPLETELY decentralized. You set the grid bot and it trades using the GMX framework and liquidity pools directly from your wallet. Swap buy, swap sell, and whoala now you have more money than you started with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%