Strategy
Currently active sandbox strategy config (stored in Supabase).
Name
EMA Trend (v0)
Environment
sandbox
Pair
BTC-USD
Timeframe
1h
Simple fast/slow EMA trend strategy: open long when fast EMA > slow EMA; close when fast EMA < slow EMA.
Params (json)
{
"minBars": 60,
"fastPeriod": 12,
"slowPeriod": 26,
"quoteOrderSizeUsd": 25
}