Tradingview Alert Connector
  • Overview
  • What is Tradingview Strategy
  • Setup
    • Run on local PC
    • Run on cloud service
    • Test Tradingview strategy alert
    • Set Tradingview strategy alert
    • How to get dYdX v3 Credentials
    • GMX Setup
    • dYdX v4 Setup
    • Bluefin Setup
    • Add Sentry.io monitoring
    • FAQ
  • Additional Usage
    • Execute order from non-strategy alert
    • Run DCA bot
Powered by GitBook
On this page
  1. Setup

Bluefin Setup

This page lists the key differences that are specific to Bluefin setup.

PreviousdYdX v4 SetupNextAdd Sentry.io monitoring

Last updated 11 months ago

Please deploy the latest version of the tool if you've ever used it before

  • Export passphrase from your SUI wallet(we highly recommend generating a new passphrase) and Specify a

The connector tools fetches leverage ratio from there

  • Specify "bluefin" to "exchange" field in Tradingview alert message.

sample alert template

{
"exchange": "bluefin",
"strategy":"testStrategy",
"market":"ETH_USD",
"size":"0.01",
"reverse":false,
"order":"{{strategy.order.action}}",
"position":"{{strategy.market_position}}",
"price":"{{strategy.order.price}}"
}

Set Leverage ratio you prefer on

Bluefin exchange frontend
required variable in your .env file
FAQTradingview Alert Connector
Logo