RSI Option Open Interest (C#)
RSI Option Open Interest The RSI Option Open Interest strategy is built around RSI Option Open Interest. Testing indicates an average annual return of about 130%. It performs best in the stocks market...
1.8K
Downloads
☆☆☆☆☆
Rating
0
Reviews
NuGet 5.0.2
Install-Package StockSharp.Strategies.0347_RSI_Option_Open_Interest -Version 5.0.2
RSI Option Open Interest
The RSI Option Open Interest strategy is built around RSI Option Open Interest.
Testing indicates an average annual return of about 130%. It performs best in the stocks market.
Signals trigger when Option confirms trend changes on intraday (5m) data. This makes the method suitable for active traders.
Stops rely on ATR multiples and factors like RsiPeriod, CandleType. Adjust these defaults to balance risk and reward.
Details
- Entry Criteria: see implementation for indicator conditions.
- Long/Short: Both directions.
- Exit Criteria: opposite signal or stop logic.
- Stops: Yes, using indicator-based calculations.
- Default Values:
RsiPeriod = 14CandleType = TimeSpan.FromMinutes(5).TimeFrame()OiPeriod = 20OiDeviationFactor = 2mStopLoss = 2m
- Filters:
- Category: Trend following
- Direction: Both
- Indicators: Option, Open, Interest
- Stops: Yes
- Complexity: Intermediate
- Timeframe: Intraday (5m)
- Seasonality: No
- Neural Networks: No
- Divergence: No
- Risk Level: Medium