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

EOD Data Filters



PureBytes Links

Trading Reference Links

I am using TS4 and download EOD data through ProphetFinance for
$19.95/month.  I would like to create a data filter to scan for bad ticks
and splits on the daily bars.

I am looking to improve upon the following quick editor code and convert it
into powereditor form if it will work better that way.  Here's what I have
so far:

MRO((((Open >= 10 * Open[1] or High >= 10 * High[1] or Low >= 10 * Low[1] or
Close >= 10 * Close[1]) or (Open <= Open[1] / 10 or High <= High[1] / 10 or
Low <= Low[1] / 10 or Close <= Close[1] / 10)) or ((Open >= 2 * Open[1] or
High >= 2 * High[1] or Low >= 2 * Low[1] or Close >= 2 * Close[1]) or (Open
<= Open[1] / 2 or High <= High[1] / 2 or Low <= Low[1] / 2 or Close <=
Close[1] / 2)) or ((Open >= 3 * Open[1] or High >= 3 * High[1] or Low >= 3 *
Low[1] or Close >= 3 * Close[1]) or (Open <= Open[1] / 3 or High <= High[1]
/ 3 or Low <= Low[1] / 3 or Close <= Close[1] / 3)) or ((Open >= 4 * Open[1]
or High >= 4 * High[1] or Low >= 4 * Low[1] or Close >= 4 * Close[1]) or
(Open <= Open[1] / 4 or High <= High[1] / 4 or Low <= Low[1] / 4 or Close <=
Close[1] / 4))), 50, 1) > -1

If someone can please provide me with any suggestions I would appreciate the
help.

Thanks in advance,

Thomas J. Festa, CMT
Technical Analysis Investment Consultant
Cell:   (908) 581-8880

Confidentiality Notice: The information contained in this e-mail and any
attachments may be legally privileged and confidential. If you are not an
intended recipient, you are hereby notified that any dissemination,
distribution, or copying of this e-mail is strictly prohibited. If you have
received this e-mail in error, please notify the sender and permanently
delete the e-mail and any attachments immediately. You should not retain,
copy or use this e-mail or any attachment for any purpose, nor disclose all
or any part of the contents to any other person.