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

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