Skip to main content

Quickly Test a Trade

Before you trust an alert in production, fire one trade on demand to confirm the whole chain works: the API key has the right permissions, the webhook reaches TVH, and your payload parses and executes. Use a demo key (or a tiny size) so a test never costs you anything.

TL;DR
  • Fastest: open the Trade Command Builder and click Execute now!. No TradingView alert needed.
  • Through TradingView: create an alert with a condition that is always true (price greater than 0). It fires within seconds, so you can verify the full webhook path.
  • Watch the result land in your Activity Log.

Option 1: Execute now from the Builder

The quickest test skips TradingView entirely. In the Trade Command Builder, configure the trade, then click Execute now!. TVH sends it straight to the exchange right then.

The Trade Command Builder action row with Generate, Copy, Save and Execute now buttons

Use this to:

  • Confirm an API key has Read plus Trade permissions.
  • Smoke-test a new payload before you paste it into an alert.
  • Place a one-off demo trade to see the balance and fill in the Activity Log.

It does not test the TradingView webhook path, only the key and the payload. For that, use Option 2.

Option 2: An instant TradingView alert

To test the full webhook path (TradingView to TVH to exchange), create an alert that fires immediately:

  1. Open the alert dialog on any chart.
  2. Condition: Price, Greater Than, a Value below the current price (0 always works). The condition is true right away.
  3. Trigger: Once only, so it fires a single time and then disables itself.
  4. Notifications: tick Webhook URL and paste your TVH endpoint.
  5. Message: paste the trade command you want to test (from the Trade Command Builder).
  6. Click Create.

Create alert dialog set to Price Greater Than a value with Once only trigger

The alert fires almost immediately and posts your command to TVH. Check the Activity Log for the result. Because it is Once only, it disables itself after the single fire; delete it once you are done.

Use a demo key or a tiny size

Both options place a real order on whatever key you selected. Test on a demo account or with a minimal size until you are confident the payload behaves.