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:

//@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:

Important: These are educational signals only. Always do your own research. Not financial advice.

How It Works

BUY Signal appears when:

SELL Signal appears when:

Web Dashboard

Access your dashboard for additional market overview:

Open Dashboard

The dashboard shows:

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

Back to Home