StockFetcher Forums · Filter Exchange · some very very important questions and info- finding reversals<< 1 2 >>Post Follow-up
Eman93
4,750 posts
msg #74290
Ignore Eman93
modified
5/10/2009 10:56:11 PM

tweek

Fetcher[close is above 1
SET{WM%,weekly atr(8)/ weekly ema(8)}
draw weekly MACD (2,3,1)
add column weekly macd (2,3,1)
ADD COLUMN WM%
optionable
weekly MACD (2,3,1) > weekly MACD (2,3,1) 1 day ago
weekly MACD (2,3,1) 1 day ago < weekly MACD (2,3,1) 2 days ago
weekly MACD (2,3,1) 1 day ago < weekly MACD (2,3,1) 3 days ago
weekly MACD (2,3,1) 1 day ago < weekly MACD (2,3,1) 4 days ago

volume > 500000
Weekly macd (2,3,1) > -.05
Weekly macd (2,3,1) < 0
sort column 6 descending
add column weekly rsi(2)
ADD COLUMN SEPARATOR
add column industry
ADD COLUMN SEPARATOR
]



Eman93
4,750 posts
msg #74292
Ignore Eman93
5/11/2009 1:58:08 AM

On the Pull Back....

Fetcher[/*Eman Weekly MACD PULL BACK*/
close is above 1
Average Volume(30) is above 500000

SET{WM%,weekly atr(8)/ weekly ema(8)}
draw weekly MACD (2,3,1)
ADD COLUMN WM%

Weekly macd (2,3,1) 1 week ago < Weekly macd (2,3,1) 2 week ago
Weekly macd (2,3,1) 3 week ago < Weekly macd (2,3,1) 4 week ago
weekly MACD (2,3,1) < weekly MACD (2,3,1) 1 week ago

add column Weekly macd (2,3,1)

/*Weekly macd (2,3,1) > - 0.05*/
Weekly macd (2,3,1) < 0
ADD COLUMN SEPARATOR
add column industry
ADD COLUMN SEPARATOR

sort column 5 descending
]



mystiq
650 posts
msg #74509
Ignore mystiq
modified
5/17/2009 10:25:24 PM

--let me throw in my macd filters:-->
/* macd zero trades */
weekly MACD (2,3,1) >= .000
weekly macd (2,3,1) < .001
add column weekly macd (2,3,1)
optionable
Historical Volatility(100,1) > 50
draw weekly VWMACD(2,3,1) on plot weekly VWMACD Histogram(2,3,9)

/* macd calls */
weekly MACD (2,3,1) > weekly MACD (2,3,1) 2 days ago
weekly MACD (2,3,1) 2 days ago > weekly MACD (2,3,1) 4 days ago
weekly MACD (2,3,1) > .00001
weekly MACD (2,3,1) < .02
optionable
Show stocks where the 3 day slope of the weekly MACD (2,3,1) is above 1
draw weekly VWMACD(2,3,1) on plot weekly VWMACD Histogram(2,3,9)

/* macd puts */
weekly MACD (2,3,1) < weekly MACD (2,3,1) 2 days ago
weekly MACD (2,3,1) 2 days ago < weekly MACD (2,3,1) 4 days ago
weekly MACD (2,3,1) < -.0001
weekly MACD (2,3,1) > -.003
optionable
Show stocks where the 3 day slope of the weekly MACD (2,3,1) is below 0
draw weekly VWMACD(2,3,1) on plot weekly VWMACD Histogram(2,3,9)

(-.-)



chetron
2,817 posts
msg #74510
Ignore chetron
5/17/2009 10:29:28 PM

clickable....


Fetcher[

/* macd zero trades */
weekly MACD (2,3,1) >= .000
weekly macd (2,3,1) < .001
add column weekly macd (2,3,1)
optionable
Historical Volatility(100,1) > 50
draw weekly VWMACD(2,3,1) on plot weekly VWMACD
]



Fetcher[

/* macd calls */
weekly MACD (2,3,1) > weekly MACD (2,3,1) 2 days ago
weekly MACD (2,3,1) 2 days ago > weekly MACD (2,3,1) 4 days ago
weekly MACD (2,3,1) > .00001
weekly MACD (2,3,1) < .02
optionable
Show stocks where the 3 day slope of the weekly MACD (2,3,1) is above 1
draw weekly VWMACD(2,3,1) on plot weekly VWMACD
]



Fetcher[
/* macd puts */
weekly MACD (2,3,1) < weekly MACD (2,3,1) 2 days ago
weekly MACD (2,3,1) 2 days ago < weekly MACD (2,3,1) 4 days ago
weekly MACD (2,3,1) < -.0001
weekly MACD (2,3,1) > -.003
optionable
Show stocks where the 3 day slope of the weekly MACD (2,3,1) is below 0
draw weekly VWMACD(2,3,1) on plot weekly VWMACD

]



cello13
88 posts
msg #74525
Ignore cello13
5/18/2009 2:24:13 AM

Hi all

Do you like an indicator, which gives the signal a little bit earlier than the macd(2,3,1)? Don't misunderstand me, the macd is great, but I like the combo with a stochastic indicator. Please try out stochastics with (3,2,1) which has to cross above 50 for a great signal. A little bit later the macd(2,3,1) normally crosses above 0. By the way, if RSI(2) crosses 50 almost the same time and comes from below 10-20, the stock should fly..

Tell me, what you think of this combo!

PS: Stochastics work with weekly or monthly data too. The problem with weekly or monthly data is always the time lag...

mystiq
650 posts
msg #74561
Ignore mystiq
5/19/2009 2:43:30 AM

cello13 5/18/2009 2:24:13 AM
Hi all
Do you like an indicator, which gives the signal a little bit earlier than the macd(2,3,1)? Don't misunderstand me, the macd is great, but I like the combo with a stochastic indicator. Please try out stochastics with (3,2,1) which has to cross above 50 for a great signal. A little bit later the macd(2,3,1) normally crosses above 0. By the way, if RSI(2) crosses 50 almost the same time and comes from below 10-20, the stock should fly..
Tell me, what you think of this combo!
PS: Stochastics work with weekly or monthly data too. The problem with weekly or monthly data is always the time lag...
===========================thx cello 4 the added info::just tweeked STOCH with RSI for a little punch:

set{STRSI, stochRSI(3,2)}
weekly MACD (2,3,1) >= .000
weekly macd (2,3,1) < .001
add column weekly macd (2,3,1)
optionable
Historical Volatility(100,1) > 50
draw weekly VWMACD(2,3,1) on plot weekly VWMACD Histogram(2,3,9)
draw stochastics(3,2,1) %k line at 50
draw strsi line at .50
add column strsi
add column stochastics(3,2,1) %k

cello13
88 posts
msg #74562
Ignore cello13
5/19/2009 3:25:30 AM

Hi Mystiq

Doesn't look that bad ;-)))

Thanks for writing the filter! Hope you'll like this combo of indicators.

Greets and happy trading
Marcel

StockFetcher Forums · Filter Exchange · some very very important questions and info- finding reversals<< 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.