Intergers In Pinescript

I'm trying to understand what the ta.pivothigh method is doing in pinescript V5. I was expecting that it was looking nearby for the highest price, but when I use a simple script like this: float ph...

Intergers In Pinescript 1

Alert in pinescript Asked 3 years, 1 month ago Modified 2 years, 9 months ago Viewed 4k times

Intergers In Pinescript 2

I want to make a PineScript V5 Strategy with ADX and RSI But keep ...

How do I optimize my Pinescript script (make it faster and simpler to read)? Asked 2 years, 9 months ago Modified 1 year, 11 months ago Viewed 2k times

optimization - How do I optimize my Pinescript script (make it faster ...

Intergers In Pinescript 5

Pinescript Arrays- multidimensional arrays Asked 3 years, 3 months ago Modified 3 years, 3 months ago Viewed 4k times

Intergers In Pinescript 6

I would like to plot dotted line. How can I modify the code below to plot dotted line? plot (series=test_series,color=Color,linewidth=3,title="testplot") I am using pinescript 5.

Intergers In Pinescript 7

How to move x and y location for label.new in pinescript? Asked 3 years ago Modified 2 years, 1 month ago Viewed 2k times

The below theoretical example includes 1000 in function a () and 500 in b). PineScript cannot compile this as Compiled script code is too long: 79979. The limit is 60000. However, the number of characters with spaces is only 23115. Is there anything that can be done to include more as I need to include 4000 elements?