Architect Your Edge
Architect Your Edge
The final step. Turn your logic signals into actual market orders.
Opens a Long position when triggered.
Opens a Short position when triggered.
The backend engine uses VectorBT for high-performance backtesting and a custom strict risk engine for realistic simulation.
Size = (Equity * Risk%) / (Entry - SL)The engine simulates Market Impact (slippage based on position size) and commission fees. For precise SL/TP execution, it checks intraday price paths (High/Low) to determine if a stop was hit before the target, ensuring realistic results even on larger timeframes.
After every backtest, the engine calculates key performance indicators:
| Metric | Description |
|---|---|
| Total Return | Net profit or loss as a percentage of initial capital. |
| Win Rate | Percentage of trades that ended in profit. |
| Max Drawdown | The largest peak-to-valley decline in account equity. |
| Sharpe Ratio | Risk-adjusted return (using 0% risk-free rate). |