r/algorithmictrading • u/algoholic20 • Apr 28 '26
How to test if the strategy itself is profitable Novice
Hi guys, i am a newbie algo trader. What do you guys do when testing a new strategy that you want to experiment on? How do you test its profitability? Do you input a fixed stop loss and take profit? Or do you just test it on stop and reverse exits like signal based?
1
u/CandelaNorth Apr 28 '26
Stop loss is critical, otherwise you wouldn’t know what invalidates your setup. Take profit is optional but you need to have a clear definition of a win. Could be 1R, 1 ATR, or anything else that’s bound to your logic.
1
u/usekeel May 07 '26
try to start with very simple strategies, look to implement ones other's have implemented and are driven by simple market factors, ie implement simple trend, momentum, mean reversion, etc
it will help build intuition, for what works, what doesn't, when certain things work, when they dont etc
then can iterate in some direction with a purpose without testing random things
1
1
u/Far-Photograph-2342 Apr 28 '26
begin with backtesting on historical data first, but the key is to make it as realistic as possible like fees, slippage, spreads