this is a tradestation code can someone make a efs file for esignal ??
If LastBarOnChart then begin
If Open > Close then
Plot1[-1](Low + BoxSize * RevSize, "NextX")
else
If Close > Open then
Plot2[-1](High - BoxSize * RevSize, "NextO");
Plot3[-1](Last, "Last");
end;
This ShowMe marks the last price and the price that would constitute a reversal and the
start of a new column.}
If LastBarOnChart then begin
If Open > Close then
Plot1[-1](Low + BoxSize * RevSize, "NextX")
else
If Close > Open then
Plot2[-1](High - BoxSize * RevSize, "NextO");
Plot3[-1](Last, "Last");
end;
This ShowMe marks the last price and the price that would constitute a reversal and the
start of a new column.}