I never use QUIT, but it can be effective, occasionally.
I also don’t like much stopping trading after N consecutive wins nor after N consecutive losses. In my opinion they don’t do any good, since you are altering the logic of your code because of some unexpected market behaviour. If you think the market is under pressure and can turn out to be unpredictable, just stop your strategy from autotrading and restart it at a later time when you think it’s fine to trade.
I always use Stop Loss, Target Profit and Breakeven/Trailing Stop. I mainly use fixed values, but it’s your personal choice to tie them to, say, SuperTrend or ATR, ….
As to accumulating positions…there’s no rule. If your strategy is not built on that feature, don’t use it randomly, but if you indeeed want to accumulate positions (especially now that long-awaited partial closures are supported) you can certainly do that, provided you account for a larger equity and margin needed.
2 users thanked author for this post.