Hello -- I'm wondering if QuantConnect is able to accept webhooks from TradingView to inform an entry or exit of a position. If so, are there any examples?
QUANTCONNECT COMMUNITY
Hello -- I'm wondering if QuantConnect is able to accept webhooks from TradingView to inform an entry or exit of a position. If so, are there any examples?
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
Shile Wen
Hi Maurice,
For security reasons, Algorithms cannot accept webhooks as they use POST Requests (thread). However, you may be able to get the data into a format for one of our Custom Data formats. Furthermore, users who run Lean locally have no security restrictions.
Best,
Shile Wen
Carpediem911
hi! So, if there is no restriction about that in Lean CLI, how then webhooks from e.g. Tradingview can be accepted in QC? Is there any example code available for this?
And can in Lean CLI webhooks also be sent as GET not only POST commands?
Another problem in the past was that authentication was not included in the webhook command. Is this solved in the meantime?? many thanks!
Varad Kabade
Hi Carpediem911,
When developing locally, we don't need to need to use Notify.Webhook necessarily. We would have to add the code to make API requests directly in the algorithm
Best,
Varad Kabade
Maurice D
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!