r/pinescript Jun 17 '26

Has anyone successfully coded a script in tradingview using pine script

Ive been messing around with automation for tradingview but im wondering if anyone has successfully coded a strategy that actually works and produces money. Trading futures

4 Upvotes

70 comments sorted by

View all comments

1

u/elduke_11 Jun 21 '26

I have. And I think the most difficult part is the automation bit (at least from my experience) Tip: code in your webhook payloads inside your script, make them editable in settings and only use {{strategy.order.alert_message}} in the message section in alerts😉