PureBytes Links
Trading Reference Links
|
> For purposes of testing I need to ensure my system has exited the
> market on the last bar of the chart. But I also have alternative
> exit signals..... I am sure this is a simple question, but nothing I
> try works since one order is if xxx then exitlong at xxx stop? Help
> greatly appreciated Help
how about
if xxx then begin
exitlong at xxx stop?
end else begin
if time = Sess1EndTime then EXITLONG;
end;
rgds hans
~~~~~
....and bear in mind
that high reward does not come without its partner high risk !
|