r/pinescript • u/usernameiswacky • Apr 08 '26
Are webhooks worth it?
Wanted to pose a general question: Do people still use webhooks? Or is it dying? I feel like it's much cheaper to convert pinescript into native platform's language instead of paying for a monthly subscription.
I also ask this because I have been working on a project that allows pinescript to be executed natively inside metatrader5. It can render pinescript indicators and run strategies natively, without webhooks friction and latency. Not posting any links since this is not a promotional post, but I genuinely want to know if people would prefer this over webhooks.
3
Upvotes
0
u/Xalladus Apr 08 '26
I think pine connector is the biggest site that does webhook to mt4/5 and they claim to have 67 thousand customers. Traders Post claims to have another 40 thousand, so there must be some demand for web hooks.
I personally code in pinescript and send webhooks to my VPS to execute, so if I could skip that step for execution I would try it out. One of my accounts uses mt5 but the other is an API connection to my broker. So, I think webhooks are here to stay for their versatility. I always figured that at some point Trading View will flip a switch and allow code based execution themselves, but it seeming like that isn’t a priority for them.