HELLO ,how do i make A EFS FILE THAT PUTS A LINE ACROSS THE CHART WERE THE
CURRENT PRICE IS AT ??...........(a strait price line that moves with the
price ?)
CURRENT PRICE IS AT ??...........(a strait price line that moves with the
price ?)
addBand(close(0), PS_SOLID,1, Color.blue,"CurrentPrice");
//if using eSignal 8.0 or earlier uncomment the following line
//clearLineTool(LineTool.HORZ);
addLineTool(LineTool.HORZ, close(0), 1, Color.blue, "CurrentPrice");
Comment