Trend + RSI Strategy (Refined) by glencole_aitd
By glencole_aitd
Performance Metrics
- Author: glencole_aitd
- Symbol: NASDAQ:AAPL
- Timeframe: 1 day
- Net P&L: −138.24 USD (−1.38%)
- Win Rate: 22.6%
- Profit Factor: 0.746
- Max Drawdown: 190.83 USD (1.91%)
- Total Trades: 718
Description
Trend + RSI Strategy (Refined)This script implements a structured trend-following strategy using EMA direction and RSI confirmation.Core logic:• Trend direction defined by fast and slow EMA alignment• RSI used as confirmation filter• Entries only when both conditions alignEnhancements:• Cleaner entry and exit structure• ATR-based stop loss and target levels• Improved consistency and reduced signal noise• Defined risk per tradeThis is a refined version of a simple concept:trend + confirmation + structured execution.