There is DaysSince1900 function - you can use it for this purpose, for example:
 
d1900 = DaysSince1900(); 
myDayscheck = (d1900 - ValueWhen( Buy, d1900 ) ) > 31; 
 
Best regards
 
Marcin


--- In [email protected], "orionsturtle" <orionstur...@...> wrote:
>
> I have a ranking code exploration I run on a watchlist and I need this logic:
> 
> watch = "calender days since BUY" < 31;
> 
> I found the BarsSince function but I need calender days.
> Thanks!
>


Reply via email to