Webhook examples
List of webhook examples for trading on Finandy platform
We have a Long Correction 1H Screener signal inside Cryptovizor, designed specifically for intraday trading.
The signal logic is very straightforward:
2h 🟡 AZT in Uptrend 🟢 - triggered only during a correction inside an uptrend, when:
MA50 is above the current price
MA200 is below the current price
1h RSI14 Less than 32 - triggered during a deep correction, when the price has already pulled back significantly.
1d USDT Volume Greater than 20M - This filters out illiquid assets by daily trading volume to avoid slippage in both directions.
You can copy this signal and improve it by adding additional conditions - for example, distance to the nearest support zone, measured in percent.
After that, all that’s left is to automate the execution via webhook!
The Finandy configuration for receiving signals from Cryptovizor was covered in the previous chapter. Now we only need to prepare the actual webhook message that Cryptovizor will send to Finandy so orders can be executed on the exchange.
Below is a ready-to-use webhook example for trading:
Webhook Example (Futures LONG with Key Levels)
This is a complete webhook message that includes all essential parameters for the signal. The only additional recommendation is to define Order Density and Order Multiplier inside the Finandy signal settings (Open Position), because these parameters are not included in webhook messages by Finandy.
In the future, our platform will develop a collection of the best trading signals, and for each of them we will provide a ready-made webhook template.
Last updated