Skip to content

Releases: JustAResearcher/Trade-Bot

v1.04 - Precise sell amounts + buy-side liquidity layers

Choose a tag to compare

@JustAResearcher JustAResearcher released this 04 Mar 21:31

Changes

Sell side fix exact USDT targeting:

  • Sell orders now respect the exact USDT amount you specify
  • Previously configured in MEWC quantity (could overshoot/undershoot dollar target)
  • New field: USDT per Sell (replaces MEWC per Sell)
  • Calculates precise MEWC quantity at current price to hit your dollar target

Buy side liquidity layers:

  • New Buy Layers setting (default: 3) places multiple staggered buy orders per cycle
  • New Layer Step % setting (default: 0.5%) price spacing between layers
  • Creates a deeper buy wall across multiple price points
  • Example: 3 layers at 0.5% step = orders at ask+1%, ask+0.5%, and at the ask
  • Each layer deploys the configured USDT amount

Download

  • mewc_trader.exe Standalone Windows executable (no Python needed)

v1.03 - First-Run Setup Dialog

Choose a tag to compare

@JustAResearcher JustAResearcher released this 01 Mar 05:49

Changes

  • First-run setup dialog: When no settings file exists, a GUI dialog now prompts for API keys instead of crashing
  • API key whitespace fix (from v1.02): Keys are stripped of leading/trailing spaces
  • Settings are saved automatically to nonkyc_settings.json next to the exe
  • Show/hide toggle for secret key

Download

  • mewc_trader.exe - Windows executable (standalone, no Python required)
  • Just download and run - it will ask for your API keys on first launch

MEWC Trader v1.0

Choose a tag to compare

@JustAResearcher JustAResearcher released this 25 Feb 05:07

MEWC/USDT asymmetric market maker for NonKYC.io

Features:

  • Asymmetric buy/sell spread strategy
  • Persistent settings (saved to nonkyc_settings.json)
  • Dark-themed Tkinter GUI
  • Configurable intervals, amounts, and spreads
  • One-click Start/Stop trading

Download: mewc_trader.exe standalone Windows executable, no Python needed.

MEWC Trader v1.01

Choose a tag to compare

@JustAResearcher JustAResearcher released this 25 Feb 04:35

Initial release of MEWC/USDT Market Maker bot for NonKYC.io. Automated limit-order placement, persistent settings, real-time market data, live order tracking, safety controls, and dark-themed GUI. Download mewc_trader.exe for standalone Windows use or run from source with python mewc_trader.py.