StockFetcher Forums · General Discussion · Volume * Price Momentum Oscillator (V*PMO)<< 1 2 >>Post Follow-up
chetron
2,817 posts
msg #71104
Ignore chetron
modified
1/31/2009 10:05:41 AM

IF THAT IS WHAT YOU REALLY WANT.....

OOOPS, THAT'S BETTER

Fetcher[

SET{VAR1,CLOSE 1 DAY AGO}
SET{VAR2,CLOSE - VAR1}
SET{VAR3,VOLUME * VAR2}
SET{VAR4a,CEMA(VAR3,3)}
set{car4,var4a / 1000}

set{NPD,count(car4 crossed ABOVE 0,1)}
set{NND,count(car4 CROSSED BELOW 0,1)}

CAR4 1 DAY AGO ABOVE CAR4
CAR4 1 DAY AGO ABOVE CAR4 2 DAY AGO
CAR4 1 DAY AGO BELOW 0
VOLUME ABOVE 100000
CLOSE ABOVE 1

draw car4 on plot car3

add column car4
add column NPD
add column NND

SORT COLUMN 5 DESCENDING
]



chetron
2,817 posts
msg #71108
Ignore chetron
modified
1/31/2009 12:04:19 PM

THE REVERSE.....


Fetcher[


SET{VAR1,CLOSE 1 DAY AGO}
SET{VAR2,CLOSE - VAR1}
SET{VAR3,VOLUME * VAR2}
SET{VAR4a,CEMA(VAR3,3)}
set{car4,var4a / 1000}

set{NPD,count(car4 crossed ABOVE 0,1)}
set{NND,count(car4 CROSSED BELOW 0,1)}

CAR4 1 DAY AGO BELOW CAR4
CAR4 1 DAY AGO BELOW CAR4 2 DAY AGO
CAR4 1 DAY AGO ABOVE 0
VOLUME ABOVE 100000
CLOSE ABOVE 1

draw car4 on plot car3

add column car4
add column NPD
add column NND

SORT COLUMN 5 ASCENDING
]



chetron
2,817 posts
msg #71110
Ignore chetron
1/31/2009 12:25:44 PM

OR WERE YOU SAYING THIS.....

Fetcher[



SET{VAR1,CLOSE 1 DAY AGO}
SET{VAR2,CLOSE - VAR1}
SET{VAR3,VOLUME * VAR2}
SET{VAR4a,CEMA(VAR3,3)}
set{car4,var4a / 1000}

set{NPD,count(car4 crossed ABOVE 0,1)}
set{NND,count(car4 CROSSED BELOW 0,1)}

CAR4 1 DAY AGO ABOVE CAR4
CAR4 1 DAY AGO ABOVE CAR4 2 DAY AGO
CAR4 1 DAY AGO ABOVE 0
CAR4 2 DAY AGO BELOW 0
CAR4 BELOW 0

VOLUME ABOVE 100000
CLOSE ABOVE 1

add column car4
add column NPD
add column NND

SORT COLUMN 5 DESCENDING
]



THE REVERSE....


Fetcher[



SET{VAR1,CLOSE 1 DAY AGO}
SET{VAR2,CLOSE - VAR1}
SET{VAR3,VOLUME * VAR2}
SET{VAR4a,CEMA(VAR3,3)}
set{car4,var4a / 1000}

set{NPD,count(car4 crossed ABOVE 0,1)}
set{NND,count(car4 CROSSED BELOW 0,1)}

CAR4 1 DAY AGO BELOW CAR4
CAR4 1 DAY AGO BELOW CAR4 2 DAY AGO
CAR4 1 DAY AGO BELOW 0
CAR4 2 DAY AGO ABOVE 0
CAR4 ABOVE 0

VOLUME ABOVE 100000
CLOSE ABOVE 1

add column car4
add column NPD
add column NND

SORT COLUMN 5 DESCENDING
]



Eman93
4,750 posts
msg #71111
Ignore Eman93
1/31/2009 12:44:39 PM

This one of Muddy's trying to find the bounce before the price moves up.

This one works pretty well


Muddys Volume Spike and lower Bol Band

set{x,count(volume above volume 1 day ago,1)*2}
set{y,count(volume above average volume(90),3)}
set{z,x+y}
and z is above 1.1
and close has been decreasing over the last 3 days
and low is below lower bollinger band(20)
and count(close above open,3) is below 2.1
and close is between 1 and 10
and average volume(90) is above 100000

chetron
2,817 posts
msg #71113
Ignore chetron
modified
1/31/2009 1:39:11 PM

clickable....


Fetcher[

set{x,count(volume above volume 1 day ago,1)*2}
set{y,count(volume above average volume(90),3)}
set{z,x+y}
and z is above 1.1
and close has been decreasing over the last 3 days
and low is below lower bollinger band(20)
and count(close above open,3) is below 2.1
and close is between 1 and 10
and average volume(90) is above 100000

]



StockFetcher Forums · General Discussion · Volume * Price Momentum Oscillator (V*PMO)<< 1 2 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.