---
title: "Systematic Investing in India | A Complete Guide | RupeeCase"
description: "Systematic investing explained for Indian markets. Factor investing, momentum, quantitative methods, and when rules beat gut feel"
source_url: "https://www.rupeecase.com/learn/systematic-investing"
---

[Home](/)/[Learn](/learn/)/Systematic Investing

## What systematic investing means in practice

    When you invest discretionarily, every decision depends on how you feel that day. Did you read an article? Did Zerodha alert you to a breakout? Did your cousin make 40 percent on a small-cap? Systematic investing removes all of that. You write the rules once, test them on historical data, and then execute them mechanically.

    A systematic equity strategy defines five things up front. First, the **universe**: which pool of stocks are we picking from, say Nifty 50 or Nifty 500. Second, the **selection rule**: which stocks get picked from that universe, say top 10 by 6-month momentum. Third, the **weighting**: equal weight or market-cap weight or momentum-score weight. Fourth, the **rebalance frequency**: weekly, fortnightly, monthly. Fifth, the **exit rule**: when do we stop running this and sit in cash.

    Once those five are written down, the strategy runs itself. You are no longer the decision maker. You are the execution operator.

## Why rules beat gut feeling in Indian markets

    The statistical case for systematic investing is well documented globally. The Indian case is more compelling because Indian retail investors are particularly prone to the biases that systematic rules protect against. SEBI's 2024 study on F&O participation found that 93 percent of individual F&O traders lost money across FY22 to FY24, with aggregate losses exceeding ₹1.8 lakh crore over three years. The overwhelming share of these losses came from emotional, reactive trading.

    A written rule cannot panic when Nifty drops 8 percent in a week. It cannot get greedy when a stock runs 40 percent in two months. It cannot fall in love with a company. It just executes. That consistency is where the edge comes from, not any secret formula.

      [Path 2 · Module 1
        Why rules beat gut feeling
        The behavioural and statistical case for systematic execution over discretionary judgement.](/learn/path-2/module-2-1-why-rules-beat-gut-feeling.html)
      [Path 2 · Module 2
        Introduction to factors
        Value, Momentum, Quality, Size, Low Volatility. The five academically validated factors.](/learn/path-2/module-2-2-introduction-to-factors.html)
      [Path 2 · Module 3
        How backtesting works
        How to validate a rule set on historical data. Survivorship bias, look ahead bias, transaction costs.](/learn/path-2/module-2-4-how-backtesting-works.html)
      [Path 2 · Module 4
        Risk metrics that matter
        Sharpe, Sortino, max drawdown, alpha, beta. What each reveals and what it hides.](/learn/path-2/module-2-3-risk-metrics-that-matter.html)
      [Path 2 · Module 5
        Building your first strategy
        Universe, signal, portfolio construction, rebalancing. End to end walkthrough.](/learn/path-2/module-2-5-building-your-first-strategy.html)

## Factor investing: where the edge actually lives

    Factor investing is the most academically validated subset of systematic investing. Each factor is a characteristic of stocks that has been shown to produce excess returns over decades of data. The four classic factors are momentum, value, quality, and low volatility. Size and profitability are additional commonly used factors.

    In Indian markets, momentum has historically been the strongest factor. Stocks that have outperformed over the previous 6 to 12 months tend to continue outperforming in the near future, until the trend exhausts. Our [RupeeCase Nifty 10](/strategies/rupeecase-nifty-10.html), [Large Midcap](/strategies/large-midcap.html), and [Allcap Multi Asset](/strategies/allcap-multi-asset.html) all use momentum as a primary selection criterion.

    Value works too but on a longer horizon and with more patience required. Quality blends well with momentum to reduce drawdowns. Low volatility is a powerful defensive factor during bear markets. The art of factor investing is not picking one factor but combining them in a way that complements.

      [Path 3 · Module 1
        Momentum factor deep dive
        Why momentum works. Short term, medium term, and long term momentum. How to measure it.](/learn/path-3/module-3-1-momentum-factor-deep-dive.html)
      [Path 3 · Module 2
        Value factor deep dive
        P/B, P/E, EV/EBITDA. Why value underperformed 2015 to 2020 and what that means going forward.](/learn/path-3/module-3-2-value-factor-deep-dive.html)
      [Path 3 · Module 3
        Quality factor deep dive
        ROE, ROCE, earnings stability. Why quality compounds relative to junk over decades.](/learn/path-3/module-3-3-quality-factor-deep-dive.html)
      [Path 3 · Module 4
        Low volatility factor deep dive
        The counterintuitive finding that lower-volatility stocks often outperform on risk-adjusted basis.](/learn/path-3/module-3-4-low-volatility-factor-deep-dive.html)
      [Path 3 · Module 5
        Size factor deep dive
        The small-cap premium in India. When it works, when it fails, and the liquidity cost.](/learn/path-3/module-3-5-size-factor-deep-dive.html)
      [Path 3 · Module 6
        Combining factors: multi factor construction
        How to blend momentum, quality, and low volatility to improve Sharpe ratio.](/learn/path-3/module-3-6-combining-factors-multi-factor-construction.html)
      [Path 3 · Module 7
        Factor timing and cycles
        When each factor tends to work. Why you should not try to time them.](/learn/path-3/module-3-7-factor-timing-and-cycles.html)
      [Path 3 · Module 8
        Factor investing: India evidence
        What happens when too much capital chases a factor. Capacity constraints in Indian mid and small cap.](/learn/path-3/module-3-8-factor-investing-india-evidence.html)

## Advanced quant methods

    Beyond factor investing, there is a richer toolkit for building systematic strategies. Mean variance optimisation, risk parity, trend following, volatility targeting, machine learning driven selection. These methods are not necessary to run a profitable systematic portfolio but they add degrees of freedom for those who understand them.

    The five modules in Path 5 cover the practical versions of these methods as used by Indian funds and in our own RupeeCase research pipeline.

      [Path 5 · Module 1
        Statistical foundations
        Probability distributions, hypothesis testing, sampling. The math under every backtest metric.](/learn/path-5/module-5-1-statistical-foundations.html)
      [Path 5 · Module 2
        Time series analysis
        Stationarity, autocorrelation, cointegration. How to analyse financial time series.](/learn/path-5/module-5-2-time-series-analysis.html)
      [Path 5 · Module 3
        Machine learning for alpha
        Practical applications of ML in Indian equity strategies. Where it helps, where it overfits.](/learn/path-5/module-5-3-machine-learning-for-alpha.html)
      [Path 5 · Module 4
        Out of sample strategies
        Walk forward testing, holdout periods, avoiding data snooping. The hardest part of research.](/learn/path-5/module-5-5-out-of-sample-strategies.html)
      [Path 5 · Module 5
        Alternative data in India
        Non traditional data sources available to Indian quants. Satellite, NLP, credit card data.](/learn/path-5/module-5-4-alternative-data-india.html)

## Where this meets RupeeCase

    The sixteen strategies on [RupeeCase](/strategies/) are concrete implementations of everything covered in this pillar. [RupeeCase Nifty 10](/strategies/rupeecase-nifty-10.html) picks the top 10 momentum stocks from the Nifty 50 and rebalances fortnightly. [Large Midcap](/strategies/large-midcap.html) picks the top 50 momentum stocks from a large-mid cap universe. [LargeMid Multi Asset](/strategies/largemid-multi-asset.html) blends a 40-stock equity sleeve with a 20 percent liquid fixed income cushion. [Allcap Multi Asset](/strategies/allcap-multi-asset.html) extends across six sleeves including gold and smallcap.

    Each strategy publishes the exact selection rule, the exact weighting method, the rebalance date, and the full historical equity curve. That transparency is the point. If you do not know what a rule-based strategy is actually doing, it might as well be discretionary.

      Next step

      Check your risk profile before picking a systematic strategy.

    [Take Assessment →](/risk-profile.html)

### Related pillars

      [Indian MarketsFoundations and products](/learn/indian-markets.html)
      [Portfolio ConstructionAnalytics and execution](/learn/portfolio-construction.html)
      [Behaviour and BusinessPsychology and fundamentals](/learn/behaviour-and-business.html)
      [Macro, Tax, RegulationRegime and compliance](/learn/macro-tax-regulation.html)

      Newsletter

### What's working, what isn't.

      Strategy launches, monthly performance notes, and podcast calls that printed. Two or three emails a month. Built for people who actually read them.

        Subscribe

      By subscribing you agree to our [Privacy Policy](/privacy-policy.html). RupeeCase is not a SEBI registered Investment Adviser. Nothing in the newsletter is personalised investment advice.

      Built on India's regulated market infrastructure

        NSE
Order routing

        BSE
Backup venue

        SEBI
Markets regulator

        NISM
Certified author

    [About](/about.html).
    [Pricing](/pricing.html).
    [Risk Profile](/risk-profile.html).
    [Tools](/learn/tools.html).
    [Blog](/blog/).
    [Track Record](/track-record.html).
    [Sitemap](/sitemap.html)

    [Privacy Policy](/privacy-policy.html).
    [Terms](/terms.html).
    [Disclaimers](/disclaimers.html).
    [Grievance](/grievance.html)

  RupeeCase is brought to you by Tanmay Kurtkoti.

  [Sign In](https://invest.rupeecase.com/login)
  [Get Started](https://invest.rupeecase.com/signup)
