| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Tuly,
   
  Is this what you want?
  ------------------
Market Thermometer
------------------
  If((H<Ref(H,-1) AND L>Ref(L,-1)), 0, 
If(((H - Ref(H,-1)) > (Ref(L,-1) - L)), 
H - Ref(H,-1), Ref(L,-1) - L))
   
  I'm not sure what it is supposed to do, I copied the formula from Dr. Elder book.
  Hope it helps.
   
  Eduardo
tulyseal <tulyseal@xxxxxxxxx> wrote:
          Hello Everybody,
Can somebody provide me the "Market Thermometer" indicator of 
Dr.Alexander Elder? Thank you.
Tuly
         
 		
---------------------------------
 All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease of use." - PC Magazine
[Non-text portions of this message have been removed]
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)
<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |