Theme
Register Free
🚀 Strategy Guide

Supertrend Strategy India — Best ATR Settings for NSE (2026)

📅 April 2026⏱ 6 min read🇮🇳 NSE Intraday📊 Trend Following
Supertrend is one of the most popular algo trading indicators on NSE — and it deserves that reputation. It is simple, objective, and generates clean buy/sell signals based on actual price volatility. This guide explains how it works and the best settings for Indian markets.

// 01 What is the Supertrend Indicator?

Supertrend is an ATR (Average True Range) based indicator that dynamically adjusts to market volatility. It plots a line either above or below the price candles — green below price means bullish trend, red above price means bearish trend.

When price crosses above the Supertrend line, it signals the start of an uptrend — a buy signal. When price crosses below it, the trend has flipped — a sell/exit signal. The ATR calculation means the indicator automatically widens during volatile periods and tightens during calm periods, making it adaptive to NSE's varied market conditions.

// 02 Best Supertrend Settings for NSE

The two parameters are ATR Period (how many bars to calculate ATR) and Multiplier (how far the line sits from price):

Tip: Lower multiplier = more signals but more false signals. Higher multiplier = fewer signals but each one is stronger. Backtest both on your chosen symbol before going live.

// 03 Supertrend Entry and Exit Rules

Entry (BUY): Supertrend direction changes from -1 (bearish) to +1 (bullish) — i.e. price closes above the Supertrend line after being below it.

Exit: Supertrend direction changes from +1 (bullish) to -1 (bearish) — i.e. price closes below the Supertrend line.

Stop Loss: The Supertrend line itself acts as a trailing stop. You can also add a fixed rupee stop as a safety net.

Target: Let the trade run until the Supertrend signals an exit, or use a fixed 2:1 risk-reward target.

// 04 Best NSE Stocks for Supertrend Strategy

Supertrend works best on stocks with strong directional moves and decent liquidity. Good candidates include:

Avoid sideways stocks or low-volume small caps where Supertrend generates constant whipsaws.

// 05 Backtesting Supertrend on MyAlgoKart

MyAlgoKart includes a dedicated Supertrend strategy. Select Supertrend from the strategy grid, set your ATR period and multiplier, pick a symbol, timeframe and date range, and run the backtest. The trade log shows every direction flip and the resulting P&L.

Combine it with EMA crossover or VWAP filter using AND logic for higher quality signals — only enter the Supertrend buy if price is also above VWAP.

// FAQFrequently Asked Questions

What is the Supertrend indicator?
Supertrend is an ATR-based trend indicator that plots above or below price. When price crosses above the Supertrend line it signals a buy. When price crosses below it signals a sell or exit.
What are the best Supertrend settings for NSE?
The most common settings for NSE intraday are ATR Period 10 and Multiplier 3.0 on a 5-minute chart. For less volatile stocks, ATR Period 7 and Multiplier 2.5 generates more signals.
Is Supertrend good for algo trading in India?
Yes. Supertrend is one of the most reliable trend-following indicators for NSE. It works best on trending stocks and during directional market phases. It underperforms in sideways markets.
Can I combine Supertrend with RSI?
Yes. On MyAlgoKart you can combine Supertrend + RSI using AND logic — the algo only enters when both conditions fire simultaneously, reducing false signals significantly.

Ready to Put This Into Practice?

Run a free backtest on real NSE data — no coding required.

▶ Backtest Supertrend Free ← All Guides