guy@pingtheguy:~/whuffobot $

# perp trading bot · Hyperliquid DEX

WHUFFOBOT

In skydiving, a “whuffo” is the person on the ground asking “why would you jump out of a perfectly good airplane?” Same energy. Different risk.

what it is

# cat README.md

README.md
WhuffoBot is an automated perpetual futures trading bot for
Hyperliquid DEX. Written in Python. Scans every available pair
every 15 minutes and opens a position on the strongest signal.

Two strategies run together: a 4-hour trend strategy and a
highly selective 5-minute scalp strategy. It has signal
amplifiers, veto conditions and built-in risk management.

It has no UI. It’s cloned from GitHub and run from the terminal.

the stack

# two strategies, running together

strategy.py
# scan
every 15m  → scans every available pair, opens the strongest signal

# strategies
trend  4h   → 4-hour trend strategy
scalp  5m   → highly selective 5-minute scalp strategy

# controls
amplifiers   → signal amplifiers
vetoes       → veto conditions
risk         → built-in risk management

run it

# clone & go

bash
$ git clone https://github.com/MarkusMeyer1/whuffobot.git
$ cd whuffobot
$ python main.py