Login Page - Create Account

Support Board


Date/Time: Sat, 11 May 2024 17:05:10 +0000



Post From: ACSIL sc.TickSize Returns 0*

[2024-03-21 05:02:50]
Gradient - Posts: 41
For clarity, I have a watchlist attached to a chart containing multiple symbols.

The chart contains a study.

When I select StartScan from the Chart Menu, this triggers the study to be computed across every symbol in the watchlist.

Given that different symbols have different minimum fluctuations, to compute metrics, it is necessary to normalize values by the minimum fluctuation (i.e TickSize).

At no point is any string conversion being done.

Intuitively, I should be able to select "Start Scan" from the Chart Menu and the sc.TickSize should update as the chart changes per each symbol in the Watchlist.

However, sc.TickSize is always 0*.