TradingView and Railway order format
mcool1
HOBBYOP

10 months ago

I see buy and exit alerts on railway app and ngrok is running fine, but no trades are entered in IBRK?
When I run a test trade from railway app webhook the trade is filled in ibrk

Below is my buy alert on tradingview
{

"action": "buy",

"symbol": "{{ticker}}",

"price": "{{close}}",

"quantity": 1,

"timestamp": "{{time}}"

}

Is this the format Railway app expects ?

$10 Bounty

1 Replies

9 months ago

Railway is a hosting platform, not a trading platform. Could you explain more about how you are using Railway, what software/template you are running and how this is a Railway issue? Anything about the payload directed towards an endpoint of a service is determined by the code of the service itself and not by Railway.


Loading...