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

Re: EL question



PureBytes Links

Trading Reference Links

...or set EntryP to your stop value   dbs

If H>SetMyB and SigVal<>1 then begin
    if  PF >= 2.0 then Buy("MyBuy") at Market;
    SigVal=1;EntryP=SetMyB;ESigName="MyBuy";
end;