Last seen: Sep 4, 2025
Made even better with 5 day RSI ? TSABM-with-RSI5.png
Hi, we noticed its working for higher periods for the signal line, we tested EMA(TS,25) and it works but not for lower periods. This bug has been note...
Hi, I don't see anything attached but to have multiple indicators overlaying each other, you must assign them all in the same pane. Syntax:plot(vari...
I pushed this one step further by adding a trend filter. The script below will produce a green bar if prices are trending up (ADX >25 and close>...
Adding a photo here to benefit our other users. Nice script @punk! punk-sese-chart.png
Thank you for pointing this out. It will be fixed in the next release.
Curious though, what data are you planning to use VAI with?
Just adding to @joeffrenz plot(buy,buy,green,main) and plot(sell,sell,red,main) will plot all the buy and sell signals, while plotbuysell(buy,sell,...