BullReckon

Strategy Management

Manage your trading strategies, API keys, and execution logs.

Documentation

For detailed guides and API examples for strategy development, see the API docs.

Open API Docs — Algorithmic Trading →

Trading Strategies

Active API Keys

days

Active Scripts

Loading scripts...

API Documentation

Your strategy endpoint should return JSON in the following format:

{
  "action": "BUY" | "SELL" | "HOLD",
  "symbol": "BTCUSDT",
  "quantity": 0.5,
  "confidence": 85,
  "reason": "Golden cross detected"
}

Required Fields

  • actionBUY, SELL, or HOLD
  • symbolTrading pair (e.g., BTCUSDT)
  • quantityAmount to trade

Optional Fields

  • confidenceSignal strength (0-100)
  • reasonHuman-readable explanation
  • priceSuggested execution price