[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EL OpenPositionProfit exit query



PureBytes Links

Trading Reference Links

In-Reply-To: <003101c1355f$2f3d5b40$9578a940@xxxxxxxxxxx>
Nope, still the same, sorry...

Made no difference to the system results at all...

Cheers,
Ian

> 
> > Even this doesn't work:
> > 
> > if blah blah blah... then buy this bar at close;
> > exitlong at entryprice-1 stop:
> > 
> 
> Try this:
> 
> if  barstatus(1) = 2 then begin
>      if blah blah blah... then buy this bar at close;
>      exitlong at entryprice-1 stop:
> end;
> 
>