How to Debug Indicator Signal Logic Bar by Bar in Trading Code
To debug indicator signals bar by bar, the goal is to see exactly which condition becomes true or false on…
PatternSmart Blog
To debug indicator signals bar by bar, the goal is to see exactly which condition becomes true or false on…
Alerts can’t be used in SCAN and custom quote. We cannot put an alert script into a custom quote or…
Code: plot weeklyClose = close("IBM", period = AggregationPeriod.WEEK); This code plots weekly Close price for IBM. Interesting thing is that…
Another restriction is that two different secondary aggregation periods cannot be used within a single variable: Code: plot Data =…
So far, we have learned many things about the bars on charts and values which can be calculated for them.…