-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
I tried the tests' code:
https://github.com/QuantForgeOrg/PineTS/blob/main/tests/indicators/macd-pinescript.test.ts#L30
The result of pineTS.run(...) cannot resolve style=plot.style_columns to style: 'style_columns', style property will be undefined.
But if I change it to style = 'style_columns', it then works correctly:
plot(hist, title = "Histogram", style = 'style_columns', color = (hist >= 0 ? (hist[1] < hist ? #26A69A : #B2DFDB) : (hist[1] < hist ? #FFCDD2 : #FF5252)))
Metadata
Metadata
Assignees
Labels
No labels