Support Board
Date/Time: Wed, 07 May 2025 16:51:12 +0000
Chart Calculator in ACSIL
View Count: 1793
[2014-12-16 06:09:39] |
WarriorTrader - Posts: 245 |
Hello, How do I set the text for the Chat Calculator to the "edge" setting in ACSIL. I am using the current line: InvGrabLineLow_Tool.TextAlignment = DT_VCENTER | DT_RIGHT; Thanks, WT |
[2014-12-16 06:30:29] |
|
To the edge of what?
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2014-12-16 06:35:40] |
WarriorTrader - Posts: 245 |
Hello, The Vertical Alignment for the Label of a Chart Calculator has four options: Auto, Top, Bottom, Edge. I will like to set the "edge" setting in code. --Thx, WT |
[2014-12-16 19:45:41] |
WarriorTrader - Posts: 245 |
Hello, Well any answer to this? I want to put the Chart Calculator text at the edge of the chart. --WT |
[2014-12-17 02:43:07] |
|
This is not supported through ACSIL.
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service: Sierra Chart Teton Futures Order Routing |
[2014-12-17 05:38:44] |
WarriorTrader - Posts: 245 |
Can you add a DT_EDGE flag to ACSIL? Right now I can manually change it after it is drawn by my study. After all it is available in the user interface after it is drawn. Thx, WT |
[2024-11-22 09:04:20] |
User676363 - Posts: 82 |
This has been a bit confusing for me as well. All of the DT_ enums are in fact, not in ACSIL, but rather part of Windows. So, I'm trying to understand how the Input menus for the lines tools (List for Horizontal and Vertical) are created. For the Horizontal Ray property: Horizontal: Right and Left Vertical: Above, Below, and Center For the Chart Calculator: Horizontal: Left, Right, Auto Vertical: Above, Below, Auto, and Edge I get the impression that each tool was developed by hand and not using enums with fixed ranges that can be easily referenced in each study. Might be nice to see the DT_ in the scstructures.h file and I'm hoping to find a good example of how to build the lists for alignment in a consistent manner that will work with whatever tool is chosen and since each tool has been implemented differently, it seems to me that it would be nice to either fix that (make them all standard with all the same alignment options) or to make the alignment options based on the tool chosen (some function that will look at the tool selected and pull back the proper list options for the new study input dialogs. |
To post a message in this thread, you need to log in with your Sierra Chart account: