Setting up manual alerts in TradingView allows you to integrate your trading signals with the AlgoWay platform using webhooks. This guide explains how to set up an alert with the correct JSON message.
https://algoway.co/893dbcge-11bf-4185-81a6-268e3ae1bbdd
Note: This is an example URL. Use the actual URL provided by your AlgoWay platform.
{ "platform_name": "metatrader5", "ticker": "{{ticker}}", "order_contracts": "1", "order_action": "buy" }
Important: For the order_action
field, you can use the following values:
buy
— to place a buy order.sell
— to place a sell order.short
— to open a short position.long
— to open a long position.flat
— to close an existing position.The JSON message must strictly adhere to the required format, or the signal will not be processed. Use the order_contracts
field to specify the trade volume.
If you have any questions, contact AlgoWay support at support@algoway.trade.