Improvisando Strategy (C#)
Improvisando Strategy Improvisando mixes a basic EMA trend filter with RSI swings. The goal is to follow the prevailing direction indicated by the EMA while entering only when the RSI crosses the neut...
650
Downloads
☆☆☆☆☆
Rating
0
Reviews
Improvisando Strategy
Improvisando mixes a basic EMA trend filter with RSI swings. The goal is to follow the prevailing direction indicated by the EMA while entering only when the RSI crosses the neutral 50 line. The original design also experimented with MACD style momentum but this simplified version focuses on clarity and ease of tuning.
The user can enable long and/or short trades separately.
Details
- Entry Criteria:
- Long:
Close > EMAandRSI > 50 - Short:
Close < EMAandRSI < 50
- Long:
- Long/Short: Configurable
- Exit Criteria:
- Opposite signal
- Stops: None
- Default Values:
EmaLength= 10RsiLength= 14
- Filters:
- Category: Trend following
- Direction: Configurable
- Indicators: EMA, RSI
- Stops: No
- Complexity: Low
- Timeframe: Short-term
- Seasonality: No
- Neural networks: No
- Divergence: No
- Risk level: Medium