Flawless Victory Strategy (C#). StockSharp

Author: StockSharp
N: 2116
v5.0.0 (6/5/2026)
Downloads: 538

Flawless Victory is a modular momentum system that blends oscillators with Bollinger Bands. Depending on the selected version it can operate with simple RSI signals, apply fixed take-profit and stop-loss targets, or demand confirmation from the Money Flow Index. The goal is to exploit exhaustion at the edges of volatility bands and ride mean-reversion swings. Version 1 enters when RSI leaves oversold or overbought zones near the Bollinger extremes. Version 2 adds explicit risk control via percentage based targets. Version 3 requires both RSI and MFI to agree, filtering out weak reversals. The strategy performs best on intraday markets with clear volatility boundaries. [list] [][b]Entry Criteria[/b]: [list] [][b]Long[/b]: see version rules (RSI <30 near lower band; version 3 also [b]MFI < 20[/b]) [][b]Short[/b]: RSI >70 near upper band (version 3 also [b]MFI > 80[/b]) [/list] [][b]Long/Short[/b]: Both sides [][b]Exit Criteria[/b]: [list] [][b]Version 1[/b]: opposite RSI signal [][b]Version 2[/b]: take-profit or stop-loss percentages [][b]Version 3[/b]: opposite RSI/MFI combo [/list] [][b]Stops[/b]: Optional in version 2 [][b]Default Values[/b]: [list] [][b]RSI_length[/b] = 14 [][b]MFI_length[/b] = 14 [][b]BBLength[/b] = 20 [][b]BBMultiplier[/b] = 2.0 [][b]TakeProfitPct[/b] = 1.5 [][b]StopLossPct[/b] = 1.0 [/list] [][b]Filters[/b]: [list] []Category: Mean reversion []Direction: Both []Indicators: RSI, MFI, Bollinger Bands []Stops: Optional []Complexity: Medium []Timeframe: Short-term []Seasonality: No []Neural networks: No []Divergence: Yes [*]Risk level: Medium [/list] [/list]