xvictorx 7 posts msg #85600 - Ignore xvictorx |
1/5/2010 9:17:44 PM
Anyone,
rsi(2) greater than 90
volume(30) greater than 1000000
optionable
high - open is greater than .50
close is between 10 and 20
set{HiOpY, high -open}
add column HiOpY /* yesterday */
add column rsi(2)
offset 1 day
Is there an easy way to use yesterdays results from the above filter and add the lines with todays high - open:
set{HiOpT, high - open}
add column HiOpT /* today */
By easy I mean changing/adding one or two lines like: offset 1 day
thanks, victor
|