<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Intraday Scanning With Ameritrade StrategyDesk 1.0</title>
	<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/</link>
	<description>Stocks, Options, Currencies and One Big Dummy</description>
	<pubDate>Fri, 18 May 2012 20:32:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Will</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-3038</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 09 May 2007 15:31:03 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-3038</guid>
		<description>Cindy- I've sent you an email with more info on saving these files in the current version of StrategyDesk.  Thanks for visiting!</description>
		<content:encoded><![CDATA[<p>Cindy- I&#8217;ve sent you an email with more info on saving these files in the current version of StrategyDesk.  Thanks for visiting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-3037</link>
		<dc:creator>Cindy</dc:creator>
		<pubDate>Tue, 08 May 2007 14:45:31 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-3037</guid>
		<description>HI - Thanks much for the list idea.  I cant seem to get it to imiport.  I ve got it on the notepad.  Is there anyone who can assist me?  This file name above..
TD AMERITRADE\StrategyDesk\Symbols\Stock Indexes.sym 
Am i supposed to save it directly in the stock indexes folder in ameritrade?  When I try to do that, it does not allow.

ANy hlep would be greatly appreciated! Please feel free to email direct at "cingross -at- cox (dot) net"</description>
		<content:encoded><![CDATA[<p>HI - Thanks much for the list idea.  I cant seem to get it to imiport.  I ve got it on the notepad.  Is there anyone who can assist me?  This file name above..<br />
TD AMERITRADE\StrategyDesk\Symbols\Stock Indexes.sym<br />
Am i supposed to save it directly in the stock indexes folder in ameritrade?  When I try to do that, it does not allow.</p>
<p>ANy hlep would be greatly appreciated! Please feel free to email direct at &#8220;cingross -at- cox (dot) net&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TDAmeritrade StrategyDesk 1.2 - Looks Like Someone Is Listening &#149; dummyspots.com</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-2976</link>
		<dc:creator>TDAmeritrade StrategyDesk 1.2 - Looks Like Someone Is Listening &#149; dummyspots.com</dc:creator>
		<pubDate>Sat, 14 Apr 2007 04:16:17 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-2976</guid>
		<description>[...] DummySpots: (in this article I described how to download and create your own StrategyDesk symbol list for the Nasdaq Comp and other indices that inexplicably were not included with the program) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] DummySpots: (in this article I described how to download and create your own StrategyDesk symbol list for the Nasdaq Comp and other indices that inexplicably were not included with the program) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1613</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 12 Mar 2007 11:12:49 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1613</guid>
		<description>Mike- thanks for the visit!  We've covered the gap formula and a couple of others already &lt;a href="http://dummyspots.com/2007/02/tdameritrade-strategydesk-for-intraday-scanning-ch-2/" rel="nofollow"&gt;in a separate post&lt;/a&gt;, but I appreciate your generosity and look forward to your input.  "Without a decent reference, we need all the help we can get."</description>
		<content:encoded><![CDATA[<p>Mike- thanks for the visit!  We&#8217;ve covered the gap formula and a couple of others already <a href="http://dummyspots.com/2007/02/tdameritrade-strategydesk-for-intraday-scanning-ch-2/" rel="nofollow">in a separate post</a>, but I appreciate your generosity and look forward to your input.  &#8220;Without a decent reference, we need all the help we can get.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Griggs</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1612</link>
		<dc:creator>Mike Griggs</dc:creator>
		<pubDate>Mon, 12 Mar 2007 08:59:08 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1612</guid>
		<description>Here's the code for "2% Gap Up at Open"

((Bar[Open,D] - Bar[Close,D,1] )/ Bar[Close,D,1] )*100 &#62;= 2

Here's the code for "2% Gap Down at Open"

((Bar[Close,D,1] - Bar[Open,D])/ Bar[Close,D,1] )*100 &#62;= 2

Drop me an email directly if you need some help with the programming of the formulas.
Mike
info@stringsandbeyond.com</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the code for &#8220;2% Gap Up at Open&#8221;</p>
<p>((Bar[Open,D] - Bar[Close,D,1] )/ Bar[Close,D,1] )*100 &gt;= 2</p>
<p>Here&#8217;s the code for &#8220;2% Gap Down at Open&#8221;</p>
<p>((Bar[Close,D,1] - Bar[Open,D])/ Bar[Close,D,1] )*100 &gt;= 2</p>
<p>Drop me an email directly if you need some help with the programming of the formulas.<br />
Mike<br />
<a href="mailto:info@stringsandbeyond.com">info@stringsandbeyond.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1435</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sun, 25 Feb 2007 01:27:27 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1435</guid>
		<description>Gabriel- thank you so much for the volume formula!  That'll save a lot of work!  I know sometimes Wordpress' trying to "help" by converting symbols to code is a royal PITA; I end up using a lot of escaped characters when I'm trying to present a sample, especially of HTML itself or PHP.  I appreciate your going to the effort to get that formula to show up in the comments (although it still looks like it chopped off the last operator, but I get the gist).

I've also had some problems with SD's inability to interpret more than a couple of nested parentheses (i.e. wonder if we could eliminate the repeat of the volume/price test by putting the OR statment in parentheses after the second AND)... I guess Excel has spoiled me over the years and I'm used to putting 20 or more parenthetical statements inside each other.  I'm in the middle of a long string of work days, including the weekend, but I'm following up a little tonight with a new post.

Please feel free to comment and share your formulas whenever you like.  We may end up with our own "unofficial" users' manual, or God forbid, make some money!</description>
		<content:encoded><![CDATA[<p>Gabriel- thank you so much for the volume formula!  That&#8217;ll save a lot of work!  I know sometimes Wordpress&#8217; trying to &#8220;help&#8221; by converting symbols to code is a royal PITA; I end up using a lot of escaped characters when I&#8217;m trying to present a sample, especially of HTML itself or PHP.  I appreciate your going to the effort to get that formula to show up in the comments (although it still looks like it chopped off the last operator, but I get the gist).</p>
<p>I&#8217;ve also had some problems with SD&#8217;s inability to interpret more than a couple of nested parentheses (i.e. wonder if we could eliminate the repeat of the volume/price test by putting the OR statment in parentheses after the second AND)&#8230; I guess Excel has spoiled me over the years and I&#8217;m used to putting 20 or more parenthetical statements inside each other.  I&#8217;m in the middle of a long string of work days, including the weekend, but I&#8217;m following up a little tonight with a new post.</p>
<p>Please feel free to comment and share your formulas whenever you like.  We may end up with our own &#8220;unofficial&#8221; users&#8217; manual, or God forbid, make some money!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1429</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sat, 24 Feb 2007 23:20:12 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1429</guid>
		<description>ARG!  The script looks like HTML code to the page!  Here's the script, hopefully postable:


(( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND   Last &#62; 20  AND Bar[Open,D] - Bar[Close,D,1] &#62;= 1)  OR ( ( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND   Last &#62; 20  AND Bar[Open,D] - Bar[Close,D,1] </description>
		<content:encoded><![CDATA[<p>ARG!  The script looks like HTML code to the page!  Here&#8217;s the script, hopefully postable:</p>
<p>(( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND   Last &gt; 20  AND Bar[Open,D] - Bar[Close,D,1] &gt;= 1)  OR ( ( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND   Last &gt; 20  AND Bar[Open,D] - Bar[Close,D,1]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1428</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sat, 24 Feb 2007 23:18:16 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1428</guid>
		<description>ugh, my post was too long, here's the rest:

(( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND   Last &#62; 20  AND Bar[Open,D] - Bar[Close,D,1] &#62;= 1)  OR ( ( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND   Last &#62; 20  AND Bar[Open,D] - Bar[Close,D,1] </description>
		<content:encoded><![CDATA[<p>ugh, my post was too long, here&#8217;s the rest:</p>
<p>(( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND   Last &gt; 20  AND Bar[Open,D] - Bar[Close,D,1] &gt;= 1)  OR ( ( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND   Last &gt; 20  AND Bar[Open,D] - Bar[Close,D,1]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1427</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sat, 24 Feb 2007 23:16:33 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1427</guid>
		<description>Ok, I've got a bit more data here.    Now, while you can't scan the entire market, you can filter for average volume with a little massaging.

In this Formula:  Bar[Volume,D] &#62; 1   

The D Stands for day.  You can Also use W,M or Y for Week, Month or Year respectively.  So, I took your $COMPX list and scanned for Securities with an average volume of &#62; than 200,000  average for the month. 

    ( Bar[Volume,M,1] / 30 ) &#62; 200000

I used the volume for the previous month since I assume on march 1st the month volume will only be a days volume.

Here I added a test for LAST trade of greater than 20:

    ( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND  Last &#62; 20


Next, I added their example gap test:


( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND   Last &#62; 20  AND Bar[Open,D] - Bar[Close,D,1] &#62;= 2   


That's only for a 2 point gap UP, we've have to have a duplicate formula for gap down.   Plus, 2 points is allot for some stocks, but not for others.  I'd like a way scan for a % gap up or down.


Here's the Big ugly Formula for Up or Down 1 point.  All I did was duplicate the previous formula, add an OR operator and change the gap check.  


(( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND   Last &#62; 20  AND Bar[Open,D] - Bar[Close,D,1] &#62;= 1)  OR ( ( (Bar[Volume,M,1] / 30) &#62; 200000 )  AND   Last &#62; 20  AND Bar[Open,D] - Bar[Close,D,1] </description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ve got a bit more data here.    Now, while you can&#8217;t scan the entire market, you can filter for average volume with a little massaging.</p>
<p>In this Formula:  Bar[Volume,D] &gt; 1   </p>
<p>The D Stands for day.  You can Also use W,M or Y for Week, Month or Year respectively.  So, I took your $COMPX list and scanned for Securities with an average volume of &gt; than 200,000  average for the month. </p>
<p>    ( Bar[Volume,M,1] / 30 ) &gt; 200000</p>
<p>I used the volume for the previous month since I assume on march 1st the month volume will only be a days volume.</p>
<p>Here I added a test for LAST trade of greater than 20:</p>
<p>    ( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND  Last &gt; 20</p>
<p>Next, I added their example gap test:</p>
<p>( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND   Last &gt; 20  AND Bar[Open,D] - Bar[Close,D,1] &gt;= 2   </p>
<p>That&#8217;s only for a 2 point gap UP, we&#8217;ve have to have a duplicate formula for gap down.   Plus, 2 points is allot for some stocks, but not for others.  I&#8217;d like a way scan for a % gap up or down.</p>
<p>Here&#8217;s the Big ugly Formula for Up or Down 1 point.  All I did was duplicate the previous formula, add an OR operator and change the gap check.  </p>
<p>(( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND   Last &gt; 20  AND Bar[Open,D] - Bar[Close,D,1] &gt;= 1)  OR ( ( (Bar[Volume,M,1] / 30) &gt; 200000 )  AND   Last &gt; 20  AND Bar[Open,D] - Bar[Close,D,1]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1426</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Sat, 24 Feb 2007 21:51:57 +0000</pubDate>
		<guid>http://dummyspots.com/2007/02/intraday-scanning-with-ameritrade-strategydesk-10/#comment-1426</guid>
		<description>You rock!  Thanks for the symbol lists. I just started playing with strategy desk.  Your symbol lists should  saved me a lot of labor.  

Thanks--</description>
		<content:encoded><![CDATA[<p>You rock!  Thanks for the symbol lists. I just started playing with strategy desk.  Your symbol lists should  saved me a lot of labor.  </p>
<p>Thanks&#8211;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

