WhaleCrew Backtester — Strategy by WhaleCrew
By WhaleCrew
Performance Metrics
- Author: WhaleCrew
- Symbol: BITSTAMP:BTCUSD
- Timeframe: 1 hour
- Net P&L: +143,908.90 USD (+143.91%)
- Win Rate: 55.3%
- Profit Factor: 1.677
- Max Drawdown: 51,244.70 USD (22.05%)
- Total Trades: 206
- Sharpe Ratio: 0.301
Description
Backtesting indicators is easy, just add the following line of code to your script:plot(longEntry ? 1 : shortEntry ? -1 : longTP ? 0.5 : shortTP ? -0.5 : 0, color=na, editable=false, title='Backtest')These numbers are defined as constants in the backtester source-code.After adding this indicator to your chart:1. Open Settings2. Select supported indicator to backtest3. Select if you want to enter Longs and/or Shorts4. Open the 'Strategy Tester' at the bottom to check the performanceRemember:past performance is not indicative of future resultsrepainting indicators will create wrong/unrealistic results