Step-by-step guide to set up your swing trading template in TradingView, including how to add indicators, custom scripts, and set alerts.
✅ STEP 1: Create a Free TradingView Account
Go to https://tradingview.com
Sign up (free account is enough for basic use)
✅ STEP 2: Open a Chart
Search any crypto pair (e.g. ETHUSDT, BTCUSDT)
Click on “Full-featured chart”
✅ STEP 3: Add Indicators
🔹 Add 50 EMA (Exponential Moving Average)
1. Click Indicators
2. Search "EMA"
3. Choose “Moving Average Exponential”
4. Click the gear icon ⚙️ on it
5. Set Length = 50, change color/line style if you want
🔹 Add RSI (Relative Strength Index)
1. Again, click Indicators
2. Search "RSI"
3. Click “Relative Strength Index”
4. Optional: Set length = 14, keep default levels (30/70)
🔹 Add Support/Resistance (optional)
You can:
Draw horizontal lines manually by right-clicking the chart
Or search for indicators like:
“Auto Support and Resistance by LuxAlgo” (free)
“GreenCrypto Swing Trade Indicator (GC02)” (if available)
For this, go to Indicators → Invite-only Scripts if you've added it to your favorites or via Pine Editor.
✅ STEP 4: Set Alerts
You can add alerts to be notified when:
RSI crosses a level
Price crosses EMA
A script gives a signal
Example: RSI Alert
1. Hover over RSI line → right-click → Add Alert on RSI
2. Condition: RSI crosses above 40
3. Set alert name, sound, or email/phone notification
Example: Price Cross 50 EMA
1. Click Alerts (alarm icon 🔔 at top)
2. Condition: ETHUSDT → Crossing → EMA50
3. Action: Choose once or every time, then "Create"
✅ STEP 5: Save Your Layout
Top-right corner → Click “Save” to name your setup
You can access it later from any device
✅ STEP 6: (Optional) Use a Community Script
If you want to use something like TIAMATCRYPTO Swing Script:
1. Go to Indicators
2. Search "TIAMATCRYPTO" or "Swing Trading Strategy"
3. If available, click to apply it
If it’s invite-only or custom code:
1. Open the Pine Editor (bottom tab)
2. Paste the script code (you can get it from script pages)
3. Click “Add to Chart” → Save → Set alerts on signals like "Buy" or "Sell"
💡 Tip: Want me to send you a simple Pine Script for Swing Entries using RSI + 50 EMA?
I can provide you with code you can copy into Pine Editor that:
Highlights buy zones (RSI < 40 and price > EMA)
Alerts you when conditions are met.