<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forum.equis.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Forum Feedback</title><link>http://forum.equis.com/forums/3034/ShowForum.aspx</link><description>Ideas related to forum development... what's working and what's not?! &lt;br&gt;
Are there new features you would like to see implemented? </description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Debug Build: 60217.2664)</generator><item><title>Re: Potentiel W</title><link>http://forum.equis.com/forums/thread/28299.aspx</link><pubDate>Wed, 19 Nov 2008 02:17:14 GMT</pubDate><guid isPermaLink="false">2fa994ca-da92-4cc0-8578-1c713492f1d7:28299</guid><dc:creator>carcajou</dc:creator><slash:comments>0</slash:comments><comments>http://forum.equis.com/forums/thread/28299.aspx</comments><wfw:commentRss>http://forum.equis.com/forums/commentrss.aspx?SectionID=3034&amp;PostID=28299</wfw:commentRss><description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Carcajou&lt;/P&gt;</description></item><item><title>Re: Potentiel W</title><link>http://forum.equis.com/forums/thread/28220.aspx</link><pubDate>Wed, 12 Nov 2008 23:26:00 GMT</pubDate><guid isPermaLink="false">2fa994ca-da92-4cc0-8578-1c713492f1d7:28220</guid><dc:creator>wabbit</dc:creator><slash:comments>0</slash:comments><comments>http://forum.equis.com/forums/thread/28220.aspx</comments><wfw:commentRss>http://forum.equis.com/forums/commentrss.aspx?SectionID=3034&amp;PostID=28220</wfw:commentRss><description>Hi Carcajou,&lt;br&gt;&lt;br&gt;Welcome to the forum.&lt;br&gt;&lt;br&gt;Have a read in the MS Users Manual about how to use the Explorer to find stocks that meet certain criteria.&amp;nbsp; Use a filter condition to select the required stocks, or eliminate those not required, something like this?&lt;br&gt;&lt;br&gt;&lt;center&gt;&lt;table width="90%" align="center" cellspacing="1" cellpadding="2" border="0" class="code"&gt;&lt;tr&gt;&lt;td class="code_header" align="left"&gt;Code:&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="code" align="left"&gt;&lt;br&gt;{filter}&lt;br&gt;bas400:=LLV(L,400);&lt;br&gt;pct:=0.02;&lt;br&gt;&lt;br&gt;(L &amp;lt; (1+pct)*bas400)&lt;br&gt;&amp;nbsp;AND&lt;br&gt;(L &amp;gt; (1-pct)*bas400);&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/center&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;&lt;br&gt;wabbit &lt;img src="/emoticons/emotion-2.gif" alt="Big Smile [:D]" /&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>Potentiel W</title><link>http://forum.equis.com/forums/thread/28152.aspx</link><pubDate>Thu, 06 Nov 2008 02:43:01 GMT</pubDate><guid isPermaLink="false">2fa994ca-da92-4cc0-8578-1c713492f1d7:28152</guid><dc:creator>carcajou</dc:creator><slash:comments>0</slash:comments><comments>http://forum.equis.com/forums/thread/28152.aspx</comments><wfw:commentRss>http://forum.equis.com/forums/commentrss.aspx?SectionID=3034&amp;PostID=28152</wfw:commentRss><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I try to find stcok on potentiel support zone.&lt;/P&gt;
&lt;P&gt;I try the template and the indicators on Metastock, I try that : &lt;/P&gt;
&lt;P class=MsoNormal&gt;LookBack := Input("Look Back Periods",1,1000,10);&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Resistance :=ValueWhen(1,Cross(Mov(C, LookBack,&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;S),C),HHV(H, LookBack));&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Support :=ValueWhen(1,Cross(C,Mov(C, LookBack,&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;S)),LLV(L, LookBack));&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Resistance;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Support;&lt;/P&gt;
&lt;P&gt;and this one ; &lt;/P&gt;
&lt;P class=MsoNormal&gt;PrCnt:=Input("Percentage",0,100,10);&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;LookBack:= Input("Look Back Periods",1,1000,10);&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Resistance:=ValueWhen(1,Cross(Mov(C,LookBack,S),C),HHV(H,LookBack));&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Support:=ValueWhen(1,Cross(C,Mov(C,LookBack,S)),LLV(L,LookBack));&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Resistance * ((100-prcnt)/100);&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;Support * ((prcnt/100)+1);&lt;/P&gt;
&lt;P class=MsoNormal&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;If low was : &lt;/P&gt;
&lt;P class=MsoNormal&gt;bas400:=L &amp;lt;= Ref(LLV(L,400),-1);&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;bas400&lt;/P&gt;
&lt;P class=MsoNormal&gt;
&lt;P&gt;How I can find stocks around 2% more or less bas400 ?&lt;/P&gt;
&lt;P&gt;Carcajou&lt;/P&gt;&lt;/P&gt;</description></item></channel></rss>