Trigger with POST request

Triggering a webhook can also be done with a simple POST request programmatically.

The webhook tiles allow for external signals to come into your StalexBot strategy. Only use this feature this way if you know what you are doing. If you don't know what POST requests are, we suggest you to stick to sending webhook signals through Tradingview: read here.

Trigger by POST request

StalexBot webhook tiles have two components: URL and alert message. Send your POST request to the copied Webhook URL and give the alert message as body with the POST.

We always recommend setting up webhook tiles driven by your own POST requests on a test bot. This way you won't risk wrong purchases with your real funds.

Last updated