I was wondering if there's a way to invoke PnF data as well as minute data into a single indicator, like a multi-timeframe indicator
for example we all know that we can mix and match multi timeframe by using close(0,inv("D")) , close(0,inv("15")) etc
now I wanna call PnF so is there a efs way to do that? something like close(0, inv("PnF"), boxsize,reversalSize)??
thanks
for example we all know that we can mix and match multi timeframe by using close(0,inv("D")) , close(0,inv("15")) etc
now I wanna call PnF so is there a efs way to do that? something like close(0, inv("PnF"), boxsize,reversalSize)??
thanks