
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 :)
- 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
- GMX
- Working on adding other DEXes
- Python 3.7+ on your PC and set up in your Visual Studio Code
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!