PureBytes Links
Trading Reference Links
|
Use the same way as you would use a probability static bell curve of deviations.
Market Price Channel Bell Curve
==========================================
MP() - 3.0*(MP() - L);
MP() - 2.0*(MP() - L);
MP() - 1.6*(MP() - L);
MP() - 1.3*(MP() - L);
MP() - 1*(MP() - L);
MP() - 0.8*(MP() - L);
MP() - 0.6*(MP() - L);
MP() - 0.4*(MP() - L);
MP() - 0.3*(MP() - L);
MP() - 0.2*(MP() - L);
MP() - 0.1*(MP() - L);
MP() + 0.1*(H-MP());
MP();
MP() + 0.2*(H-MP());
MP() + 0.3*(H-MP());
MP() + 0.4*(H-MP());
MP() + 0.6*(H-MP());
MP() + 0.8*(H-MP());
MP() + 1*(H-MP());
MP() + 1.3*(H-MP());
MP() + 1.6*(H-MP());
MP() + 2.0*(H-MP());
MP() + 3.0*(H-MP());
------------------------------------
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:
equismetastock-digest@xxxxxxxxxxxxxxx
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/
|