Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 20:53:34 +0000



Post From: Entering TickSize and Price Display Format using a Control Bar button or Keyboard shortcul

[2016-05-29 20:36:15]
SSS - Posts: 16
Thanks, very helpful as always.

Just a follow-up question. If I manually go to Chart Settings (F5), just above the Tick Size field there is Price Display Format.

I've managed to use sc.TickSize through ACSIL with no problems, but I could not find the variable to access Price Display Format anywhere in the list of ACSIL variables (http://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Variables_And_Arrays.html).

I've tried *most* of the likely variables but none seem to work, unless I missed the one that actually does.

sc.BaseGraphValueFormat sounds likely but it's a Read-only value and cannot be changed through ACSIL.
sc.ValueFormat, from its documentation, seems the most likely, but it didn't work.

Any ideas?