Signals Help Center
  • About Signals
  • Getting Started
    • Tutorials
      • Your First Strategy
        • Create a New Strategy
        • Define Variables
        • Define Setup Method
        • Define Register Actions Method
        • Backtest
        • Deploy Strategy & Start Receiving Signals
    • Dashboard
    • Strategies
      • Strategy Tools and Settings
        • Editor
        • Strategy Detail
        • Backtests
          • Backtest Detail
          • Deploying a Backtest
          • Delete a Backtest
        • Deployments
          • Deployment Detail
          • Edit About, Rules & Alternative Markets
          • Undeploy an Active Deployment
          • (Un)Publish a Deployment
          • (Un)Follow a Deployment
          • Delete a Deployment
        • Followings
          • Following Detail
          • Unfollow a Deployment
          • Delete Record of Following
      • Strategies Marketplace
        • Follow a Strategy
        • Publish Strategy
      • Strategy Details
      • Strategy Metrics
        • Initial Capital
        • Initial Capital (USDT)
        • Strategy Balance
        • Strategy Balance (USDT)
        • Total Performance
        • Total Performance (USDT)
      • Strategy Types
        • Single Market Strategy
        • Multi Market Strategy
    • Account
      • Change Plan
      • Change or Reset Password
      • Change Name, Username, or E-mail
  • Framework Documentation
    • Strategy
      • Methods
        • Setup()
          • DataMarketplace
          • IndicatorsMarketplace
        • RegisterActions()
        • Orders Management
          • CancelOrder()
          • CancelAllPendingOrders()
          • EnterLong()
          • EnterLongLimit()
          • EnterShort()
          • EnterLongStop()
          • EnterShortLimit()
          • ExitLong()
          • EnterShortStop()
          • ExitLongLimit()
          • ExitShort()
          • ExitShortLimit()
          • ExitLongStop()
          • ExitShortStop()
        • Risk Management
          • SetProfitTarget()
          • SetStopLoss()
      • Properties
        • Market
        • Markets
        • PendingOrders
        • Position
        • Time
      • Types
        • IOrder
        • PendingOrder
    • Data
    • Logs
  • Knowledge Base
    • Vocabulary
      • Base currency
      • Deployment
      • Following
      • Quote currency
      • Strategy
    • Technical Indicators
      • Oscillators
        • Average Directional Index (ADX)
        • Momentum Indicator (MOM)
        • Moving Average Convergence Divergence (MACD)
        • Relative Strength Index (RSI)
        • Stochastic RSI (STOCH RSI)
      • Volatility
        • Average True Range (ATR)
        • Bollinger Bands (BB)
      • Trend Analysis
        • Exponential Moving Average (EMA)
        • Simple Moving Average (SMA)
        • Volume-weighted Moving Average (VWMA)
        • Weighted Moving Average (WMA)
      • Volume
        • Accumulation/Distribution Line (ADL)
  • Have a question?
    • FAQ
    • Ask on the forums
    • Contact us
Powered by GitBook
On this page
  • The Backtest Detail View
  • Metrics, Signals and Logs
  1. Getting Started
  2. Strategies
  3. Strategy Tools and Settings
  4. Backtests

Backtest Detail

Test your strategies on historical data to see how well they operate.

PreviousBacktestsNextDeploying a Backtest

Last updated 5 years ago

This view gives you access to a comprehensive report about each backtest you run. Use this information to experiment with different parameters and optimize your strategy before you deploy it.

The Backtest Detail View

The leftmost panel in this view gives a quick overview of the backtest, providing information about the strategy name, the market it was tested on, which indicators were used, and how it performed.

The upper chart is divided into two views which you can switch between by clicking on the associated tab. The 'performance' tab will show a percentage gain or loss plotted over time, while the 'trade' tab will display a candlestick-style chart plotting all the positions which were closed in the backtest.

Metrics, Signals and Logs

The lower panel provides more detailed information about the various aspects of the test. The first tab shows the relevant metrics set or generated by the test. The second tab lists all signals which were emitted during the test, correlating with the closed positions shown on the Trade chart above.

To help you debug your strategy and improve results, you can review logs of each test under the third tab, while the last tab will show your strategy's code for easy reference.

A promising backtest can be deployed on real time data and start generating trading signals for paper trading. Visit the next article, , to find out how.

deploying a backtest
The backtest detail view for a Bollinger Bands strategy tested on 3 months of data