<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>BullCharts : Adaptive Elastic Weighted MA</title>
  <link>http://www.bullcharts.com.au/forum/</link>
  <description>This is an XML content feed of; BullCharts : BullScript : Adaptive Elastic Weighted MA</description>
  <copyright>Copyright (c) 2006-2009 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 09:02:41 +0000</pubDate>
  <lastBuildDate>Mon, 27 Apr 2020 07:55:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.bullcharts.com.au/forum/RSS_post_feed.asp?TID=1020</WebWizForums:feedURL>
  <image>
   <title>BullCharts</title>
   <url>http://www.bullcharts.com.au/forum/http://www.bullcharts.com.au/images/bull_logo.gif</url>
   <link>http://www.bullcharts.com.au/forum/</link>
  </image>
  <item>
   <title>Adaptive Elastic Weighted MA : Thank you Maximo. Will give it...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3606#3606</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=5379" rel="nofollow">SayaPolo</a><br /><strong>Subject:</strong> 1020<br /><strong>Posted:</strong> 27&nbsp;Apr&nbsp;2020 at 7:55am<br /><br />Thank you Maximo. Will give it a try.<div><br></div><div>Cheers,</div><div>SayaPolo</div>]]>
   </description>
   <pubDate>Mon, 27 Apr 2020 07:55:12 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3606#3606</guid>
  </item> 
  <item>
   <title>Adaptive Elastic Weighted MA :    The #numbers apply to the...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3605#3605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=189" rel="nofollow">maximo</a><br /><strong>Subject:</strong> 1020<br /><strong>Posted:</strong> 27&nbsp;Apr&nbsp;2020 at 2:05am<br /><br /><div>The #numbers apply to the use of indicator variables in sequence.</div><div>You probably want to use a Close greater or less than #3</div><div>As a filter you could also try two or more Closes greater or less than #3 VWMA</div><div>So a rule might be to exit on two red bars or re-enter on two green bars.</div><div><br></div><div>#1&nbsp; =factor</div><div>#2&nbsp; =n</div><div>#3&nbsp; =VWMA</div><div><br></div><span style="font-size:10px"><br /><br />Edited by maximo - 27&nbsp;Apr&nbsp;2020 at 2:16am</span>]]>
   </description>
   <pubDate>Mon, 27 Apr 2020 02:05:20 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3605#3605</guid>
  </item> 
  <item>
   <title>Adaptive Elastic Weighted MA : Hi Maximo,  Thanks you for posting...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3604#3604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=5379" rel="nofollow">SayaPolo</a><br /><strong>Subject:</strong> 1020<br /><strong>Posted:</strong> 02&nbsp;Apr&nbsp;2020 at 3:30pm<br /><br /><p ="Ms&#111;normal">Hi Maximo,<o:p></o:p></p><p ="Ms&#111;normal">Thanks you for posting the “Adaptive Elastic Volume WeightedMoving Average” indicator. I have applied it on some charts and it looks verypromising. &nbsp;I am trying to create a scanfor stocks whose close crosses above this indicator. However in the Parameters area, Bull chart ask meto use results #1,#2 or #3. Do you know what this means? Would appreciate verymuch if you can assist me in creating a scan. Many thanks.<o:p></o:p></p><p ="Ms&#111;normal">Cheers.</p>]]>
   </description>
   <pubDate>Thu, 02 Apr 2020 15:30:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3604#3604</guid>
  </item> 
  <item>
   <title>Adaptive Elastic Weighted MA :  factor:=Input(&amp;#034;Weighting...</title>
   <link>http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3552#3552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.bullcharts.com.au/forum/member_profile.asp?PF=189" rel="nofollow">maximo</a><br /><strong>Subject:</strong> 1020<br /><strong>Posted:</strong> 19&nbsp;Feb&nbsp;2018 at 4:46pm<br /><br />&#091;Description="Adaptive Elastic Volume Weighted Moving Average"; Author=Max&#093;<br />factor:=Input("Weighting ",14);<br />&#091;target=price&#093;<br />n:=ma(V,100,S)*factor; { 100 days volume }<br />VWMA:= ((n-V)*PREV+(V*C))/n;<br />&#091;color=rgb(128,128,255); width=2&#093;<br />VWMA;<br />&#091;linestyle=pricecolor&#093;<br />&#091;color=rgb(0,174,0)&#093; if(C&gt;=VWMA,1,0);<br />&#091;color=rgb(255,85,85)&#093; if(C&lt;VWMA,1,0);<br /><br /><br /><img src="uploads/189/Adaptive.Elastic.Volume.Weighted.MA.png" border="0" /><span style="font-size:10px"><br /><br />Edited by maximo - 22&nbsp;Feb&nbsp;2018 at 5:13pm</span>]]>
   </description>
   <pubDate>Mon, 19 Feb 2018 16:46:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.bullcharts.com.au/forum/forum_posts.asp?TID=1020&amp;PID=3552#3552</guid>
  </item> 
 </channel>
</rss>