Here’s your updated README fully revised for the new name:
A fast, fully automated, GUI-based EMA strategy optimizer and live trading bot designed specifically for 1-minute candle EMA logging with 15-minute crossover confirmation — ideal for Meme Rush tokens or high-volatility pairs on Binance Spot.
- ✅ EMA Logging every minute using live ticker price
- 🕒 Crossover confirmation only on 15-minute candle close — avoids fake signals
- 🧠 Automatic re-optimization after each SELL
- 🖥️ Modern GUI with adjustable Initial & Re-Opt trials
- 💡 Optimizes Fast / Mid / Slow EMA + TP for best win rate
- 💰 Adjustable pair, TP, lookback, trial counts
- 🧰 PyInstaller support for easy
.exe
builds on Windows - 🪙 Ideal for high-volatility Meme Rush tokens or any single USDT pair
- Python 3.9 or higher (3.10/3.11 recommended)
- Binance API keys with Read and Trade permissions
- Internet access
sudo apt update
sudo apt install python3 python3-pip python3-venv git -y
python3 -m venv memerushenv
source memerushenv/bin/activate
git clone https://github.com/<yourusername>/BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES.git
cd BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES
pip install --upgrade pip
pip install -r requirements.txt --break-system-packages
sudo apt update
sudo apt install python3 python3-pip python3-venv git -y
python3 -m venv memerushenv
source memerushenv/bin/activate
git clone https://github.com/<yourusername>/BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES.git
cd BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES
pip install --upgrade pip
pip install -r requirements.txt
python -m venv memerushenv
memerushenv\Scripts\activate
git clone https://github.com/<yourusername>/BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES.git
cd BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES
pip install --upgrade pip
pip install -r requirements.txt
python triple_ema_gui_bot.py
- A GUI window will open.
- Enter your Binance API key, symbol (e.g.
WIFUSDT
), TP range, lookback period, and trial counts. - Click 💾 Save Config to store settings per token.
- Press
▶️ Start to optimize and begin live trading.
The bot will:
- 🔥 Optimize Mid EMA and TP based on backtesting
- 📈 Log EMA values every 60 seconds
- 🕒 Confirm crossover on 15-minute candle close
- 💵 Place BUY/SELL orders using Binance Spot API
- ♻️ Re-optimize automatically after each SELL
# Optional but recommended
code .
source memerushenv/bin/activate # or memerushenv\Scripts\activate on Windows
python triple_ema_gui_bot.py
✅ Install the Python extension in VS Code for best experience.
The bot continuously updates Fast, Mid, and Slow EMA values every minute in the log panel — giving you a real-time trend view.
All buy/sell signal decisions are confirmed on 15-minute candle closes to avoid noise and wick-based false triggers.
After each SELL:
- Fresh OHLCV is fetched
- Mid EMA + TP are re-optimized
- Trading continues seamlessly
-
⚠️ API Keys: Keep them secure. Enable only “Spot Trading” permissions. -
📝 A local
config_<symbol>.json
file is created per token. -
🧰 Missing Qt dependencies on Linux?
sudo apt install libxcb-cursor0 libxcb-xinerama0
-
🔄 To update:
git pull
-
🪟 Build an EXE (Windows):
pyinstaller --onefile triple_ema_gui_bot.py
If this project helped you, consider supporting:
-
Binance Referral: 👉 https://www.binance.com/activity/referral-entry/CPA?ref=CPA_00V9WDVAJY
-
Donate in USDT / ERC20 / BEP20:
0xc22f994de2a5b55b359221b51a813b999c713751
⭐ If you find this project useful, star the repo and share it with other traders!
✅ Lightning-fast | Meme Rush ready | EMA-based precision trading | Fully automated.