<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>TOS_thinkscript at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/TOS_thinkscript/</link>
    <description>Think or Swim Thinkscript programmer</description>

    <item>
      <title>Re: Scan script using major indices?</title>
      <pubDate>Sat, 25 May 2013 21:16:42 GMT</pubDate>
      <dc:creator>tos_susie</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16457</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16457</guid>
      <description>hehe.. Great advice, Joe.  I do the same, especially if I add new logic to the code.  I test each statement separately to make sure that every single condition</description>
    </item>
    <item>
      <title>Re: Creation of Multiple time frame charts</title>
      <pubDate>Sat, 25 May 2013 21:05:50 GMT</pubDate>
      <dc:creator>jmh150</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16456</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16456</guid>
      <description>I&#39;d like to add a note about multiple charts.  Just because one has the ability to display multiple charts in multiple timeframes doesn&#39;t mean they are</description>
    </item>
    <item>
      <title>Re: First Pullback Scan</title>
      <pubDate>Sat, 25 May 2013 20:42:01 GMT</pubDate>
      <dc:creator>armesj</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16455</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16455</guid>
      <description>Try this: input price = close; def avg1 = Average(price, 3); def avg2 = Average(price, 20); def avg3 = Average(price, 50); def avg4 = Average(price, 200); def</description>
    </item>
    <item>
      <title>Re: Scan script using major indices?</title>
      <pubDate>Sat, 25 May 2013 20:37:32 GMT</pubDate>
      <dc:creator>jmh150</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16454</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16454</guid>
      <description>Susie One thing that stands out is your criteria for the VIX--in a down market the VIX will generally rise  (ie Close of VIX&gt;Open of VIX) What happens when</description>
    </item>
    <item>
      <title>Re: Creation of Multiple time frame charts</title>
      <pubDate>Sat, 25 May 2013 20:27:58 GMT</pubDate>
      <dc:creator>Lisa Kowalik</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16453</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16453</guid>
      <description>The way I do it is to have multiple time frame charts (either under Charts or Flexible Grid) preset and linked together. You link them by using the color coded</description>
    </item>
    <item>
      <title>Re: Scan script using major indices?</title>
      <pubDate>Sat, 25 May 2013 19:24:34 GMT</pubDate>
      <dc:creator>tos_susie</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16452</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16452</guid>
      <description>Any suggestions/advice would be great help. input symSPX = &quot;SPX&quot;; input symNAS = &quot;COMP&quot;; input symDOW = &quot;$DJI&quot;; input symRUT = &quot;RUT&quot;; input symVIX = &quot;VIX&quot;; </description>
    </item>
    <item>
      <title>Creation of Multiple time frame charts</title>
      <pubDate>Sat, 25 May 2013 19:12:39 GMT</pubDate>
      <dc:creator>bkhurana43</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16451</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16451</guid>
      <description>How do I create multiple (15min, 30min, 1hour and a daily) charts simulteneously by Right Clicking on one Stock Symbol from my scanned list and then selecting</description>
    </item>
    <item>
      <title>Re: First Pullback Scan</title>
      <pubDate>Sat, 25 May 2013 18:54:59 GMT</pubDate>
      <dc:creator>bkhurana43</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16450</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16450</guid>
      <description>Thanks for your help. Bob</description>
    </item>
    <item>
      <title>Scan script using major indices?</title>
      <pubDate>Sat, 25 May 2013 18:44:56 GMT</pubDate>
      <dc:creator>tos_susie</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16449</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16449</guid>
      <description>Hi All, I was wondering if it is possible to write a script to scan for stocks that are trading &#43;ve when the major indices are down/up.  Something like... if</description>
    </item>
    <item>
      <title>Re: Average &quot;daily&quot; volume</title>
      <pubDate>Sat, 25 May 2013 17:18:21 GMT</pubDate>
      <dc:creator>tos_susie</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16447</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16447</guid>
      <description>Thank you, Joe.  I agree.  I was trying to write it as a one line code in TOS :)  and Richard helped me with that. Susie</description>
    </item>
    <item>
      <title>Re: Average &quot;daily&quot; volume</title>
      <pubDate>Sat, 25 May 2013 17:08:33 GMT</pubDate>
      <dc:creator>tos_susie</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16446</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16446</guid>
      <description>This is very helpful.  Thank you, Richard. Susie</description>
    </item>
    <item>
      <title>Re: First Pullback Scan</title>
      <pubDate>Sat, 25 May 2013 16:49:16 GMT</pubDate>
      <dc:creator>tos_susie</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16445</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16445</guid>
      <description>Thank you, Richard. Susie</description>
    </item>
    <item>
      <title>Re: Average &quot;daily&quot; volume</title>
      <pubDate>Sat, 25 May 2013 16:47:01 GMT</pubDate>
      <dc:creator>Richard Houser</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16444</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16444</guid>
      <description>The following works as a study, omit the &quot;declare lower;&quot; if you want to use it directly in a scan or column. declare lower; input volTarget        = 200000; </description>
    </item>
    <item>
      <title>Re: Average &quot;daily&quot; volume</title>
      <pubDate>Sat, 25 May 2013 16:32:19 GMT</pubDate>
      <dc:creator>jmh150</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16443</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16443</guid>
      <description>Susie One has to use a max/ min type approach.  In your case it would be &quot;minimum volume in the last 20 days &gt;= 200000&quot;.  If the minimum volume is greater</description>
    </item>
    <item>
      <title>Re: Average &quot;daily&quot; volume</title>
      <pubDate>Sat, 25 May 2013 16:27:26 GMT</pubDate>
      <dc:creator>Richard Houser</dc:creator>
      <link>http://groups.yahoo.com/group/TOS_thinkscript/message/16442</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/TOS_thinkscript/message/16442</guid>
      <description>&quot;volume&quot; after market close for the day. Before market close &quot;volume&quot; is the cumulative volume for the day and it will continuously update while the market is</description>
    </item>

  </channel>
</rss>
<!-- rss1.grp.bf1.yahoo.com uncompressed Sat May 25 14:52:45 PDT 2013 -->
