Research
{tabs.map(t => (
setTab(t)} />
))}
{tab === 'Strategies' && (
)}
{tab === 'Visual Builder' && (
Visual Rule Builder
Build a trading strategy by composing IF/THEN rules. Drag rows to reorder. Click "Save Strategy" to store it.
)}
{tab === 'Code Editor' && (
Code Strategy Editor
Write a custom strategy function in JavaScript. Click "Run Backtest" to test it against historical data.
)}
{tab === 'Signals' && (
)}
{tab === 'Backtesting' && (
)}
);
}