Key Takeaways
- Sentinel Bot offers a 7-day free trial with full access to the backtest engine, strategy builder, and all 13+ CME contracts -- no credit card required
- During the trial you can backtest unlimited strategies on NQ, ES, MNQ, MES, CL, GC, YM, RTY and more with tick-based PnL simulation
- The visual block strategy builder lets you create entry/exit logic without writing code using moving averages, RSI, price action patterns, and N-of-M composites
- Free trial results are identical to paid plan results -- there is no feature limitation or reduced data quality during the trial
- Most traders can build and backtest their first strategy within 30 minutes of signing up
Every futures trader knows the frustration: you have a strategy idea, but testing it means either risking real capital or spending weeks setting up backtesting infrastructure. Signal relay tools like PickMyTrade and TradersPost skip backtesting entirely, expecting you to deploy untested strategies directly to funded accounts. Desktop platforms like NinjaTrader require installation, configuration, and often a VPS before you can test anything.
Sentinel Bot takes a different approach. The 7-day free trial gives you immediate access to a full-stack futures trading platform: backtest engine, visual strategy builder, and CME contract support. No credit card. No installation. No VPS. Open your browser, sign up, and start testing strategies in minutes.
This guide walks through exactly what you get during the free trial, how to make the most of those 7 days, and how the trial experience translates to live automated trading.
What Is Included in the Free Trial
The Sentinel Bot free trial is not a limited demo. You get full access to the same tools that paying subscribers use.
Backtest Engine
The crown jewel of the trial experience. Sentinel's backtest engine simulates strategy performance on historical CME futures data with tick-based PnL calculation.
What tick-based means: Unlike simplified backtests that calculate PnL in dollar terms or percentage terms, Sentinel uses the actual tick size and tick value for each contract. When backtesting NQ (E-mini NASDAQ-100), every price movement of $0.25 equals $5.00 in PnL. For MNQ (Micro E-mini), that same $0.25 movement equals $0.50. This distinction matters enormously for prop firm traders who need realistic PnL projections.
Contracts available during the trial:
| Contract | Symbol | Tick Size | Tick Value |
|---|---|---|---|
| E-mini NASDAQ-100 | NQ | $0.25 | $5.00 |
| Micro E-mini NASDAQ | MNQ | $0.25 | $0.50 |
| E-mini S&P 500 | ES | $0.25 | $12.50 |
| Micro E-mini S&P | MES | $0.25 | $1.25 |
| Crude Oil | CL | $0.01 | $10.00 |
| Gold | GC | $0.10 | $10.00 |
| E-mini Dow | YM | $1.00 | $5.00 |
| Russell 2000 | RTY | $0.10 | $5.00 |
| Micro E-mini Dow | MYM | $1.00 | $0.50 |
| E-mini Crude Oil | QM | $0.025 | $12.50 |
| Micro Gold | MGC | $0.10 | $1.00 |
| Micro Crude Oil | MCL | $0.01 | $1.00 |
| Micro Russell 2000 | M2K | $0.10 | $0.50 |
Backtest results include:
- Net PnL: Total profit or loss in dollar terms
- Total return percentage: Net PnL relative to initial capital
- Maximum drawdown: Largest peak-to-trough decline
- Sharpe ratio: Risk-adjusted return metric
- Calmar ratio: Return divided by maximum drawdown
- Profit factor: Gross profits divided by gross losses
- Win rate: Percentage of trades that were profitable
- Average trade PnL: Mean profit or loss per trade
- Trade count: Total number of trades executed
- Equity curve: Visual chart of account balance over time
Visual Block Strategy Builder
No coding required. The block strategy builder lets you compose trading logic by combining pre-built blocks:
Entry blocks available:
- Moving Average Crossover: Fast MA crosses above/below slow MA (configurable periods)
- RSI Momentum: RSI crosses above or below configurable thresholds
- Pin Bar Detection: Identifies reversal pin bar candlestick patterns with configurable wick-to-body ratio
- Engulfing Pattern: Detects bullish and bearish engulfing candlestick patterns
- MA Rejection Gate: Price approaches and rejects from a moving average level
Composite logic:
- N-of-M: Require N out of M conditions to be true before entering. For example, require 2 out of 3 signals (MA crossover + RSI confirmation + pin bar) to reduce false entries
Exit parameters:
- Stop-loss (in percentage or points)
- Take-profit (in percentage or points)
- Trailing stop
- Time-based exit
Direction:
- Long only
- Short only
- Both directions
Real-Time WebSocket Dashboard
Even during the free trial, you get access to the real-time dashboard powered by WebSocket connections. When a backtest runs, you see progress updates streamed live. When you connect to a broker for live trading (after upgrading to a paid plan), the same dashboard shows live positions, PnL, and trade logs.
How to Make the Most of Your 7-Day Trial
Seven days is plenty of time to validate a trading strategy if you use the time wisely. Here is a day-by-day guide.
Day 1: Explore and Build Your First Strategy
- Sign up at sentinel.bot/auth/register -- takes under 2 minutes
- Navigate to the strategy builder
- Create a simple strategy: Moving Average Crossover (fast=20, slow=50) on NQ 15-minute bars
- Set a stop-loss of 2% and take-profit of 4% (2:1 reward-to-risk)
- Run a backtest on 6 months of data
- Review the results: focus on profit factor, maximum drawdown, and Sharpe ratio
This first test gives you a baseline and familiarizes you with the platform. Do not expect the first strategy to be your final one.
Day 2: Experiment With Different Blocks
Now that you understand the workflow, try different building blocks:
- Replace Moving Average Crossover with RSI Momentum
- Try Pin Bar Detection on Crude Oil (CL)
- Test Engulfing Pattern on Gold (GC)
- Compare results across different contracts
The goal is to understand how each block behaves and which ones align with your trading thesis.
Day 3: Add Composite Logic
Single-block strategies have high signal frequency but many false positives. Introduce N-of-M composite logic:
- Combine MA Crossover + RSI Momentum with N=2 (both must confirm)
- Try MA Crossover + Pin Bar + Engulfing with N=2 (any 2 of 3)
- Compare composite results against single-block results
You will typically see fewer trades but higher win rates and better profit factors with composite logic.
Day 4: Optimize Parameters
Take your best-performing composite strategy and optimize:
- Test different MA periods (fast: 10/15/20/30, slow: 50/100/200)
- Adjust RSI thresholds (30/40/45/50 for long, 50/55/60/70 for short)
- Vary stop-loss (1%/1.5%/2%/2.5%) and take-profit (3%/4%/4.5%/6%)
- Try different timeframes (5m/15m/30m/1h)
Record the results for each combination. Look for parameter sets that produce consistent results across multiple settings (robust) rather than one setting that is an outlier (overfit).
Day 5: Multi-Contract Validation
Test your optimized strategy across multiple contracts:
- Run the same strategy on NQ, ES, YM, and RTY
- Check if the strategy works on micro contracts (MNQ, MES) as well
- Test on CL and GC to see if the logic transfers to commodities
A strategy that works on multiple correlated contracts (NQ + ES + YM) is more robust than one that only works on a single contract.
Day 6: Prop Firm Simulation
If you plan to trade on a prop firm, simulate the evaluation:
- Set your backtest capital to match your prop firm account size ($50K, $100K)
- Check that maximum daily drawdown stays within the prop firm's daily loss limit
- Verify the strategy generates enough profit to hit the Combine target within a reasonable timeframe (10-20 trading days)
- Confirm the strategy does not hold positions past 3:00 PM CT (for TopstepX)
Day 7: Document and Decide
- Export your best strategy configurations and backtest results
- Compare the top 2-3 strategy variants
- Decide whether the results justify subscribing to a paid plan
- If you need more time, the trial results are saved to your account -- you can upgrade later and continue where you left off
Why Free Trial Matters for Futures Trading
Futures trading has real costs. Every evaluation attempt costs money. Every losing trade costs money. Every month of platform subscription costs money. A free trial that lets you validate your strategy before spending anything is not a marketing gimmick -- it is responsible risk management.
Consider the alternative paths:
Without a free trial (signal relay path):
- Subscribe to TradingView ($25/month)
- Subscribe to PickMyTrade or TradersPost ($50-$299/month)
- Subscribe to TopstepX Combine ($49-$149/month) plus API ($29/month)
- Deploy an untested strategy
- Fail the evaluation because the strategy was not validated
- Total cost: $153-$502/month with zero backtesting
With Sentinel Bot free trial:
- Sign up for free (no credit card)
- Build and backtest strategies for 7 days
- Validate performance metrics against prop firm requirements
- Subscribe to Sentinel Bot only if results are promising
- Subscribe to TopstepX Combine only when you have a proven strategy
- Total cost: $0 until you have validated your approach
The free trial eliminates the most expensive mistake in futures trading: deploying an untested strategy to a live or evaluation account.
From Free Trial to Live Trading
Once you have validated your strategy during the trial, the transition to live trading is straightforward:
Step 1: Upgrade to a Paid Plan
Choose the Sentinel Bot plan that matches your needs. Visit our pricing page for current options.
Step 2: Connect Your Broker
Link your TopstepX, Tradovate, or other supported broker account. Enter your API credentials and verify the connection.
Step 3: Configure Risk Management
Set up prop firm-specific risk rules:
- Daily loss limit (70-80% of prop firm limit for buffer)
- Maximum position size
- Flatten time (3:00 PM CT for TopstepX, with 10-minute buffer)
- Trading hours filter
Step 4: Launch Your Bot
The same strategy you built and tested during the free trial runs on live market data. No reconfiguration needed. The backtest results give you realistic expectations for live performance.
For detailed setup instructions, see our prop firm trading bot guide and our TopstepX evaluation guide.
What Other Platforms Offer for Free
How does Sentinel Bot's free trial compare to what competitors offer?
NinjaTrader: Free tier includes charting and simulation but no live trading. Backtesting is available but requires NinjaScript (C#) programming. No strategy builder. No prop firm integration in the free tier.
TradersPost: Free tier is extremely limited -- restricted to 1 strategy and 1 simulated account with delayed execution. No backtesting.
PickMyTrade: No free tier. Starts at $50/month. No backtesting at any tier.
QuantVue: No free tier for automation. Indicator previews only. ATS program requires $8,500+ investment.
Sierra Chart: No free tier. Starts at $26/month. Backtesting available but requires C/C++ programming.
MultiCharts: 30-day trial available but requires installation, data feed setup, and PowerLanguage/C# programming for automation.
Sentinel Bot's free trial is the only option that provides backtesting, visual strategy building, and CME contract support without requiring any payment, programming skills, or software installation.
Real Backtest Results You Can Expect
To give you concrete expectations, here are the types of results that our users typically see during the free trial period:
Conservative trend-following on NQ (15m bars, 6 months):
- Net PnL: $5,000-$15,000 per contract
- Maximum drawdown: 5-12%
- Sharpe ratio: 1.5-3.0
- Win rate: 35-50%
- Profit factor: 1.4-2.0
- Trade frequency: 0.5-2 trades per day
Aggressive momentum on CL (5m bars, 6 months):
- Net PnL: $8,000-$25,000 per contract
- Maximum drawdown: 10-20%
- Sharpe ratio: 1.0-2.5
- Win rate: 30-45%
- Profit factor: 1.3-1.8
- Trade frequency: 1-4 trades per day
These ranges are typical, not guaranteed. Your specific results depend on your strategy parameters, the contracts you trade, and the time period covered by the backtest.
For more on how backtesting works for futures, see our step-by-step futures backtesting guide.
Try it yourself. Build your first futures strategy in 30 minutes. No credit card, no installation, no risk. Start your 7-day free trial -->
After the Trial: What Happens to Your Data
A common concern: what happens when the trial ends?
- Your strategies are saved: All strategies you build during the trial remain in your account
- Backtest results are preserved: All historical results are accessible when you upgrade
- No data loss: Upgrading at any time (immediately or months later) restores full access to your trial work
- No surprise charges: Without providing a credit card, there is nothing to charge. The trial simply expires and your account enters a read-only state
FAQ
Q: Do I need a credit card to start the free trial?
No. The Sentinel Bot free trial requires only an email address to sign up. No credit card, no payment information, no auto-renewal. If you decide not to continue after 7 days, nothing happens -- there is nothing to cancel.
Q: Can I use the free trial to backtest prop firm strategies?
Absolutely. The backtest engine supports all CME contracts commonly traded on prop firms (NQ, ES, MNQ, MES, CL, GC, YM, RTY). You can set your backtest capital to match your prop firm account size and validate that your strategy meets evaluation requirements (profit target, daily loss limit, drawdown tolerance).
Q: Is there a limit on how many backtests I can run during the trial?
The free trial includes generous backtest limits. You can run enough backtests to thoroughly test and optimize a strategy. The exact limit depends on the current plan structure -- visit our pricing page for details.
Q: Can I connect a live broker account during the free trial?
Live broker connections are available on paid plans. During the free trial, you can build strategies and run backtests to validate your approach. Once you upgrade, connecting your broker and going live takes minutes.
Q: What happens if I need more than 7 days?
If 7 days is not enough, your account and all work is preserved. You can upgrade to a paid plan at any time to continue. There is no penalty for letting the trial expire and upgrading later.
Q: Is the backtest data during the trial the same quality as paid plans?
Yes. The free trial uses the same historical data, the same tick-based PnL engine, and the same strategy blocks as paid plans. There is no reduced quality or artificial limitation on the trial experience. The results you see during the trial are representative of what you will see on a paid plan.
Related Articles
- Best Futures Trading Bot 2026: Top 7 Software Ranked
- How to Backtest Futures Strategies: NQ, ES, CL Step-by-Step Guide
- Prop Firm Trading Bot: Complete Guide to Automated Futures Trading
- Futures Backtest Software: How to Backtest NQ, ES, and CME Strategies
Disclaimer: This article is for educational purposes only. Trading futures involves substantial risk of loss and is not suitable for all investors. Past backtest performance does not guarantee future results. Free trial availability and features are subject to change. Always conduct your own due diligence before risking real capital.