Support Board
Date/Time: Thu, 06 Feb 2025 00:48:24 +0000
Post From: VWAP Changing start date (In the code)
[2020-04-02 19:38:52] |
User807787 - Posts: 41 |
I am looking at SCSFExport scsf_VolumeWeightedAveragePrice(SCStudyInterfaceRef sc) in Studies3.cpp I want to be able to either: 1. Have the option to set the date portion of the input to be (current date) instead of eg.2020-04-02. Or 2. Not take an input for date, and have the code fill in the current date. Where in the code would I make this change? I assume for option 2, I would just replace the input call to sc.GetCurrentDateTime()? |