Hi, Is it possible to start plotting from a fixed number of days ago?
for example, if I have a code like this
start = DateNum() < startdate
to be more specific my code has startdat as parameter like this
startdate = ParamDate("Starting Date ", "2004-01-01");
but I want to have it fixed on a time window, say, 11 days ago
is it possible to code start date so that it always is 11 days ago?
Many thanks in advance?
