Hi,
I am a newbie and having difficulty in understanding these TOS lines to determine the peaks. Would appreciate if anybody can help to explain what these lines do and is h1 refers to previous peak and h2 refers to current peak?
def h1 = Highest(high, 20)[15];
def h2 = Highest(high, 15);
def os1=GetMaxValueOffset(high, 20)[15];
def os2=GetMaxValueOffset(high, 15);
I am a newbie and having difficulty in understanding these TOS lines to determine the peaks. Would appreciate if anybody can help to explain what these lines do and is h1 refers to previous peak and h2 refers to current peak?
def h1 = Highest(high, 20)[15];
def h2 = Highest(high, 15);
def os1=GetMaxValueOffset(high, 20)[15];
def os2=GetMaxValueOffset(high, 15);