From zero to auto-trading in 5 minutes.
/connect to enter your key/mode live to go live and watch it trade for youWant to run on your own machine instead? Follow the detailed steps below to download and install the desktop app.
MagicMoneyMachine folder with MagicMoneyMachine.exe insideWindows: No Python needed. Everything is bundled inside the .exe — just unzip and run.
Mac & Linux
MagicMoneyMachine is pure Python — runs natively on any OS with Python 3.10+.
git clone https://github.com/renatrazumov/magicmoneymachine.git
cd magicmoneymachine
pip install -r requirements.txt
python server.py
Dashboard opens at http://localhost:5555. Works on Mac, Linux, WSL, Raspberry Pi.
MagicMoneyMachine.exeYour license key was sent to your email after purchase. It looks like: MMM-XXXX-XXXX-XXXX-XXXX
New to Coinbase? Sign up here (takes 2 minutes):
Create Coinbase Account
Already have Coinbase? Go directly to Advanced Portfolio.
MagicMoneyMachineThis isolates your trading funds from your main account. The trading assistant only sees and trades with what's in this portfolio.
organizations/...)Security: Only enable "Trade" and "View" permissions. Never enable "Transfer" — the trading assistant doesn't need to withdraw funds. Scoping to a separate portfolio adds another layer of protection.
The setup wizard will ask you to paste both keys. That's it — the trading assistant handles everything else.
Double-click MagicMoneyMachine.exe
A console window opens and your browser launches the dashboard at http://localhost:5555
Keep the console window open — closing it stops the trading assistant.
Starts in paper trading mode. No real money is used until you change TRADING_MODE=live in your .env file.
After testing in paper mode for 3-7 days:
.env in any text editor (Notepad works fine)TRADING_MODE=paper to TRADING_MODE=liveMagicMoneyMachine.exeStart small. Begin with an amount you can afford to lose. The trading assistant defaults to conservative settings with 6-layer risk protection and automatic circuit breakers.
Your control center opens automatically at http://localhost:5555
13 tabs: Portfolio, Trades, Auto Trader, Strategy, Screener, Backtester, Signals, Alerts, and more. Real-time updates via Server-Sent Events.
Control from your phone — check positions, buy/sell, trigger killswitch:
/newbot, follow prompts, copy the Bot Token.env file:
TELEGRAM_BOT_TOKEN=your_token TELEGRAM_CHAT_ID=your_chat_id
/killswitch — stops everything, cancels all orders instantly/resume on Telegram, or reopen the .exeThe trading assistant includes a self-learning AI brain that improves its analysis over time. For enhanced AI insights powered by Claude:
.env: ANTHROPIC_API_KEY=sk-ant-xxxxxxxxxxxxWithout an API key, the trading assistant uses free rule-based analysis — still effective, just not as sophisticated.
X / Twitter · Instagram · r/MagicMoneyMachine · support@magicmoneymachine.app