1–2 minutes
This functionality was introduced in October 2023 (Version 23.10.1)
Below is an illustration of an optimized scan that can be created using the Advanced Scanner in ChartAlert.
This one enhanced scan now replaces the need for writing four separate scans as was required in the previous versions of ChartAlert.
[BEGIN close>superT(10,3) - IndexNames]
Set OptVar IndexNames = Nifty, Nifty100, Nifty200, Nifty500
List symbols where c crossed above supertrend(10,3)
Add Column Close
Add Column SUPERTREND(10,3) chart
Apply to IndexNames
[END]
Below is a breakdown of the scan presented in a step-by-step manner.
Continue reading “Stock Screener – Example 1: Multiple Segments (“Apply to…”)”