Ichimoku + EMA + RSI [Enhanced] β€” Strategy by D4V3YZ

By D4V3YZ

Performance Metrics

Description

# **Ichimoku + EMA + RSI Strategy - User Instructions**---## **πŸ“‹ TABLE OF CONTENTS**1. [Installation](#installation)2. [Strategy Overview](#strategy-overview)3. [Parameter Configuration](#parameter-configuration)4. [Understanding the Dashboard](#understanding-the-dashboard)5. [Entry & Exit Rules](#entry--exit-rules)6. [Best Practices](#best-practices)7. [Optimization Guide](#optimization-guide)8. [Troubleshooting](#troubleshooting)---## **πŸš€ INSTALLATION**### **Step 1: Add to TradingView**1. Open TradingView.com2. Click **Pine Editor** (bottom of screen)3. Click **"New"** β†’ Select **"Blank indicator"**4. Delete all default code5. **Copy and paste** the complete script6. Click **"Save"** (give it a name: "Ichimoku EMA RSI Strategy")7. Click **"Add to Chart"**### **Step 2: Verify Installation**βœ… You should see:- Orange **200 EMA** line- Blue **Tenkan** line- Red **Kijun** line- Green/Red **Cloud** (Ichimoku cloud)- **Dashboard** in top-right corner- **Strategy Tester** tab at bottom---## **πŸ“Š STRATEGY OVERVIEW**### **What This Strategy Does**Combines three powerful technical indicators to identify high-probability trades:| Component | Purpose ||-----------|---------|| **200 EMA** | Determines overall trend direction || **Ichimoku Cloud** | Provides support/resistance and momentum || **RSI** | Filters momentum strength || **Dashboard** | Real-time signal analysis |### **Trading Logic**- **LONG**: Enter when all bullish conditions align- **SHORT**: Enter when all bearish conditions align- **EXITS**: Automatic via trailing stops, cloud breach, or TK cross reversal---## **βš™οΈ PARAMETER CONFIGURATION**### **πŸ”΅ Trend Filter Settings**```EMA Length: 200 (default)```- **Lower (100-150)**: More sensitive, faster signals- **Higher (250-300)**: More stable, slower signals- **Recommendation**: Keep at 200 for most timeframes---### **🟒 RSI Settings**```RSI Length: 14 (default)RSI Long Minimum: 55RSI Short Maximum: 45```**Adjustment Guide:**- **Aggressive** (more signals): Long=50, Short=50- **Balanced** (default): Long=55, Short=45- **Conservative** (fewer signals): Long=60, Short=40---### **🟑 Ichimoku Settings**```Tenkan Period: 9Kijun Period: 26Senkou B Period: 52Displacement: 26```**Standard Configurations:**| Timeframe | Tenkan | Kijun | Senkou B ||-----------|--------|-------|----------|| **1H - 4H** | 9 | 26 | 52 || **15m - 1H** | 7 | 22 | 44 || **Daily** | 9 | 26 | 52 |**Filters:**- βœ… **Require Chikou Confirmation**: Adds extra validation (recommended)- βœ… **Require Cloud Position**: Price must be above/below cloud (recommended)---### **πŸ”΄ Risk Management**```ATR Length: 14ATR Stop Loss Multiplier: 2.0ATR Take Profit Multiplier: 3.0Min Bars Between Trades: 3```**Risk/Reward Profiles:**| Profile | SL Multiplier | TP Multiplier | Description ||---------|---------------|---------------|-------------|| **Conservative** | 2.5 | 4.0 | Wider stops, higher R:R || **Balanced** | 2.0 | 3.0 | Default settings || **Aggressive** | 1.5 | 2.5 | Tighter stops, faster exits |---### **🎨 Display Settings**```Show Dashboard: ONShow Entry Signals: ON```- **Dashboard**: Shows real-time analysis- **Entry Signals**: Green/Red arrows on chart---## **πŸ“ˆ UNDERSTANDING THE DASHBOARD**### **Dashboard Components**```β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”β”‚ Component β”‚ Status β”‚β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”‚ EMA Trend β”‚ BULL/BEARβ”‚β”‚ Cloud β”‚ ABOVE/BELOW/INSIDEβ”‚β”‚ TK Cross β”‚ BULL/BEARβ”‚β”‚ RSI β”‚ 55.3 β”‚β”‚ Chikou β”‚ BULL/BEARβ”‚β”‚ Signal β”‚ STRONG LONGβ”‚β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜```### **Signal Interpretation**| Signal | Score | Meaning | Action ||--------|-------|---------|--------|| **STRONG LONG** | 7+ | All conditions aligned | High confidence LONG || **LONG** | 4-6 | Most conditions met | Moderate confidence || **NEUTRAL** | 50%) - **Profit Factor** (target: >1.5) - **Max Drawdown** (target: 25%):**- Increase ATR Stop Loss Multiplier to 2.5- Add longer cooldown period (5+ bars)- Trade only STRONG signals---### **Step 3: Forward Test**```1. Paper trade for 2-4 weeks2. Compare results to backtest3. Adjust if live results differ significantly4. Only go live after consistent paper trading success```---## **πŸ› οΈ TROUBLESHOOTING**### **Problem: No Signals Appearing****Solutions:**- Check RSI levels aren't too restrictive- Verify timeframe is appropriate (try 1H or 4H)- Ensure both filters aren't enabled on ranging markets- Review dashboard - components may be conflicting---### **Problem: Too Many Losing Trades****Solutions:**- Enable **both** Chikou + Cloud filters- Increase RSI thresholds (more conservative)- Only trade when dashboard shows "STRONG" signals- Increase cooldown period to avoid overtrading---### **Problem: Dashboard Not Showing****Solutions:**- Verify "Show Dashboard" is enabled in settings- Check chart isn't zoomed out too far- Refresh chart (F5)- Re-add indicator to chart---### **Problem: Stops Too Tight/Wide****Solutions:**- **Too Tight**: Increase ATR Stop Loss Multiplier to 2.5-3.0- **Too Wide**: Decrease to 1.5-1.8- Verify ATR Length is appropriate for timeframe- Consider asset volatility (crypto needs wider stops)---## **πŸ“ž QUICK REFERENCE CARD**```═══════════════════════════════════════════════════ STRATEGY QUICK REFERENCE═══════════════════════════════════════════════════BEST TIMEFRAMES: 1H, 4H, DailyBEST ASSETS: Major Forex, BTC, ETH, IndicesRISK PER TRADE: 1-2% of capitalLONG ENTRY: βœ“ Price > 200 EMA βœ“ Price > Cloud βœ“ TK Bull Cross βœ“ RSI > 55 βœ“ Dashboard = STRONG LONGSHORT ENTRY: βœ“ Price < 200 EMA βœ“ Price < Cloud βœ“ TK Bear Cross βœ“ RSI < 45 βœ“ Dashboard = STRONG SHORTEXITS: Γ— Cloud breach Γ— TK reverse cross Γ— ATR trailing stop Γ— Take profit (3:1 R:R)═══════════════════════════════════════════════════```---## **⚠️ DISCLAIMER**This strategy is for **educational purposes only**. Always:- Backtest thoroughly on your specific assets- Paper trade before going live- Never risk more than you can afford to lose- Past performance β‰  future results- Consider market conditions and your risk tolerance---**Happy Trading! πŸ“ˆ**TradingView β€” Track All MarketsWhere the world charts, chats, and trades markets. We're a supercharged super-charting platform and social network for traders and investors. Free to sign up.

Browse all 5,900+ TradingView Pine Script strategies

View on TradingView