Support Board
Date/Time: Sat, 18 Jan 2025 19:20:46 +0000
Post From: SCinput Ref pass to Tool.BeginValue
[2018-02-24 15:18:21] |
SilentH - Posts: 16 |
That fixed it and I can now plot, thank you! My next step is to properly set: Tool.BeginDateTime Tool.EndDateTime currently I'm using: SCDateTime dayOpen, dayClose; dayOpen.SetDateTimeYMDHMS(2018,02,18,15,0,0); dayClose.SetDateTimeYMDHMS(2018,02,19,13,0,0); Tool.BeginDateTime = dayOpen; Tool.EndDateTime = dayClose; What I want is to have the BeginDate to be the start of the current day's evening session and the EndDate to be the end of the day session time. So in essence I'm pulling the values set for the current symbol in the global symbol settings, or just the Session Times from the Main Settings. Date Time Of Last Edit: 2018-02-24 15:18:43
|