LogoLogo
Infinity AlgoInfinity SignalsOur Youtube
  • Welcome
    • 👋Hey, Thank You, and welcome
      • How to add Indicators to your chart?
        • Desktop Setup🖥️
        • Mobile Setup📱
  • Features
    • ⚙️Infinity Algo Features
      • Exit Type🏁
      • Sensitivity🛠️
      • Ema Lenght📉📈
      • Show Signals🔔
      • Toggle Same Signal Consecutively🔁
      • Next Signals Must Be Opposite Signal🔄
      • Ranging Market Filter (Beta)🛠️
      • Leverage💪
      • AI Clustering 🧠
      • Take Profit Signals Settings 💰📶
      • Take Profit Settings⚙️
      • Show possible coming trades🚥
      • Entry, Take Profit and Stop Loss🎯
      • Visualization setttings🔧
      • Alerts🔔
      • Upcoming Features⏱️
  • Backtest
    • ⏪Backtest version
      • Example of settings⚙️
      • Settings Spreadsheet📋
  • Trading Guide
    • 📚Trading Guide
      • Essential Guide to Trading and Risk Management🎯
      • Tips and what to Avoid✅
      • Youtube Settings🔴
      • Automating Infinity Algo Alerts via 3Commas🔄
      • Automating Infinity Algo Alerts via Finandy🔄
  • FAQ
    • 💡FAQ/Trobleshoot
  • Links
    • 🔗Useful Links
      • ♾️Infinity Algo
      • 🖥️Customer Dashboard
      • 🤝Infinity Algo Affiliate
      • 🔴Youtube
      • 💬Telegram Group - Infinity Signals
      • 📊Telegram Stats - Infinity Signals
Powered by GitBook
LogoLogo

Docs

  • Features
  • Backtest Version
  • Trading Guide

Infinity Algo

  • Website
  • Customer Dashboard
  • Affiliate

Infinity Signals

  • Telegram Group
  • Telegram Stats
  • Telegram Bot

© 2025 Infinity Algo All rights reserved.‍ Infinity Algo and all affiliated parties are not registered as financial advisors. This site & the products & services Infinity Algo offers are for educational purposes only.

On this page
Export as PDF
  1. Trading Guide
  2. 📚Trading Guide

Automating Infinity Algo Alerts via 3Commas🔄

PreviousYoutube Settings🔴NextAutomating Infinity Algo Alerts via Finandy🔄

Last updated 27 days ago

⚙️ Step 1: Configure Your 3Commas Signal Bot

  • Log in to .

  • Navigate to Signal Bots:

    • Click Create Bot → Signal Bot.

  • Set Bot Parameters:

    • Name: Clearly identify your bot (e.g., "Infinity Algo BTC-USDT Signal Bot").

    • Exchange: Binance, Coinbase, etc.

    • Trading Pair: Select pair (e.g., BTC/USDT).

    • Strategy Type: Choose Long, Short, or both (ideally "Both" if your signals include both directions).

    • Take Profit & Stop Loss: Set these either in the bot or manage them via Infinity Algo signals directly from TradingView.

    • Deal Start Condition: Set to TradingView Custom Signal.

  • Save your Bot.


📩 Step 2: Retrieve Webhook Details from 3Commas

  • Open your Signal Bot’s settings page on 3Commas.

  • Scroll down to the "Message for deal start signal" section.

  • Copy the provided JSON message template (it looks like this):

jsonCopyEdit{
  "message_type": "bot",
  "bot_id": 12345678,
  "email_token": "your_email_token",
  "delay_seconds": 0,
  "pair": "{{ticker}}"
}
  • Replace "bot_id" and "email_token" with your actual details from 3Commas.


📈 Step 3: Set Up TradingView Alerts with Infinity Algo

  • Open your TradingView chart with Infinity Algo V3.0 indicator.

  • Click Alert (⏰) or press Alt + A.

  • Condition: Choose "Infinity Algo V3.0" → Select your specific signal (e.g., "Buy Signal - Smart," "Sell Signal - AI," "Take Profit").

  • Options: Select "Once per bar close".

  • Webhook URL: Enter exactly:

arduinoCopyEdithttps://3commas.io/trade_signal/trading_view
  • Message: Paste your customized JSON from step 2.

  • Click Create Alert.

Example Alert Message (Buy Signal):

{
  "message_type": "bot",
  "bot_id": 12345678,
  "email_token": "your_email_token",
  "delay_seconds": 0,
  "pair": "{{ticker}}"
}

Example Alert Message (Close Signal):

{
  "message_type": "bot",
  "bot_id": 12345678,
  "email_token": "your_email_token",
  "action": "close_at_market_price",
  "pair": "{{ticker}}"
}

🧠 Advanced Tips (Important)

  • Multiple TP Levels: Create separate alerts in TradingView for each Take-Profit level if you're using them dynamically.

  • AI Signals: Consider separate bots or clearly defined alerts for AI signals versus normal signals if strategies differ significantly.

  • Testing: Always test initially with small position sizes or 3Commas’ Paper Trading mode before scaling up.


🛠️ Troubleshooting Checklist

  • Ensure "bot_id" and "email_token" match exactly those provided by 3Commas.

  • Check that your webhook URL is precise: https://3commas.io/trade_signal/trading_view

  • Confirm alerts are set to trigger "Once per bar close" to avoid false signals.

Detailed documentation from 3commas:

3Commas.io
https://help.3commas.io/en