Documentation
May 11, 2025
How to Use Intohook Indicators for Smarter Trading 📈
Learn how to set up, customize, and apply Intohook's TradingView indicators for better decision-making across all supported exchanges and strategies.
📊 Connecting to TradingView
You must provide your TradingView username during signup or inside your dashboard.
Once added, your access will be approved in less than 12 hours
Go to "Indicators" on TradingView → "Invite-Only Scripts"
You’ll find our premium strategies listed there.
Apply them to any chart and start customizing your alerts.
📜 Important: The first time you add it, TradingView will ask you to accept the Terms & Conditions. Please read and accept to continue.
Need help? Live chat and docs are always available for walkthroughs.
🛠️ Configuring Strategy Settings
Once the strategy is on your chart, open the settings panel. You'll see several Server-Side Settings to configure:
Exchange:
Choose your preferred exchange. Supported platforms include Binance, Bybit, KuCoin, OKX, and more.Order Type:
Select eitherMarket
orLimit
order depending on your trading style.Volume:
Define how much to trade.Enter a positive number (e.g.,
100
) for a fixed dollar amount.Enter a negative number (e.g.,
-10
) to trade 10% of your account balance.
Leverage:
Set to
0
for Spot Trading.Set to
3
,5
,10
, etc., for Futures Trading with leverage.
Passphrase:
This is your secure Account Password used to authorize trades.Get it from the Telegram Bot.
🔒 Keep it private and do not share it with anyone.
Key & Secret:
These are your API credentials from your selected exchange.Go to your exchange (e.g., Bybit or Binance).
Create a new API Key and Secret.
Paste them in the respective fields inside the strategy settings.
⚠️ Note:
Make sure the chart symbol you're using on TradingView matches the exchange selected in your settings (e.g., use BYBIT:BTCUSDT
if you're trading on Bybit).
Also, test your setup using Strategy Tester on different timeframes to see where the strategy performs best.
💡 Using Webhooks & Passphrase
Once you’re happy with the backtesting results in the Strategy Tester and your strategy settings (symbol, chart, timeframe, exchange, volume, etc.) are all properly configured, it’s time to bring your automation to life using webhooks.
This is how your trades will automatically trigger when the strategy conditions are met—hands-free.
Create the Alert:
Click the “Create Alert” button (bell icon on the top bar) on your TradingView chart.
A settings panel will appear. Now configure the alert as follows:
Alert Configuration
Symbol:
Make sure the selected symbol matches your current chart symbol (e.g.,BYBIT:BTCUSDT
if you're trading BTC on Bybit).Condition:
Select the strategy you added to the chart from the dropdown list (e.g.,FSS
,PB4
, etc.). This connects your alert directly to the strategy logic.Interval:
Choose “Same as chart” to match the alert timeframe with your current chart’s timeframe. This ensures the alert triggers correctly.Expiration:
If you have a Premium TradingView account, set it to “Open-ended alert” so the alert doesn’t expire.
Otherwise, choose the maximum allowed future date.
Alert Message Setup
Alert Name:
Name the alert anything you'd like — for example,FSS BTCUSDT Entry
.Message:
Delete the default text and replace it with this code exactly as written:
This will send all the strategy’s pre-coded instructions (exchange, order type, volume, etc.) to the webhook.
Webhook URL
This is what connects TradingView to your automated bot.
Enable the “Webhook URL” checkbox.
Paste your webhook URL, which you can easily retrieve via Telegram.
How to Get Your Webhook from Telegram:
Open the Telegram app
Search for and open the
@intohook_bot
Tap on Menu → Security → Webhook
Copy the generated webhook URL
Paste that into TradingView's Webhook URL field.
✅ Final Step
Now hit “Create”.
Once created, your bot is up and running — and you’ll see it in the Alerts tab on the right-hand side of your TradingView interface.
You’ve officially connected your TradingView strategy to real-time automation using webhooks. Smooth, powerful, and ready to trade.
Go Back