Hi,
The LineArray function generates array equivalent to trend line drawn from point (x0, y0) to point (x1, y1). x coordinates are in bars (zero based), y coordinates are in dollars.
L1=(TimeFrameGetPrice( "L", inDaily, -1));
So in this case ,if I want to assign Prv day's Low to "y0", How can i approach it?
I tried this way,But it does not work.
Any Help Would be appreciated.