Documentation
Strategy Builder · Signals · Backtesting
BTC
$64,820-1.40%
DOM
54.8%
F&G
38 · Fear
AVG FUND
+0.018%
REGIMEBear Ranging
Documentation
EDGECORE Docs
Everything you need to know about Strategy Builder, signal generation, and the backtesting engine.
Strategy Builder
What is Strategy Builder?
Strategy Builder is EDGECORE's AI-powered strategy research environment. Describe a trading strategy in plain language and the AI compiles it into a structured ruleset, runs a backtest on real historical candle data, and shows you detailed performance metrics.
How do I create a strategy?
Type a strategy description in the chat panel — e.g. "Buy when EMA 20 crosses above EMA 50 and RSI is below 60, stop 2 ATR below entry." The AI parses your intent and generates entry conditions, stop-loss, and take-profit rules.
What symbols and timeframes are supported?
BTCUSDT, ETHUSDT, SOLUSDT, BNBUSDT, XRPUSDT, AVAXUSDT on 15m, 1h, 4h, and 1d candles. Historical data is loaded from Binance public API.
What does a backtest report show?
Total trades, win rate, profit factor, cumulative R, average winner/loser, max drawdown, and individual trade markers on the chart. All computed on real OHLC data — no curve-fitting.
Pine Script & MQL Import
Can I import an existing strategy?
Yes. Paste Pine Script v5 or MQL4/5 code directly into the chat, or upload a .pine / .mq4 / .mq5 file. The AI extracts the logic and converts it into EDGECORE's ruleset format.
What gets imported?
Entry and exit conditions, indicator references (EMA, SMA, RSI, ATR, Volume MA), stop-loss and take-profit rules. Unsupported constructs are flagged with a mismatch summary.
Does the import guarantee identical results?
No — broker-specific functions, custom functions, and complex array operations cannot be fully mapped. The import gives you a starting point; review the ruleset before backtesting.
AI Parser
Which AI providers are supported?
OpenRouter (Claude, GPT-4, Mistral) is the primary provider. Configure your API key in Admin → AI Settings. Without an API key, a regex fallback parser handles simple strategies.
What is the fidelity score?
A 0–100 score that measures how accurately the AI captured your intent. 85+ means strong match. Below 70, the strategy is flagged and requires explicit user confirmation before backtesting.
Signals
Where do signals come from?
Signals are generated server-side by strategy scanners that run against live market data. The EMA Bounce scanner is live. Additional strategies produce signals from a curated signal library.
What does a signal include?
Symbol, direction (long/short), entry zone, stop-loss, up to 3 take-profit levels, setup score, and setup type. Clicking 'Open in Terminal' pre-fills the order panel.
Strategies & Performance
What is the Strategies page?
A library of 10 verified EDGECORE strategies (Dead Cat Short, EMA Bounce, Panic Flush Reversal, etc.) with historical performance stats. You can enable or disable each strategy and see signal attribution.
How does Save to My Strategies work?
After compiling and backtesting a strategy in the Builder, click Save. The strategy and its backtest snapshot are stored locally (localStorage) and appear in the My Strategies tab.
Have a question not covered here? Send feedback →