Build a strategy from rules — no code. Declarative indicator / price /
crossover logic with AND·OR nesting. (Full Python strategies coming later.)
Strategy Indicators
Entry rules — buy when…
Exit rules — sell when…
Risk management — take-profit / stop-loss
% from each trade's entry price · optional
Strategy Tester
Load a saved, library, or built-in strategy — run it and tune its key parameters.
Optimizer
Grid-search a strategy's parameters — rank the combinations by a
metric. Uses the Out-of-sample setting (above) to rank in-sample and show held-out results.
Pick a strategy, choose which parameters to sweep, then Optimize.
Results
Strategy Performance
Build or pick a strategy, then Run to see metrics.