Setup Guide
Get started with Think Like Felix in 3 simple steps
1
Install TradingView
If you don't have TradingView yet, download it for your device:
📱 iPhone
🤖 Android
💻 Web
Tip: Create a free TradingView account if you don't have one. You don't need a paid plan to use our indicator.
2
Add the Think Like Felix Indicator
Open TradingView and follow these steps:
- Open any crypto chart (BTC/USDT recommended)
- Switch to 1H timeframe (click "1h" at top)
- Click Pine Editor tab at the bottom
- Delete any existing code
- Copy and paste the Think Like Felix script
- Click Add to Chart
//@version=5
indicator("Think Like Felix", overlay=true)
fastEMA = ta.ema(close, 9)
slowEMA = ta.ema(close, 21)
trendEMA = ta.ema(close, 50)
rsi = ta.rsi(close, 14)
// ... (full script in your welcome email)
Tip: The full script is in your welcome email. Copy it exactly as shown.
3
Read the Signals
Once added, you'll see:
- Green triangles = BUY signal
- Red triangles = SELL signal
- Orange line = Fast EMA (9)
- Blue line = Slow EMA (21)
- Purple line = Trend EMA (50)
Important: These are educational signals only. Always do your own research. Not financial advice.
How It Works
BUY Signal appears when:
- Fast EMA crosses above Slow EMA
- RSI is between 30-60 (not overbought)
- Price is above the trend line
SELL Signal appears when:
- Fast EMA crosses below Slow EMA
- RSI is between 40-70 (not oversold)
- Price is below the trend line
Web Dashboard
Access your dashboard for additional market overview:
Open Dashboard
The dashboard shows:
- Market sentiment (Bullish/Bearish)
- Active setups count
- BTC, ETH, SOL scan results
- Support and resistance levels
FAQ
Q: Do I need a paid TradingView plan?
A: No, the free plan works fine.
Q: What timeframe should I use?
A: The indicator is optimized for 1H (1 hour) charts.
Q: Can I use it on mobile?
A: Yes, TradingView app supports Pine Script indicators.
Q: Is this financial advice?
A: No, this is for educational purposes only. Always do your own research.
Q: I need help!
A: Email us at info@thinklikefelix.com