Support Board
Date/Time: Mon, 25 Nov 2024 22:28:01 +0000
Post From: Programmatically drawing volume profile tool drawings
[2022-07-02 00:34:56] |
onnb - Posts: 662 |
I see What I be doing something like this? 1. Using sc.AddStudyToChart() add it to the chart 2. Set the settings I need for the profile using sc.SetChartStudyInput - "Start Date (In: 37)", "Start Time (In: 39)", "End Date (In: 40)", "End Time (In: 41)" and "Volume Graph Period Type In:33" to "From Start Date-Time to End Date-Time" (does SC have setter for the date and time inputs?) 3. Refresh the chart (I'm assuming I'd need to do this for the inputs setting to kick in?) Is that right? |