tortexal 9 posts msg #71334 - Ignore tortexal modified |
2/11/2009 8:55:59 PM
I did some searching and for whatever reason cant piece this thing together yet. I checked out the gap stat filter but i dont think its quite what Im looking for
i want to be able to enter a one specific ticker, and see how many times in the past X days it has gaped up and closed above the open.
any help greatly appreciated!
-adam
|
wantonellis 161 posts msg #71338 - Ignore wantonellis modified |
2/11/2009 10:14:35 PM
|
chetron 2,817 posts msg #71339 - Ignore chetron |
2/11/2009 10:35:26 PM
CLICKABLE....
|
tortexal 9 posts msg #71343 - Ignore tortexal |
2/12/2009 12:16:33 AM
That's awesome! thanks i couldn't get the syntax straightened out
-Adam
|
chetron 2,817 posts msg #71347 - Ignore chetron |
2/12/2009 6:48:56 AM
HOW ABOUT....
|
chetron 2,817 posts msg #71348 - Ignore chetron |
2/12/2009 6:56:18 AM
OR EVEN .....
|
Radiomuse 288 posts msg #71365 - Ignore Radiomuse |
2/12/2009 4:37:03 PM
So is this filter looking for stocks that might be "due" a gap up and close above the open? How about just looking for stocks with a certain % increase in volume...
Chetron - how do you make filters clickable? (I see you do this for so many people)
set{A, count(low > high 1 day ago, 1)}
set{B, count(close > open, 1)}
set{X, A + B}
set{y, count(X equal 2,50)}
add column y
DRAW Y ON PLOT X
RSI(2) 1 DAY AGO BELOW 5
RSI(2) ABOVE 5
Y BELOW .5
VOLUME ABOVE 100000
set{volchg,volume 1 day ago/average daily volume(5)}
volchg above 1.25
add column rsi(2)
add column rsi(2) one day ago {RSI(2)-1}
add column volchg
add column volume 1 day ago {vol-1}
add column average daily volume(5)
sort by column 8 descending
|
Radiomuse 288 posts msg #71366 - Ignore Radiomuse |
2/12/2009 4:44:02 PM
And shouldn't this line be using the OPEN instead of the low, in order to find stocks that gapped up?
set{A, count(low > high 1 day ago, 1)}
Sorry to hijack - I'm new here, learning how to write and interpret filters.
|
johnpaulca 12,036 posts msg #71367 - Ignore johnpaulca |
2/12/2009 4:51:03 PM
Like this.
|
chetron 2,817 posts msg #71368 - Ignore chetron modified |
2/12/2009 5:05:15 PM
Radiomuse
- Ignore Radiomuse 2/12/2009 4:37:03 PM
Chetron - how do you make filters clickable? (I see you do this for so many people)
*****************************************************
just key in before you filter, no space between ch: Fetc her[
just key in your filter here:
just key in after your filter: ]
hth
|