Skip to main content

Chart Preview

The Chart Preview marks every entry and exit your strategy would have generated directly on the price chart. It's the fastest way to answer the most important question: does my logic do what I think it does?

Chart preview with entry and exit markers

Features​

  1. Time Frame - switch chart intervals (1m, 5m, 15m…) to inspect signals at different granularities.
  2. Candle Type - view as standard candlesticks, Heikin Ashi, and other formats.
  3. Indicators - overlay the same indicators your strategy uses (EMA, RSI, MACD…) to visually confirm each signal against the indicator values.
  4. Entry Signals - markers at every point the entry conditions fired.
  5. Exit Signals - markers at every exit, whether condition-based, stop loss, or target.
  6. Maximize / Minimize - expand the chart for detailed inspection.

Chart preview feature controls

How to validate a strategy visually​

  1. Overlay your strategy's indicators on the chart (e.g., both EMAs for a crossover strategy).
  2. Pick 3–5 entry markers and check each one: did the condition actually hold there?
  3. Check the exits the same way.
  4. Look for missing signals too - places where you'd expect a signal that didn't appear often reveal a wrong operator (e.g., Greater Than where you meant Crosses Above).

For exact timestamps of each signal, use the Entry & Exit Logs. When the chart looks right, move on to Backtesting.