Kraken Setup Step by Step



STEP 1. Use Coinbase Symbol on TradingView

Double check that you using Coinbase Symbol on your Trading panel.


STEP 2. Add Trading Strategy to the TradingView

1.1 - Go to "PineEditor" tab page and write new or copy/paste existing trading strategy.
1.2 - Press "Add to chart" trading strategy to your trading panel.




STEP 3. Creat Alert for TradingView Strategy
2.1 - Go to "Strategy Tester" tab page to check that your Trading strategy shows some backtesting results.
2.2 - Press "Add Alert" to create Alert for your Buy/Sell signals.



STEP 4. Configure TradingView Alert using "Message" and connection using "WebHook URL" or "Email Alert"

To Configure Alert, you need set Alert Message and Alert Notification.
5.1 - Please compile meessage based on the temmplate provided below or you can use Message Generator
5.2 - Paste "WebHook URL" or Select "Email-to-SMS" option on Notification Tab. Your personal WebHook URL and Email you can find in your Profile Page

Message:
Select Webhook URL or "Email-to-SMS" option
(Depends on your TradingView plan)

TradingView Message format

Please update only fields highlighted by red. The rest of them please keep as is, as they will be filled automatically by TradingView during Alarm execution.


  
  {
      "coinbase_api_key": "PUT YOUR COINBASE API KEY HERE",
      "coinbase_api_secret": "PUT YOUR COINBASE PRIVATE KEY HERE",
      "real_order": "Yes / No",
      "order_type": "Market / Limit",
      "order_market":"Spot",
      "exchange": "{{exchange}}",
      "ticker": "{{ticker}}",
      "time": "{{timenow}}",
      "order_contracts": "{{strategy.order.contracts}}",
      "order_action": "{{strategy.order.action}}",
      "order_price": "{{strategy.order.price}}"
  }
  







STEP 6. Monitor your Alert Signals on MyTrades Page
If you have sent the signal but still not see it on Broker side, please check MyTrades page