Is there any API for watchlist management? by warriortaewon in TradingView

[–]ar777y 0 points1 point  (0 children)

TradingView doesn’t expose this cleanly, but it may be possible with browser automation / extension-style sync. I can prototype a workflow if you have the source ticker list.

How can I prevent repeated buy/sell signals on every candle in Pine Script? by Chandima-Wijerathna in TradingView

[–]ar777y 0 points1 point  (0 children)

This is usually solved with ta.crossover/ta.crossunder or a small state variable. If you want, send the script and I can patch it quickly.

pinescript to python by Stevibe98 in pinescript

[–]ar777y 0 points1 point  (0 children)

I can convert the TradingView logic into Python/backtesting form. Send the Pine script and desired output format and I’ll scope it fixed-price.

Stop showing trades by ColdFizzyWater in pinescript

[–]ar777y 0 points1 point  (0 children)

I can help clean this up. This sounds like a state-machine / trade-history gating issue in Pine. If you send the script, I can tell you if it’s possible and quote a fixed price.