How do I display Daily Pivot Lines on the Daily Timeframe?
I've tried removing
if (vinterval == "D")
return null;
but it didn't seem to work. Any help would be appreciated.
I've tried removing
if (vinterval == "D")
return null;
but it didn't seem to work. Any help would be appreciated.
Comment