maxreturn 745 posts msg #68341 - Ignore maxreturn | 
10/12/2008 4:12:33 PM
  TRO...couldn't disagree more.  This may be true for a daytrader but this is bad advice for someone who is looking to swing trade or position trade.  Weekly and monthly charts give clarity that the noise of a daily chart cannot provide.
 
  | 
chetron 2,817 posts msg #68658 - Ignore chetron modified | 
10/22/2008 8:05:35 AM
  HOW ABOUT THIS.......
 
 
  	    
 
 
 OR THAT....
 
  	    
 
  | 
mystiq 650 posts msg #74185 - Ignore mystiq modified | 
5/7/2009 4:13:13 AM
  need some feedback please: (-.-)
 put together a cheat sheet for price/volume/strength: any comments:
 price/       volume/      closing-range-position/   trade
 ====        =====         =================    ====
 up/             up/                top/                                     long
 up/             up/                bottom/                              short
 down/       up/                 top/                                     long
 down/       up/                 bottom/                             short
 up/            down/            top/                                    short
 up/            down/            bottom/                             short
 down/      down/             top/                                   long
 down/      down/             bottom/                            short
 
  | 
mystiq 650 posts msg #74807 - Ignore mystiq | 
5/28/2009 7:50:01 PM
  price action for PUTS---??
 ??
 high 1 day ago > high 2 days ago 
 high 1 day ago > high 3 days ago 
 low 1 day ago > low 2 days ago 
 low 1 day ago > low 3 days ago 
 close < close 1 day ago 
 optionable 
 volume > 5000000 
 close > 2 
 rb@ > .25
 
  | 
mystiq 650 posts msg #74905 - Ignore mystiq | 
6/1/2009 7:39:24 PM
  TRO --could you possibly walk thru a daily example of "all you need to look at is price action" method? i read all your posts and would love to see a charted one day example of say...IBM or any stock. thx 4 any kind of examples and if they are already posted, please POP to top. (-.-)
 
  | 
mystiq 650 posts msg #74918 - Ignore mystiq | 
6/2/2009 2:11:47 AM
  TRO - would it be fair to assume price action is determined by looking at the previous 5 Highs & Lows? so you basically need 5 price points to determine price direction? I am not including closing trading range or volume to simplify explanations. Thanks for any feedback- mystiq
 
  | 
mystiq 650 posts msg #75228 - Ignore mystiq | 
6/10/2009 8:39:11 AM
  TRO or *anybody*,  is this true according to your rules: for price action
 
 set{pau1,count(high > high 1 day ago, 1)}
 set{pau2,count(low > low 1 day ago, 1)}
 set{pau, pau1 + pau2}
 set{pad1,count(high < high 1 day ago,1)}
 set{pad2,count(low < low 1 day ago, 1)}
 set{pad, pad1 + pad2}
 
 pad = 2 ; price action going down
 pau = 2 ; price action going up
 
 ?? - thx for any feedback
 
  | 
chetron 2,817 posts msg #75247 - Ignore chetron modified | 
6/10/2009 6:44:24 PM
  CLICKABLE.....
 
 
  	    
 
  | 
mystiq 650 posts msg #75266 - Ignore mystiq modified | 
6/11/2009 1:31:08 AM
  updated (-.-)
 
 set{pau1,count(high > high 1 day ago, 2)} 
 set{pau2,count(low > low 1 day ago, 2)} 
 set{pau, pau1 + pau2} 
 set{pad1,count(high < high 1 day ago,2)} 
 set{pad2,count(low < low 1 day ago, 2)} 
 set{pad, pad1 + pad2} 
 
 
 pau/pad = 4; price action phase: TRENDING 
 pau/pad = 0; price action phase: RANGING
 pau/pad = 1 OR 2 OR 3; price action phase: BIAS CHANGE
 
  | 
mystiq 650 posts msg #75267 - Ignore mystiq | 
6/11/2009 4:23:14 AM
  TRO- can you help with this question: To find the price action direction on friday for example, do I use wednesdays high greater than tuesdays high....or thursdays high greater than wednesdays high? 
 ...And wednesdays low greater than tuesdays low or thursdays low greater than wednesdays low.
  *for higher highs and higher lows*  Thx 
 
 
  |