英文:
Trading View - Indicator/Strategy to send buy/sell signals to webhook
问题
I'm completely new to TradingView. I was watching a view how to connect TradingView to the exchange. In a video I saw that if you click on the indicator's cog icon, in the Inputs tab, after the actual inputs there is THE ALERTS 🚶 section with textareas to input API payload that TradingView is going to include when making a webhook call (to my understanding).
However, I don't have those boxes.
Are those text areas are PineScript inputs (if yes, I didn't find what type it could be), or I just need a paid TradingView account to have them?
Thanks.
Looking through documentation.
英文:
I'm completely new to TradingView. I was watching a view how to connect TradingView to the exchange. In a video I saw that if you click on the indicator's cog icon, in the Inputs tab, after the actual inputs there is THE ALERTS 🔔 section with textareas to input API payload that TradingView is going to include when making a webhook call (to my understanding).
enter image description here
However, I don't have those boxes.
Are those text areas are PineScript inputs (if yes, I didn't find what type it could be), or I just need a payed TradingView account to have them?
Thanks.
Looking through documentation.
答案1
得分: 1
你的屏幕截图中的那些是通过使用pinescript的input.string()函数生成的。
要使用webhooks,您需要在Tradingview上拥有一个付费帐户。任何付费帐户都可以。
英文:
The ones in your screenshot are generated via the pinescript using the input.string() function.
To use webhooks, you need a paid account on Tradingview. Any paid account will do.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论