PineScript TradingView / Exit Signal /
Good morning,
I have written code in pinescript v5 to identify highs higher than previous day high. Is there a simpler way to do it?
Here is my code and I want do this in a simpler way. Since I am new, I don’t know how I can do this in a simpler manner.
I have created a code in pinescript v5 to identify highs higher than previous day high. Is there a simpler way to do it
Here is my code and I want do this in a simpler way. Since I am new, I don’t know how I can do this in more simple manner.
PineScript V5 – Basic Script Repaint problem
I have a pretty basic code that long above SMA200, and short below SMA200, with take profit and stop loss function. It runs fine, but when I want to set an alarm, TV said it uses repaint data, could you please point out where the problem is? TIA