### Product Name
**US500 Trading Robot β Trend-Following cBot with Regime Detection (M15)**
### Short Description
Automated US500 cBot on M15 with ATR+ADX regime filtering, 3 entry models (Cross/Pullback/Momentum), equity%-based position sizing, daily loss guard, and two-phase break-even + trailing stop management.
### Medium Description
US500 Trading Robot is a rule-based trend-following system that enters only in favorable market conditions.
It classifies market regime using ATR percentile + ADX (Trending / Ranging / High Volatility) to reduce low-quality setups.
Entries include EMA crossover, trend pullback, and momentum continuation.
Risk controls include ATR-based SL, configurable R:R, equity-based sizing, max open positions, daily drawdown guard, break-even, and trailing stop.
### Long Description
**US500 Trading Robot** is a professional automated cTrader cBot built for US500 trend trading on **M15** data.
Its core edge is **market regime detection**:
- volatility ranking via ATR percentile,
- trend-strength confirmation via ADX,
- dynamic classification into **Trending / Ranging / High Volatility**.
The strategy avoids ranging conditions and applies stricter confirmation plus wider stop logic during high volatility.
**Entry engine (3 signals):**
1. **EMA Crossover** for new trend initiation,
2. **Pullback** for retracement continuation,
3. **Momentum Continuation** for strong trend acceleration.
**Built-in risk management:**
- Equity%-based position sizing,
- ATR-based Stop Loss with configurable Risk/Reward,
- maximum open position cap,
- daily loss guard (drawdown-based entry halt),
- two-stage protection: **break-even + ATR trailing stop**,
- EST session filter (default: 09:00β16:00).
Designed for traders who want disciplined, systematic, emotion-free US500 execution in cTrader.
### SEO Keywords
`US500 trading robot, cTrader bot, trend following cBot, ATR ADX filter, regime detection strategy, EMA crossover bot, pullback trading bot, momentum continuation, risk managed algorithmic trading, automated index strategy`
================================================================================
SIGNAL TYPES:
================================================================================
β’ Pullback Entry
- Price pulls back to fast EMA in trend
- Higher probability of continuation
β’ Momentum Entry
- Consecutive bullish/bearish bars
- Requires very strong ADX confirmation
- For trend acceleration
================================================================================
PARAMETERS
================================================================================
Risk Management Group:
β’ Max Open Positions (1-5, default 2)
β’ Max Daily Loss % (0.5-10%, default 3%)
Trail/BE Group:
β’ Break-Even Multiplier (0.3-3.0x)
β’ Trail Activation Multiplier (0.5-5.0x)
Trend Group:
β’ ADX Period (7-50, default 14)
β’ ADX Trend Threshold (10-40, default 20)
Regime Group (5 parameters):
β’ Volatility Lookback (20-200, default 50)
β’ High Vol Percentile (50-95%, default 75%)
β’ Low Vol Percentile (5-50%, default 25%)
================================================================================
USE CASES:
================================================================================
β Professional trading
β Multi-position scaling (up to 5)
β Unlimited daily trades with professional risk management
β Advanced entry signals for higher win rate
β Market regime adaptation (trending/ranging/high vol)
β Daily loss protection
β Full parameter customization
================================================================================
TESTING RECOMMENDATIONS:
================================================================================
Before publishing to cTrader Store:
1. Backtest on multiple year periods (2020-2026)
2. Test on demo account with real data
3. Verify trade logging outputs correctly
4. Check parameter limits are working
5. Verify daily trade counter resets
6. Test position limit (max 1)
7. Verify session hours restriction
8. Test trailing stop mechanics
================================================================================
Next Steps:
================================================================================
1. Copy US500_Robot_Trial.cs to your cTrader Scripts folder
2. Compile in cTrader editor
3. Test on demo account with US500 symbol
4. Adjust trading hours and risk parameters as needed
5. Upload Description.md to cTrader Store product page
6. Create complementary full version product listing
================================================================================