Directional Bot
Directional Bot is a compact Hyperliquid directional strategy starter built for builder runs.
It keeps the config contract and the backtest_decisions preview path, while also including
an optional live Hyperliquid execution branch without the heavier surface area of the full
signal-bot template.
Included
src/config.tsfor a compact TWAP config contract, defaults, schedule wiring, and optional live execution settingssrc/directional-bot.tsfor compact TWAP sell logic, optional live order placement, and backtest decisionstools/directional-bot.tsfor the tool profile andbacktest_decisionsPOST handler
Development
npm installnpm run validate