README.md

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.ts for a compact TWAP config contract, defaults, schedule wiring, and optional live execution settings
  • src/directional-bot.ts for compact TWAP sell logic, optional live order placement, and backtest decisions
  • tools/directional-bot.ts for the tool profile and backtest_decisions POST handler

Development

  • npm install
  • npm run validate