TradeLens Docs
A guide to the whole system — assembling indicators into a trading strategy with the node graph builder, then running and reading the results in Visualize / Backtest / Portfolio.
- Core Concepts — How a node graph works — data flow, port types, the rules a valid strategy must follow.
- Node Reference — Every node type: what it does, its ports, its params.
- Indicator Guide — The exact formula the engine uses for each indicator — the same one the backtest and the Python export both run.
- Recipes — Four fully-wired sample strategies you can open straight into Builder.
- SL/TP & Risk — How stop-loss and take-profit distances turn into prices, and how trailing stops work.
- Visualize — Reading the XAUUSD chart and overlaying backtest results.
- Backtest — Running a strategy against real data and reading the results.
- Trigger Explain & Replay — Seeing every node's value on any Bar, or walking a result bar by bar with the future hidden.
- Portfolio & Slots — Combining multiple strategies into one portfolio view.
- Compare — Comparing 2-4 backtest Runs side by side, ranking only when exactly one input differs.