Bluefin Setup
This page lists the key differences that are specific to Bluefin setup.
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 required variable in your .env file

Set Leverage ratio you prefer on Bluefin exchange frontend
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}}"
}
Last updated