<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: TDAmeritrade StrategyDesk Formula To Exclude First 10 Minutes</title>
	<link>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/</link>
	<description>Stocks, Options, Currencies and One Big Dummy</description>
	<pubDate>Tue, 06 Jan 2009 04:06:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: doc40</title>
		<link>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3545</link>
		<author>doc40</author>
		<pubDate>Thu, 20 Sep 2007 16:19:25 +0000</pubDate>
		<guid>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3545</guid>
		<description>StratD Guy:

There's a thing called "bad print" where a large tick appears in the SD data stream.  Sometimes these are errors that have not been corrected or just one-time trades.  I've been adding a 1-min ATR to my formulas to prevent triggering on these events.  I've set the ATRs threshold to 0.1 but may change that as I gain experence using it.

I've been backtesting and realtime testing strategies using SD since April and although I now have a strategy I want to use for automatic trading I still don't trust the data.</description>
		<content:encoded><![CDATA[<p>StratD Guy:</p>
<p>There&#8217;s a thing called &#8220;bad print&#8221; where a large tick appears in the SD data stream.  Sometimes these are errors that have not been corrected or just one-time trades.  I&#8217;ve been adding a 1-min ATR to my formulas to prevent triggering on these events.  I&#8217;ve set the ATRs threshold to 0.1 but may change that as I gain experence using it.</p>
<p>I&#8217;ve been backtesting and realtime testing strategies using SD since April and although I now have a strategy I want to use for automatic trading I still don&#8217;t trust the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StratD Guy</title>
		<link>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3495</link>
		<author>StratD Guy</author>
		<pubDate>Fri, 14 Sep 2007 02:40:16 +0000</pubDate>
		<guid>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3495</guid>
		<description>That actually helps a lot, nice job.  I can write some pretty advanced trading strategies with Strategy Desk, but for some reason my brain quit on me for this one.  Thanks a lot!  Great site.</description>
		<content:encoded><![CDATA[<p>That actually helps a lot, nice job.  I can write some pretty advanced trading strategies with Strategy Desk, but for some reason my brain quit on me for this one.  Thanks a lot!  Great site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3494</link>
		<author>Will</author>
		<pubDate>Fri, 14 Sep 2007 02:28:55 +0000</pubDate>
		<guid>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3494</guid>
		<description>StratD Guy,
The only way I know to specify that at least a week has passed is as follows:

&lt;span style="color: green;"&gt;&lt;strong&gt;Bar[Close,D,1] &lt;&gt; EntryPrice AND Bar[Close,D,2] &lt;&gt; EntryPrice AND Bar[Close,D,3] &lt;&gt; EntryPrice AND Bar[Close,D,4] &lt;&gt; EntryPrice AND Bar[Close,D,5] &lt;&gt; EntryPrice AND Bar[Close,D,6] &lt;&gt; EntryPrice AND Bar[Close,D,7] &lt;&gt; EntryPrice&lt;/strong&gt;&lt;/span&gt;

It's tedious, but hey, welcome to StrategyDesk.  Also, please note that this formula assumes that NO OTHER DAY CLOSES AT EXACTLY THE SAME PRICE AS YOUR ENTRY DAY.  If, by some fateful coincidence, the price closes on day 5 (or day 105) at EXACTLY the same price as the day you bought, StrategyDesk will start counting from zero all over.  Exercise much caution.

Aside from that, all you'd have to do is add an "AND" and either a "Last" or "Bar[Close]" is greater than 1.03.  For example:

&lt;span style="color: blue;"&gt;&lt;strong&gt;(Last &#62; EntryPrice * 1.03) AND &lt;/strong&gt;&lt;/span&gt;&lt;span style="color: green;"&gt;&lt;strong&gt;Bar[Close,D,1] &lt;&gt; EntryPrice AND Bar[Close,D,2] &lt;&gt; EntryPrice AND Bar[Close,D,3] &lt;&gt; EntryPrice AND Bar[Close,D,4] &lt;&gt; EntryPrice AND Bar[Close,D,5] &lt;&gt; EntryPrice AND Bar[Close,D,6] &lt;&gt; EntryPrice AND Bar[Close,D,7] &lt;&gt; EntryPrice&lt;/strong&gt;&lt;/span&gt;

Hope this helps!</description>
		<content:encoded><![CDATA[<p>StratD Guy,<br />
The only way I know to specify that at least a week has passed is as follows:</p>
<p><span style="color: green;"><strong>Bar[Close,D,1] <> EntryPrice AND Bar[Close,D,2] <> EntryPrice AND Bar[Close,D,3] <> EntryPrice AND Bar[Close,D,4] <> EntryPrice AND Bar[Close,D,5] <> EntryPrice AND Bar[Close,D,6] <> EntryPrice AND Bar[Close,D,7] <> EntryPrice</strong></span></p>
<p>It&#8217;s tedious, but hey, welcome to StrategyDesk.  Also, please note that this formula assumes that NO OTHER DAY CLOSES AT EXACTLY THE SAME PRICE AS YOUR ENTRY DAY.  If, by some fateful coincidence, the price closes on day 5 (or day 105) at EXACTLY the same price as the day you bought, StrategyDesk will start counting from zero all over.  Exercise much caution.</p>
<p>Aside from that, all you&#8217;d have to do is add an &#8220;AND&#8221; and either a &#8220;Last&#8221; or &#8220;Bar[Close]&#8221; is greater than 1.03.  For example:</p>
<p><span style="color: blue;"><strong>(Last &gt; EntryPrice * 1.03) AND </strong></span><span style="color: green;"><strong>Bar[Close,D,1] <> EntryPrice AND Bar[Close,D,2] <> EntryPrice AND Bar[Close,D,3] <> EntryPrice AND Bar[Close,D,4] <> EntryPrice AND Bar[Close,D,5] <> EntryPrice AND Bar[Close,D,6] <> EntryPrice AND Bar[Close,D,7] <> EntryPrice</strong></span></p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StratD Guy</title>
		<link>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3491</link>
		<author>StratD Guy</author>
		<pubDate>Thu, 13 Sep 2007 21:23:13 +0000</pubDate>
		<guid>http://dummyspots.com/2007/09/tdameritrade-strategydesk-formula-to-exclude-first-10-minutes/#comment-3491</guid>
		<description>Nice info.  Can you help me with this:

What is a formula for the following:
After at least one week, sell when the the stock has risen at least 3%.
(ie: dont sell within the first week)

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Nice info.  Can you help me with this:</p>
<p>What is a formula for the following:<br />
After at least one week, sell when the the stock has risen at least 3%.<br />
(ie: dont sell within the first week)</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
