Eman93 4,750 posts msg #74290 - Ignore Eman93 modified | 
5/10/2009 10:56:11 PM
  tweek
 
  	    
 
  | 
Eman93 4,750 posts msg #74292 - Ignore Eman93 | 
5/11/2009 1:58:08 AM
  On the Pull Back....
 
  	    
 
  | 
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....
 
 
  	    
 
  	    
 
  	    
 
  | 
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
 
  |