DOSWAPZ // MEAT
IMPORTANT: This is ONLY an alert system. You receive signals. You decide and execute trades yourself with your own wallet. Meat never touches your keys or funds.
OPERATIONAL DIRECTIVE — READ AND COMPLY
MEAT IS A LIVE ALERT TOOL.
• You are solely responsible for every trade decision and execution.
• Meat never executes trades, accesses your wallet, or holds your funds.
• Independently verify every signal before acting. Never risk more than you can afford to lose.
• DOSWAPZ provides tools and information. You bear complete responsibility for all actions and outcomes.
WHAT IS MEAT?

Meat is your personal crypto alert terminal. It runs on your machine, watches the market 24/7, and sends clear buy/sell alerts based on the strategies you configure. You stay in full control.

A-Z SETUP GUIDE (BEGINNER FRIENDLY)

Step 1 — Verify your environment
Make sure you have Python 3.10+ installed and the required packages available (the screenshot shows a clean check with pip list).

Terminal showing python --version and pip list

Step 2 — Download / clone the bot folder
Get the crypto-trading_bot directory (the screenshot shows a typical cloned repo with enhanced_bot.py, config.yaml, requirements.txt, etc.).

GitHub repo folder structure

Step 3 — Install dependencies

pip install -r requirements.txt
Successful pip install output

Step 4 — Configure your settings
Open config.yaml and fill in your preferences (coins to watch, alert thresholds, Telegram bot token, etc.).

config.yaml example filled in

Step 5 — Set up Telegram alerts
Create a Telegram bot via @BotFather and add your chat ID in the config.

Telegram bot creation and chat ID

Step 6 — Run the bot

python enhanced_bot.py
Bot running and listening for signals

Step 7 — Receive alerts in Telegram
You will get clean push notifications like the one in the screenshot:
"SOL — Strong buy signal detected (volume + RSI). Current price: $142.30"

Example Telegram buy signal alert
VIDEO GUIDE (HIGHLY RECOMMENDED)

Watch this full setup video for visual learners:

COMING SOON — https://www.youtube.com/watch?v=example-doswap-meat-setup

The video walks through every step with screen recordings.

This is an alert system only. Trade responsibly. Never risk more than you can afford to lose.
← BACK TO MENU