Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 08:44:52 +0000



Post From: Coloring bid/ask numbers in numbersbar using ACSIL

[2013-10-02 08:30:23]
ganz - Posts: 1048
imdtrader

sc.Index
sc.ChartBarSpacing is the spacing between the chart bars in pixels. This is for the chart your custom study is applied to.
sc.StudyRegionTopCoordinate is the Y-coordinate of the top of the region that the study is in. This value is given in the coordinate system of the client window.
sc.StudyRegionBottomCoordinate is the Y-coordinate of the bottom of the region that the study is in. This value is given in the coordinate system of the client window.

float sc.YPixelCoordinateToGraphValue(int YPixelCoordinate);

it is possible to use ACS Tools http://www.sierrachart.com/index.php?l=doc/doc_DLLTools.html to mark it as you need
Date Time Of Last Edit: 2013-10-02 08:52:36