Announcement

Collapse
No announcement yet.

Point & Figure Charts-efs help !!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Point & Figure Charts-efs help !!

    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.}
Working...
X