RSI midpoint hijack
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
- [6. RSI Reversal Asian EURUSD](#6-rsi-reversal-asian-eurusd)
|
||||
- [7. EMA Crossover BTC](#7-ema-crossover-btc)
|
||||
- [8. Smart RSI BTC](#8-smart-rsi-btc)
|
||||
- [9. RSI MidPoint Hijack](#9-rsi-midpoint-hijack)
|
||||
- [Technical Details](#technical-details)
|
||||
- [Requirements](#requirements)
|
||||
- [Installation](#installation)
|
||||
@@ -573,6 +574,71 @@ A strategy that implements a smart RSI-based trading system specifically optimiz
|
||||
**Balance Sheet:**
|
||||

|
||||
|
||||
### 9. RSI MidPoint Hijack
|
||||
|
||||
A strategy that combines RSI analysis with midpoint-based entry and exit signals for enhanced trading performance.
|
||||
|
||||
**Key Features:**
|
||||
- RSI-based trend analysis
|
||||
- Midpoint-based entry and exit signals
|
||||
- Dynamic position sizing
|
||||
- Advanced risk management
|
||||
|
||||
**Strategy Settings:**
|
||||
- Symbol: XAUUSD
|
||||
- Period: H1
|
||||
- RSI Period: 14
|
||||
- RSI Overbought: 70
|
||||
- RSI Oversold: 30
|
||||
- Base Lot Size: 0.01
|
||||
- Max Spread: 50
|
||||
- Max Risk Percent: 2%
|
||||
- Max Drawdown Percent: 10%
|
||||
- Max Consecutive Losses: 3
|
||||
- Max Lot Size: 0.1
|
||||
|
||||
**Performance Metrics:**
|
||||
| Metric | Value |
|
||||
|--------|-------|
|
||||
| Total Net Profit | $1,344.74 |
|
||||
| Gross Profit | $4,410.51 |
|
||||
| Gross Loss | -$3,065.77 |
|
||||
| Profit Factor | 1.44 |
|
||||
| Recovery Factor | 4.91 |
|
||||
| Expected Payoff | $4.87 |
|
||||
| Sharpe Ratio | 1.69 |
|
||||
| AHPR | 1.0033 (0.33%) |
|
||||
| GHPR | 1.0031 (0.31%) |
|
||||
|
||||
**Trade Statistics:**
|
||||
| Statistic | Value |
|
||||
|-----------|-------|
|
||||
| Total Trades | 276 |
|
||||
| Total Deals | 552 |
|
||||
| Profit Trades | 81 (29.35%) |
|
||||
| Loss Trades | 195 (70.65%) |
|
||||
| Short Trades Won | 26.28% |
|
||||
| Long Trades Won | 32.37% |
|
||||
| Largest Profit Trade | $144.46 |
|
||||
| Largest Loss Trade | -$46.66 |
|
||||
| Average Profit Trade | $54.45 |
|
||||
| Average Loss Trade | -$15.72 |
|
||||
| Max Consecutive Wins | 3 ($179.71) |
|
||||
| Max Consecutive Losses | 15 (-$159.89) |
|
||||
|
||||
**Drawdown Analysis:**
|
||||
| Metric | Value |
|
||||
|--------|-------|
|
||||
| Balance Drawdown Absolute | $18.62 |
|
||||
| Equity Drawdown Absolute | $19.45 |
|
||||
| Balance Drawdown Maximal | $231.79 (10.21%) |
|
||||
| Equity Drawdown Maximal | $273.75 (11.93%) |
|
||||
| Balance Drawdown Relative | 13.47% ($210.14) |
|
||||
| Equity Drawdown Relative | 15.85% ($250.78) |
|
||||
|
||||
**Balance Sheet:**
|
||||

|
||||
|
||||
|
||||
## Technical Details
|
||||
Each EA is implemented in MQL5 and includes:
|
||||
|
||||
Reference in New Issue
Block a user