Login Page - Create Account

Support Board


Date/Time: Sun, 08 Sep 2024 00:34:22 +0000



Post From: I like to modify the the volume profile start and and times via ACSIL

[2023-08-21 11:02:52]
User384999 - Posts: 28
is it posiiable to dynamically change the start and end dates of a custom volume profile ?
Or do i need to delete and re add ?

i have been trying to modify but i havent got it working ( its me not knowing how to pass the parameters in correct theres nothing wrong with sierra charts i love the product by the way)

Start date (input 37 )
should this be passed in a double ie including the time like below?

SCDateTime Start_Opening = Input_Start_Opening.GetDateTime() ;
float StartTimeInSeconds = Start_Opening.GetAsDouble();
then use SetChartStudyInputFloat() function  

Start time ( 38 )
end date (40 )
End Time (41)


How should start Date / end date be passed into this ?
Do i only need to use start Date / end date with the times as part of the varaible
Any help would be much apreciated