Support Board
Date/Time: Thu, 13 Feb 2025 10:51:37 +0000
Post From: ACSIL: Draw Horizontal Line on Study
[2020-11-24 09:40:58] |
User907968 - Posts: 826 |
1) Draw a line at 0 using Drawing Tools - Using Drawing Tools From an Advanced Custom Study (for example scsf_UseToolExampleDrawingHorizontalLine in /ACS_Source/studies.cpp) or 2) Use a subgraph to draw the zero line (make sure to enable 'Draw Zeros' - ACSIL Interface Members - sc.Subgraph Array: sc.Subgraph[].DrawZeros) and use drawstyle 'DRAWSTYLE_LINE_FROM_END_OF_CHART_LEFT_TO_RIGHT' (for example scsf_BidAskVolumeRatio in /ACS_Source/studies6.cpp) |