FlameBot Desktop + MT4/MT5 EA Bundle (macOS)

What’s included
- No Python install required. The app bundles all runtime deps (PyQt, Telethon, etc.).
- Works on macOS 11+ (Big Sur and later).

1) Install and Run
- Recommended: Open `FlameBot-macOS.dmg`, then drag `FlameBot.app` to your Applications folder.
- Portable: Extract `FlameBot-macOS.zip` and run `FlameBot.app` directly.

First-run login (Telegram)
- Enter your phone number in FlameBot.
- Click “Verify in Telegram” — it will open the Flame Check bot in Telegram Desktop / Web.
- Press Start in the Telegram chat once. The verification window closes automatically within ~10 seconds.

Telegram API credentials (managed)
- The desktop app gets its API ID/Hash from the backend. Do not add files unless support asks.
- Optional override (advanced): create `~/.tg_copier/telegram_app.json` with
   {
      "api_id": 1234567,
      "api_hash": "your_api_hash"
   }
   then restart FlameBot.

2) Install the EA (pick one)
A) In-app (recommended)
   - Open FlameBot → Settings → “Install MT4/MT5 EA” and follow the prompts.

B) Manual copy
   - MT4: copy `eas/FLAMEBOT MT4 EA.ex4` → `<MT4 Data Folder>/MQL4/Experts/Advisors/`
   - MT5: copy `eas/FLAMEBOT MT5 EA.ex5` → `<MT5 Data Folder>/MQL5/Experts/Advisors/`

Find your MetaTrader Data Folder via: MT4/MT5 → File → Open Data Folder.
After copying, restart MetaTrader and attach the EA to a chart.

3) EA prerequisites (MT4/MT5 → Tools → Options → Expert Advisors)
- Allow automated trading
- Allow DLL imports
- Allow WebRequest for the following URL:
   https://api.flamebotapp.com

Troubleshooting
- Verification didn’t open: Make sure Telegram Desktop is installed and you’re logged in. You can also use Telegram Web as fallback.
- Verification stuck: Click “Verify in Telegram” once, press Start in the bot, wait ~10 seconds. If it doesn’t close, restart FlameBot and try again.
- EA can’t reach the server: Double-check the WebRequest URL above is added in MetaTrader Options → Expert Advisors.
- Gatekeeper warning: Right-click `FlameBot.app` → Open (first time only).
