PureBytes Links
Trading Reference Links
|
Ooops:
if (your buy condition) then begin
sell tomorrow at market; { Sell tomorrow's open }
ExitShort at open tomorrow + 3*AvgTrueRange(ATRlen) stop;
end; { <--- **** Missing this! }
if BarsSinceEntry > 0
then ExitShort("SSL") at EntryPrice + 3*AvgTrueRange(ATRLen) Stop;
Gary (how come you never see these things until you hit "send") F.
|