Support Board
Date/Time: Mon, 06 Jan 2025 09:45:04 +0000
Post From: ACSIL: ISSUES POSSIBLE BUGS AND SUGGESTIONS
[2014-09-25 02:34:13] |
Sierra Chart Engineering - Posts: 104368 |
1. You need to get a containing match. Not nearest. Refer to the available functions here: http://www.sierrachart.com/index.php?page=doc/doc_ACSIL_Members_Functions.html 2. You need to learn about floating-point calculation error. There is a Wikipedia article about this. 3. You can use the ceil and floor C++ functions. Or create your own rounding functions. 4. This is wrong: ArrowUp.DrawingType = DRAWING_ARROW; ArrowUp.MarkerType = MARKER_ARROWUP; An arrow requires two points and MarkerType is not relevant for DRAWING_ARROW. 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 Date Time Of Last Edit: 2014-09-30 22:44:38
|