trading4rent
 Member
 Posts: 28
Joined: 9/26/2006
Location: Illinois
User Profile |
I am not sure how I can create a weekly scan in OmniTrader. Below is a typical scan that can easily be created using daily data. Anyone know what code I would need to add to the daily code below to make it a weekly code ?
V > 1000000
C > EMA(50)
C > 10
H > H[1]
How do I write the weekly bar close is greater than weekly 50 EMA ?
How do I write weekly high is greater than previous weekly high ?
Thanks in Advance,
Brian
|