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;