Returns Matter, But Risk Decides Survival

As a wealth manager, I always tell clients one thing first:

:backhand_index_pointing_right: If you don’t protect capital, returns don’t matter.

Many traders focus only on:

  • “How much can I make?”

  • “What is the best strategy?”

But very few ask:

  • “What is the worst-case loss?”

  • “How much of my capital is at risk?”

Wealth is not created by avoiding losses completely.
It is created by controlling losses when they happen.

That’s why systematic trading makes sense.

A good system already knows:

  • Maximum loss allowed

  • Capital allocation per strategy

  • When to exit, even if emotions say “wait”

At Stratzy, algos are designed with risk-first logic
because survival comes before growth.

Markets will always give opportunities.
Only disciplined capital stays alive to use them.


:speech_balloon: When you enter a trade, do you think about potential profit first or potential loss first?


1 Like

Not sure how to create new post so asking here

Assume own algo have one figure of max drawdown let’s say 20% how we calculate it from peak capital of that algo reached or base capital ? Need it for my personal algo review running some algos right now in drawdown phase so

Hi M_P_Patil,
Max drawdown is always calculated from the highest equity peak achieved by the algo to the lowest point after that peak (peak-to-trough), not from base capital.

For example: If capital grows from ₹10L to ₹12L (new peak) and then drops to ₹9.6L, the drawdown is calculated from ₹12L → ₹9.6L = 20%.

This reflects the actual risk an investor experiences during live trading. Drawdown phases are normal in systematic strategies — consistency and risk management matter more than short-term fluctuations.

Hope this helps.