Hi
In tradingview you can use named parameters instead of sequential ones, so you can write for example:
plotshape(data, style=shape.triangleup)
But the intellisense in the extension doesn't help you then.
Also, I don't think the extension engine is aware of those constants like shape.triangleup and equivalents?
Hi
In tradingview you can use named parameters instead of sequential ones, so you can write for example:
But the intellisense in the extension doesn't help you then.
Also, I don't think the extension engine is aware of those constants like
shape.triangleupand equivalents?