Hi
I am trying to use the daily fractals on a smaller time frame chart.
My guess is I need to change the following two lines to daily interval rather than high of smaller time frames and I am clueless about it.( Perhaps like getvalue ( high, inv("d") .............. )
var vHigh = getValue("High",0, -82);
var vLow = getValue("Low",0, -82);
Any help be greatly appreciated.
I am trying to use the daily fractals on a smaller time frame chart.
My guess is I need to change the following two lines to daily interval rather than high of smaller time frames and I am clueless about it.( Perhaps like getvalue ( high, inv("d") .............. )
var vHigh = getValue("High",0, -82);
var vLow = getValue("Low",0, -82);
Any help be greatly appreciated.
Comment