Wiskers Documentation
  • Overview
  • System Architecture
    • Backend
    • Action System
    • TradingView Integration
    • Interaction with Gelato Network
    • Interaction with Moralis Streams
    • Trade Process
    • Security Measures
  • User Setup Guide
    • Precautions
    • 1. Connect your web3.0 wallet
    • 2. Select network and route
    • 3. Enter the assets being traded
    • 4. Click 'Generate'
    • 5. Copy your generated webhook
    • 6. Go to the alert set up for your trade, then click 'Notifications'
    • 7. Paste webhook in TradingView and create your alert
    • 8. View Your Created 'Action'
    • 9. Connect your telegram to receive notifications
  • Contract Triggers
    • Transfer
    • Swap
    • Ownership Transfer
    • Approval
    • Liquidity Burn
    • Mint Event
  • Continuous Actions
    • Enable this action to be 'Continuous'
    • Set Run Limit
  • Public SDK
    • SDK Implementation Guide
  • Referrals
    • Setting up your Referral Link
  • Tokenomics
    • Staking
    • Fees
    • Token Tax
    • Governance
    • Presale
  • Roadmap
  • Contract Addresses
  • Official Links
Powered by GitBook
On this page
  1. System Architecture

TradingView Integration

Wiskers allows actions to be executed using TradingView alerts. Each alert is set up in TradingView and executes a Wiskers action:

  1. After the alert is set up in TradingView, users can use a uniquely generated webhook from the Wiskers UI.

  2. Under the ‘Notifications’ tab on TradingView you can check off ‘Webhook URL’ and fill it out with Wiskers’ provided webhook.

  3. When the alert conditions are met, TradingView sends a POST request to the Wiskers’ webhook URL and retrieves the necessary information for Wiskers’ server to execute the user's trade.

PreviousAction SystemNextInteraction with Gelato Network

Last updated 1 year ago