PureBytes Links
Trading Reference Links
|
Here is a slight modification to the OddBall code that waits until price is
moving in the direction of the signal.
Setup is SPX in data1, $ADV or @ISNA(for dtn) in data2. Use Natural hour
bars.
Inputs: BZ(3),SZ(1),StartTime(0900),StopTime(1300);
If time>=StartTime and time <=Stoptime then begin
If RateOfChange(close of data2,7)>BZ then buy at H[0] stop;
If RateOfChange(close of data2,7)<SZ then sell at L[0] stop;
end;
bobr
credits to http://www.oddballsystems.com/main.html
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Find the Best Web Designers & Developers at Elance
** *Web Design *** Flash Animation *** Web Programming ***
Post Your Web Development Project for FREE. Click Here.
http://us.click.yahoo.com/_Rq2zA/FB0DAA/cosFAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Attachment:
Description: "ob322chrt.gif"
Attachment:
Description: "ob322.gif"
|