FEATURE-003 — Strategy Configuration AI Grid Trader Wireframe
AI Trading Platform
Home / Strategies / BTC Grid Alpha

Configure Strategy

Active
Parameters
General
Trend Filter (4H)
Trend is bullish when EMA Fast > EMA Slow > EMA Trend and Price > EMA Trend
Grid Configuration (15m)
Maximum total position size multiplier
Percentage distance below entry point for each grid level
Risk & Exit
TP target above average entry
Short hedge trigger below grid bottom
Configuration Preview
{
  "trend": {
    "emaFast": 20,
    "emaSlow": 50,
    "emaTrend": 200
  },
  "grid": {
    "levels": 4,
    "spacing": [0.35, 0.70, 1.05, 1.40]
  },
  "takeProfitPercent": 0.80,
  "hedgePercent": 0.30,
  "maxExposure": 2.0
}
Grid Visualisation
Based on hypothetical entry at $67,650:
Take Profit $68,191 (+0.80%)
Entry $67,650
Grid Level 1 $67,413 (-0.35%)
Grid Level 2 $67,177 (-0.70%)
Grid Level 3 $66,940 (-1.05%)
Grid Level 4 $66,704 (-1.40%)
Hedge Trigger $66,504 (-1.70%)
Validation
Grid levels within allowed range (2-8)
Max exposure within risk limits
Spacing values are monotonically increasing
Hedge trigger below lowest grid level
EMA periods are valid