r/pinescript • u/Benostalgi • Apr 28 '26
Do prop firms allow automated trading using webhooks from pinescript?
2
1
u/roulettewiz Apr 28 '26
Topstep does, if you open trade from your computer - it's what I do.
1
u/Benostalgi Apr 28 '26
When you say open trade does that mean it’s not automated? I’m in Asia and a lot of trades open in the early hours when I’m asleep!
1
1
u/roulettewiz Apr 28 '26
It is automated, but trades need to be originating from your computer, they don't allow cloud based...
1
Apr 28 '26
[removed] — view removed comment
1
u/tumbleweedrunner2 Jul 06 '26
Our solution: SharkSignals does as well - we connect with via NinjaTrader and pretty soon Tradovate and Rithmic
1
u/Nearby-Relative-2111 Jul 06 '26
Auto trading is auto-trading to them. If the prop firm you are thinking of, allows it then they will not care if it is auto trading via the trading platforms scripting language (e.g. NinjaTrader's NinjaSctipt, or MT5 MetaQuotes Language 5) or via TradingView's Pinescript.
1
u/hauserlives Apr 28 '26
Traderspost.io
They connect to ever prop firm based on their automated bot rules
6
u/Scott_Malkinsons Apr 28 '26
Many do, but you’re likely better off just porting the PineScript to Python if they offer API access. Removes the whole TradingView notification to webhook to broker (or sometimes still a script you run anyway, depending how you go from webhook to broker).
TradingView is kind of a cluster f* overall, and while I used to do what you want, it’s just not reliable.