Registered User Joined: 10/28/2007 Posts: 3
|
I would like to use the week number in a new indicator. Is there a realcode function that I can use to determine the week number?
|
Registered User Joined: 12/31/2005 Posts: 2,499
|
plot = microsoft.VisualBasic.datepart("ww", currentdate)
|