Hello,
If a pine script is written in tradingview to generate buy/sell signals, how can we leverage that to place orders through our code?
This would be very beneficial since getting the candlestick data might take some time through the api, but signal generation through tradingview should be in very minimal time.
Hi @spatwa3001
The assumption, is not fully correct
getting the candlestick data might take some time through the api, but signal generation through trading view should be in very minimal time.
trading view takes itself time to generate alerts ,
try creating alerts in trading view and notice the difference in alert time and actual signal time.
I see your point.
So basically, plain python coding should work better right?
yes, in terms of overall latency,
python is far better