sai_chaitanya2001
New member
Hi,
Could someone help me out ? what's the equivalent of "max available" in the thinkscript for aggregation period, instead of the hardcoded 30 days in the script below?
def Lowline = Lowest(low(period = AggregationPeriod.Day),30);
def Highline = Highest(high(period = AggregationPeriod.Day),30);
Could someone help me out ? what's the equivalent of "max available" in the thinkscript for aggregation period, instead of the hardcoded 30 days in the script below?
def Lowline = Lowest(low(period = AggregationPeriod.Day),30);
def Highline = Highest(high(period = AggregationPeriod.Day),30);