Skip to content

PahtrikProper/BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Here’s your updated README fully revised for the new name:


🪙 BINANCE-MEMERUSH-TOKEN-TRADER-1-MINUTE-CANDLES

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.


Table of Contents


1. Features

  • 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

2. Prerequisites

  • Python 3.9 or higher (3.10/3.11 recommended)
  • Binance API keys with Read and Trade permissions
  • Internet access

3. Setup Instructions

A. Linux on ChromeOS (Crostini)

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

B. Ubuntu Linux

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

C. Windows 11

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

4. Running the Bot

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

5. Visual Studio Code Setup (All Platforms)

# 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.


6. Strategy Behavior

🪙 1-Minute EMA Logging

The bot continuously updates Fast, Mid, and Slow EMA values every minute in the log panel — giving you a real-time trend view.

🕒 15-Minute Crossover Confirmation

All buy/sell signal decisions are confirmed on 15-minute candle closes to avoid noise and wick-based false triggers.

🧠 Auto Re-Optimization

After each SELL:

  • Fresh OHLCV is fetched
  • Mid EMA + TP are re-optimized
  • Trading continues seamlessly

7. Notes & Troubleshooting

  • ⚠️ 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

💸 Sponsor / Donate

If this project helped you, consider supporting:

  1. Binance Referral: 👉 https://www.binance.com/activity/referral-entry/CPA?ref=CPA_00V9WDVAJY

  2. Donate in USDT / ERC20 / BEP20: 0xc22f994de2a5b55b359221b51a813b999c713751

Donate USDT QR Code

⭐ 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.

About

This is a 1 minute candle trader suitable for BINANCE MEMERUSH TOKENS - HIGH RISK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published