<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>redman59</title>
	<atom:link href="http://redman59.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://redman59.com</link>
	<description>&#34;A Site of my thoughts about the Market and Other Interests&#34;</description>
	<lastBuildDate>Sun, 21 Apr 2013 16:56:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='redman59.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>redman59</title>
		<link>http://redman59.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://redman59.com/osd.xml" title="redman59" />
	<atom:link rel='hub' href='http://redman59.com/?pushpress=hub'/>
		<item>
		<title>Scanning with ThinkorSwim: Stocks That Don&#8217;t Have Upcoming Earnings in &#8220;X&#8221; Amount of Days</title>
		<link>http://redman59.com/2013/04/19/scanning-with-thinkorswim-stocks-that-dont-have-upcoming-earnings-in-x-amount-of-days/</link>
		<comments>http://redman59.com/2013/04/19/scanning-with-thinkorswim-stocks-that-dont-have-upcoming-earnings-in-x-amount-of-days/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 18:49:55 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Indicators]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1257</guid>
		<description><![CDATA[Having some free time I opened up my TOS Desktop software to try and solve a problem I have when scanning for stocks.  I hate when I want to get long/short a stock but find out that it has earnings within the next two days or any other number in where I am looking to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1257&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Having some free time I opened up my TOS Desktop software to try and solve a problem I have when scanning for stocks.  I hate when I want to get long/short a stock but find out that it has earnings within the next two days or any other number in where I am looking to hold for a longer period of time.  One example can be $AAPL.  I want to put on bull put spreads but do not like the fact that it has earnings April 23rd.  This can be true for many stocks when you run a scan and find stocks that fit your criteria but they have earnings coming up, personally I just toss those aside unless it is an earnings specific strategy.  Now I wanted to try and get a scan that can cast those aside as to not crowd the scan or where I don&#8217;t have to pre-filter the scan by going to other websites.  I looked on the web but could not find a solution for this so I tried to figure one out.</p>
<p>Going to the Scan Tab I opened up TOS&#8217;s source code for Earnings.  The problem is that this only searches for stocks with upcoming earnings within the selected amount of days (default is 10)  but DOES NOT look for those that already had or does not have earnings within a &#8220;X&#8221; amount of days.  I believe I was able to use their code and supplement some stuff and have figured out a way to search for stocks that have no upcoming earnings with the user able to select the amount of days.  I will try to break this down by the numbers:</p>
<p>1) TOS users can start by opening up their Desktop App and then going to the Scan Tab.</p>
<p>2) Then go to the &#8220;Add Study Filter&#8221; box to the right and click on it.  This adds and defaults to the &#8220;ADX Crossover&#8221; box which is added to the bottom of your filter:</p>
<p><a href="http://redman59.files.wordpress.com/2013/04/earnings.png"><img class="aligncenter size-full wp-image-1258" alt="earnings" src="http://redman59.files.wordpress.com/2013/04/earnings.png?w=595&#038;h=81" width="595" height="81" /></a></p>
<p>3) Click on the &#8220;ADX Crossover&#8221; box and scroll down to &#8220;Corporate Actions and then over to &#8220;Earnings&#8221; and the following should be displayed:</p>
<p><a href="http://redman59.files.wordpress.com/2013/04/earnings_a.png"><img class="aligncenter size-full wp-image-1262" alt="earnings_a" src="http://redman59.files.wordpress.com/2013/04/earnings_a.png?w=595&#038;h=81" width="595" height="81" /></a></p>
<p>4) Next click on that pencil to the right of the &#8220;D&#8221; and to the left of the &#8220;Red X&#8221;.  This opens up your script to where you can edit it with the &#8220;thinkscript Editor&#8221; Tab (as shown below):</p>
<p><a href="http://redman59.files.wordpress.com/2013/04/earnings_b.png"><img class="aligncenter size-full wp-image-1259" alt="earnings_b" src="http://redman59.files.wordpress.com/2013/04/earnings_b.png?w=595&#038;h=288" width="595" height="288" /></a></p>
<p>4) Highlight the entire text and delete it.  Then paste the following in bold red text :</p>
<p><span style="color:#ff0000;"><strong>#Wizard text: Has an earnings annoucement </strong></span><br />
<span style="color:#ff0000;"><strong>#Wizard input: Choice</strong></span><br />
<span style="color:#ff0000;"><strong>#Wizard text: in the next</strong></span><br />
<span style="color:#ff0000;"><strong>#Wizard input: length</strong></span><br />
<span style="color:#ff0000;"><strong>#Wizard text: bars</strong></span></p>
<p><span style="color:#ff0000;"><strong>Input length = 20;</strong></span></p>
<p><span style="color:#ff0000;"><strong>input Choice = {default &#8220;Any time&#8221;, &#8220;Before the Market&#8221;, &#8220;After the Market&#8221;};</strong></span><br />
<span style="color:#ff0000;"><strong>def earnings = hasearnings();</strong></span></p>
<p><span style="color:#ff0000;"><strong>def scan;</strong></span></p>
<p><span style="color:#ff0000;"><strong>switch (Choice){</strong></span><br />
<span style="color:#ff0000;"><strong>case &#8220;Any time&#8221;:</strong></span><br />
<span style="color:#ff0000;"><strong> scan = sum(hasearnings(),length)[-length +1] &gt; 0;</strong></span><br />
<span style="color:#ff0000;"><strong>case &#8220;Before the Market&#8221;:</strong></span><br />
<span style="color:#ff0000;"><strong> scan = sum(HasEarnings(type = EarningTime.BEFORE_MARKET),length)[-length +1] &gt; 0;</strong></span><br />
<span style="color:#ff0000;"><strong>case &#8220;After the Market&#8221;:</strong></span><br />
<span style="color:#ff0000;"><strong> scan = sum(HasEarnings(type = EarningTime.AFTER_MARKET),length)[-length +1] &gt; 0;</strong></span><br />
<span style="color:#ff0000;"><strong>} ;</strong></span></p>
<p><span style="color:#ff0000;"><strong>def x = if(scan,1,0);</strong></span></p>
<p><span style="color:#ff0000;"><strong>plot NoUpcomingEarnings = x == 0;</strong></span></p>
<p>5) Hit &#8220;OK&#8221; and then that should work.</p>
<p>I have this set at 20.  But you can easily edit it by going to Line #7 at the &#8220;Input length&#8221; and change that number to anything you wish.  Keep in mind it looks for stocks that DOES NOT have earnings in those next amount of days, in this case does not have earnings in the next 20 days.  You can then add other filters that fit your personal liking such as price higher than or volume average greater than to further filter it down.</p>
<p>I am not a programmer or coder but just make my own scans as best I can and puzzle stuff together to achieve my goal.  I could not find anything else on the internet but if you have a better way just let me know.  I just wanted to share this with traders that had the same kind of annoyance that I experienced with finding stocks that fit scan criteria only to find they have earnings soon.  Hope this helps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1257&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/04/19/scanning-with-thinkorswim-stocks-that-dont-have-upcoming-earnings-in-x-amount-of-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/04/earnings.png" medium="image">
			<media:title type="html">earnings</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/04/earnings_a.png" medium="image">
			<media:title type="html">earnings_a</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/04/earnings_b.png" medium="image">
			<media:title type="html">earnings_b</media:title>
		</media:content>
	</item>
		<item>
		<title>It Was A Fun Run&#8230;</title>
		<link>http://redman59.com/2013/03/05/it-was-a-fun-run/</link>
		<comments>http://redman59.com/2013/03/05/it-was-a-fun-run/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 02:50:18 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1253</guid>
		<description><![CDATA[I write this post with bitterness at helm.  This week has left little time to concentrate on markets and instead figure other things out as I knew changes were at hand.  Today I just found out I will lose a trading edge attributed to causes mentioned in this post.  For the last 3 years in my full-time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1253&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I write this post with bitterness at helm.  This week has left little time to concentrate on markets and instead figure other things out as I knew changes were at hand.  Today I just found out I will lose a trading edge attributed to causes mentioned in this <a title="Sequester Is On: Enjoy Your Peas of Wal-Marted “Great Value” Label" href="http://ibankcoin.com/redman59/2013/03/02/sequester-is-on-enjoy-your-peas-of-wal-marted-great-value-label/" target="_blank">post</a>.  For the last 3 years in my full-time job I was detailed to a rotating night shift that left me with the availability to do market research at night and trade the markets during the day.</p>
<p>Today I learned that I will no longer have this edge as of Thursday morning I will now be required to work a day shift starting at 6am and working until an unknown time Monday-Friday.  This requires me to completely change my strategy as I like to swing trade in options and be frequent to the monitor as I do not rely on limit orders whether in stocks or options.</p>
<p>Now I ask my myself what to do?  I love trading and the markets in general.  But being away during most of the day leaves me without conversation via social media or in the know until after hours and that sucks as I always liked participation but recent events have left my concentration elsewhere.</p>
<p>While some of you may say trade via limit orders or alerts, I have never trusted these without my own eyes on the situation, ie. ISRG.  So now I will try to develop some sort of strategy in long-dated options expiration or in the indices that have lower volatility.  I can also look to go back to some pairs trading as well.  Either way an adjustment needs to be made and overall this sucks as I know I will be out of the game more than usual for at minimum several months.</p>
<p>Either way it has been fun to be in contact with traders via Twitter/Stocktwits and  will try to be as active as possible but these new hours will definitely hinder future engagements.</p>
<p>If you have followed or read my blog I thank you and I will try to to keep updated as much as possible.  For right now current obligations will hinder frequency.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='595' height='365' src='http://www.youtube.com/embed/Y9DEvJBW0JI?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1253&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/03/05/it-was-a-fun-run/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>
	</item>
		<item>
		<title>I’d Rather Poison Myself Than Have A Wet Grill</title>
		<link>http://redman59.com/2013/02/26/id-rather-poison-myself-than-have-a-wet-grill/</link>
		<comments>http://redman59.com/2013/02/26/id-rather-poison-myself-than-have-a-wet-grill/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 04:17:31 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1250</guid>
		<description><![CDATA[No market comments here just a story for the day.  After the market close I drove around town(s) collecting some goods for the week.  This is when I thought &#8220;damn some bratwursted sausages sound good.&#8221;  So I purchased them from the store and then got home and fired up the Weber charcoal grill, no gas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1250&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>No market comments here just a story for the day.  After the market close I drove around town(s) collecting some goods for the week.  This is when I thought &#8220;damn some bratwursted sausages sound good.&#8221;  So I purchased them from the store and then got home and fired up the Weber charcoal grill, no gas grills at my place.</p>
<p>The problem with the weather here in PA today was that it was mid to high 30&#8242;s during the day and raining/sleeting.  Miserable weather but I had to have the grilled bratwursts.  So I grilled at the edge of the opened garage door as I often do when weather messes up my grilling efforts.  I ate the delicious grilled bratwursts and then later in the night proceeded to the garage where it was time for the weight portion of the workout followed by the pushups-situps-pullups routine.</p>
<p>I didn&#8217;t want to leave the garage door open for reasons of the weather and I don&#8217;t like people looking in my garage while I workout as this in the past has attracted beautiful women that disrupt my routine.  So I had to make a decision: put my grill out in the rain or bring my grill inside not thinking the burning coal would do much harm as the coals were dying down.  I chose to bring the grill inside.</p>
<p>Throughout the workout I was feeling slightly light-headed but not a crazy unusual occurrence and I was also having a harder time focusing and was more short of breath than usual.  I attributed this to a late night of research and an early wake coupled with current exercise.  Meanwhile I didn&#8217;t really acknowledge the fact that I brought the grill in and this was emitting carbon monoxide.</p>
<p>After completion, about 40 minutes, I went in the house and I was dizzy, light-headed, and exhausted.  This is when it occurred to me that the damn grill was slowly poisoning me and I probably was in a deadly toxic environment while pushing my body to exhaustion.  So in the process I probably lost some brain cells but in the end it was a good workout and I really enjoyed those bratwursted sausages on a grill that continues to remain rust free.</p>
<p><em>*I will attribute any future stupid trade decisions to this incident and loss of those brain cells.</em></p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='595' height='365' src='http://www.youtube.com/embed/JrFaou5o92w?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1250&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/26/id-rather-poison-myself-than-have-a-wet-grill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>
	</item>
		<item>
		<title>Earnings Trade Idea: Priceline</title>
		<link>http://redman59.com/2013/02/26/earnings-trade-idea-priceline-2/</link>
		<comments>http://redman59.com/2013/02/26/earnings-trade-idea-priceline-2/#comments</comments>
		<pubDate>Tue, 26 Feb 2013 06:15:18 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Charts & Trade Ideas]]></category>
		<category><![CDATA[Earnings]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1242</guid>
		<description><![CDATA[Priceline reports 2/26 AMC.  Below is a history of PCLN EPS/Revenue estimates and actual reported numbers.  PCLN has a history of beating on EPS and revenues except for a couple misses in 2012 and one in 2011. Looking at competitors of PCLN that have recently reported can give us some insight on expectations of price [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1242&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Priceline reports 2/26 AMC.  Below is a history of PCLN EPS/Revenue estimates and actual reported numbers.  PCLN has a history of beating on EPS and revenues except for a couple misses in 2012 and one in 2011.</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/pcln_0226c.png"><img class="aligncenter size-full wp-image-1243" alt="pcln_0226c" src="http://redman59.files.wordpress.com/2013/02/pcln_0226c.png?w=595"   /></a></p>
<p>Looking at competitors of PCLN that have recently reported can give us some insight on expectations of price action (earnings data from <em><a href="http://www.streetinsider.com/" target="_blank">StreetInsider</a></em>):</p>
<ol>
<li><strong>EXPE</strong> &#8211; EPS (miss) revenue (beat); opened down -1.61% and closed -2.67%</li>
<li><strong>TRIP</strong> &#8211; EPS (beat) revenue (beat) ; opened down -9.21% and closed -7.14%</li>
<li><strong>OWW</strong> &#8211; EPS (miss) revenue (beat); opened  up 0.37%  and closed +16.67%</li>
<li><strong>TZOO</strong> &#8211; EPS (beat) revenue (beat); opened up 4.11% and closed +24.31%</li>
</ol>
<p>From a competitor standpoint it was a mix on EPS but all beat on revenue.  The opening move seemed fairly mute except for TRIP, which saw buyers and hit highs within the first 30min of trading.  PCLN was talked about stock on 8/8 when it saw a big gap down and closed near the lows.  In this report it missed on revenues but more importantly it guided down for Q3&#8217;12 EPS (to which it ended up beating on Q3 release).</p>
<p>For further explanation of the excel tables and data in them please refer to <a title="Earnings Trade Idea: Priceline $PCLN" href="http://redman59.com/2012/08/06/earnings-trade-idea-priceline/" target="_blank">this post</a>.</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/pcln_0226b.png"><img class="aligncenter size-full wp-image-1244" alt="pcln_0226b" src="http://redman59.files.wordpress.com/2013/02/pcln_0226b.png?w=595"   /></a></p>
<p>Looking at the <em>Augen StDev 1min After Open </em>average it is showing 3.75.  I like to take this multiplied by the current <em>StDev Move Before Earnings </em>which is showing 13.79.</p>
<p>3.75 * 13.79 = 51.71; this is my expected point move based on prior price action and volatility movements into earnings.</p>
<p>The next table shows implied volatility (IV) moves and looks at the ATM straddle to see what the option market is pricing (I prefer to use the bid for purposes of the worse possible fill).  On the far right the green cells represent a win selling the straddle and the red cells represent a loss):</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/pcln_0226d.png"><img class="aligncenter size-full wp-image-1245" alt="pcln_0226d" src="http://redman59.files.wordpress.com/2013/02/pcln_0226d.png?w=595&#038;h=304" width="595" height="304" /></a></p>
<p>Looking at the data the 2 most recent earnings saw some of the biggest moves on a percentage basis and we are right about where we were back on the 8/7 earnings release in which PCLN saw its biggest move.  Some other notes:</p>
<ul>
<li>Straddle (going off bid price) is pricing 7.2% move</li>
<li><span style="line-height:13px;">ATM Call IV is low comparing to past</span></li>
<li>Except for 2 prior earnings the straddle sale has been very profitable and alternated quarters between a win or loss</li>
</ul>
<p>To me selling volatility doesn&#8217;t seem like the better trade here.  But I also think that the two prior earnings moves has many with that observation and I like to think when things become too obvious the opposite can happen.</p>
<p>So is volatility a sale?  Given the data its a no in my opinion but now that a big move is expected, I believe the opposite will happen.  Also the competitors stats have me leaning towards a volatility sale as well, especially when they have had previous big gaps on earnings yet recent release is fairly muted from close to open.    I definitely would not sell a straddle unless you can afford a big loss.  I personally like selling an Iron Condor (managed risk vs straddle sale).</p>
<p>Looking at the chart (notes on chart):</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/pcln_0226.png"><img class="aligncenter size-full wp-image-1246" alt="pcln_0226" src="http://redman59.files.wordpress.com/2013/02/pcln_0226.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>The chart above has yellow dashed lines showing where I want PCLN to stay within into Friday expiration.  The trade I like:</p>
<p><strong>Sell March1 620/625/735/740 Iron Condor for 1.92 credit, risk $308.</strong></p>
<p>Below is the risk profile with red dashed lines representing a 10% move.  In this trade I make a profit (at Friday expiration) if PCLN stays within -7.2% to the downside and +9.7% to the upside (all going off EOD data 2/25/2013):</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/pcln_0226a.png"><img class="aligncenter size-full wp-image-1247" alt="pcln_0226a" src="http://redman59.files.wordpress.com/2013/02/pcln_0226a.png?w=595&#038;h=364" width="595" height="364" /></a></p>
<p>Also you could come in on those strikes for a lower risk, lower probability trade.  I like this trade as I am looking for volatility to be a sale and look for the price to stay contained.  If I price action goes against my thoughts/expectations then this trade will probably be a loser.  Personally I trade and would recommend trading earnings accepting a 100% loss as earnings trades are a gamble in where all you can control is your risk.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1242&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/26/earnings-trade-idea-priceline-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/pcln_0226c.png" medium="image">
			<media:title type="html">pcln_0226c</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/pcln_0226b.png" medium="image">
			<media:title type="html">pcln_0226b</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/pcln_0226d.png" medium="image">
			<media:title type="html">pcln_0226d</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/pcln_0226.png" medium="image">
			<media:title type="html">pcln_0226</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/pcln_0226a.png" medium="image">
			<media:title type="html">pcln_0226a</media:title>
		</media:content>
	</item>
		<item>
		<title>Trade Idea: LVS for the Upside and Low Risk with Options</title>
		<link>http://redman59.com/2013/02/24/trade-idea-lvs-for-the-upside-and-low-risk-with-options/</link>
		<comments>http://redman59.com/2013/02/24/trade-idea-lvs-for-the-upside-and-low-risk-with-options/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 04:19:27 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Charts & Trade Ideas]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1232</guid>
		<description><![CDATA[While I was absent from the markets on Friday there seemed to be much buzz about LVS in the social media space and across the options market.  Much of the action in LVS options is attracted to the March and May option chains.  A picture of the March chain is below: This to me looks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1232&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>While I was absent from the markets on Friday there seemed to be much buzz about LVS in the social media space and across the options market.  Much of the action in LVS options is attracted to the March and May option chains.  A picture of the March chain is below:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/lvs_0222.png"><img class="aligncenter size-full wp-image-1234" alt="lvs_0222" src="http://redman59.files.wordpress.com/2013/02/lvs_0222.png?w=595&#038;h=176" width="595" height="176" /></a></p>
<p>This to me looks like a ratio spread to be confirmed by looking at open interest on Monday.  In this spread the trader is buying the March 52.25 calls and selling twice as many March 55 calls for a net debit 0.69c.  Also there was action in the May options chain as well.  There was a big block of 17,397 calls on the ask for a 2.05 debit.  All together the May 52.5 calls saw volume of 27,245 contracts vs open interest of 282.  A picture of the T&amp;S can be seen below:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/lvs_0222b1.png"><img class="aligncenter size-full wp-image-1235" alt="lvs_0222b" src="http://redman59.files.wordpress.com/2013/02/lvs_0222b1.png?w=595&#038;h=163" width="595" height="163" /></a></p>
<p>Now that the options action has set the alert, it is time to look at the chart to see if the technicals align with the action:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/lvs_0222c.png"><img class="aligncenter size-full wp-image-1236" alt="lvs_0222c" src="http://redman59.files.wordpress.com/2013/02/lvs_0222c.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>In the chart we can that LVS has been in a downtrend (annoted by red bars) with a reversal bar (green bar).  If LVS breaks above the high of the green bar there is a probability for a continued long trade.  If it breaks below the low of the green bar then the downtrend is likely to resume.  Note that this is all short-term price action in timeframe of a swing trade.  On another note for the bullish side LVS saw a nice hammer candle on the 100ema on volume above average that was confirmed by Fridays candle on volume above average.</p>
<p><strong>So what&#8217;s the trade?</strong></p>
<p>In this scenario I like to look at the recent option action, especially the ratio spread.  In this trade the trader is looking at the following risk profile with March expiration in mind:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/lvs_0222d.png"><img class="aligncenter size-full wp-image-1237" alt="lvs_0222d" src="http://redman59.files.wordpress.com/2013/02/lvs_0222d.png?w=595&#038;h=302" width="595" height="302" /></a>In following this trade I would be looking at upside for LVS as this big trader is looking for it to close between 52.43 and 57.57 at March expiration.  The furthest red-dashed line to the left represents current price.  This risk profile combined with the May action as annotated above has me leaning bullish in LVS.</p>
<p>My trade recommendation is an upside March call butterfly spread.  I personally would trade the same ratio spread but for margin purposes I believe the butterfly spread offers much of the same opportunity without the same margin requirements.  I like the March 52.5/55/57.5 call butterfly for a 0.19c debit (max loss $19).  This captures approximately the same range for a reduced cost.  Risk profile can be seen below:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/lvs_0222e.png"><img class="aligncenter size-full wp-image-1238" alt="lvs_0222e" src="http://redman59.files.wordpress.com/2013/02/lvs_0222e.png?w=595&#038;h=332" width="595" height="332" /></a></p>
<p>I really like this trade from a risk:reward standpoint and that it actually follows the big trade that was put on in the March ratio spread.  As always this trade is based on my thoughts and the individual trader is responsible for his/her decisions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1232&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/24/trade-idea-lvs-for-the-upside-and-low-risk-with-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/lvs_0222.png" medium="image">
			<media:title type="html">lvs_0222</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/lvs_0222b1.png" medium="image">
			<media:title type="html">lvs_0222b</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/lvs_0222c.png" medium="image">
			<media:title type="html">lvs_0222c</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/lvs_0222d.png" medium="image">
			<media:title type="html">lvs_0222d</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/lvs_0222e.png" medium="image">
			<media:title type="html">lvs_0222e</media:title>
		</media:content>
	</item>
		<item>
		<title>Back to the Beginning in AAPL Trade</title>
		<link>http://redman59.com/2013/02/21/back-to-the-beginning-in-aapl-trade/</link>
		<comments>http://redman59.com/2013/02/21/back-to-the-beginning-in-aapl-trade/#comments</comments>
		<pubDate>Fri, 22 Feb 2013 03:44:00 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Past Trade]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1224</guid>
		<description><![CDATA[In my most recent post titled &#8220;Following the Trade – AAPL Trade Adjustment on Friday 2/15&#8221; I detailed the ongoing trade that I have on in AAPL.  In this post I won&#8217;t go into full detail on the trade, reasons for, and adjustments but here are the links in chronological order of those details stated: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1224&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In my most recent post titled &#8220;<a href="http://redman59.com/2013/02/18/following-the-trade-aapl-trade-adjustment-on-friday-215/" target="_blank"><em>Following the Trade – AAPL Trade Adjustment on Friday 2/15</em></a>&#8221; I detailed the ongoing trade that I have on in AAPL.  In this post I won&#8217;t go into full detail on the trade, reasons for, and adjustments but here are the links in chronological order of those details stated:</p>
<ul>
<li><span style="line-height:13px;">2/5 - </span><a style="line-height:13px;" href="http://redman59.com/2013/02/06/using-useful-market-comments-from-other-traders/" target="_blank">Utilizing Market Comments From Other Traders</a><span style="line-height:13px;"> (put on March 460-480-490 Call Broken Wing Butterfly (BWB) for 4.25 debit)</span></li>
<li>2/11 &#8211; <a href="http://redman59.com/2013/02/12/trade-adjustment-aapl/" target="_blank">Trade Adjustment &#8211; APPL</a> (added Feb4/Feb 460 Put Calendar for 1.60 debit)</li>
<li>2/15 &#8211; <a href="http://redman59.com/2013/02/18/following-the-trade-aapl-trade-adjustment-on-friday-215/" target="_blank">Following the Trade &#8211; AAPL Trade Adjustment on Friday 2/15</a> (recap of all the trades and closed the Feb4/Feb 460 Put Calendar for 4.09 credit (+$249.00, +155.6%) and added Feb4/Mar1 440 Put Calendar for 1.69 debit)</li>
</ul>
<p>Today I closed that  Feb4/Mar1 440 Put Calendar in the morning for a 4.40 credit (+$271.00, 160.4%), trade order below:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0221.png"><img class="aligncenter size-full wp-image-1225" alt="aapl_0221" src="http://redman59.files.wordpress.com/2013/02/aapl_0221.png?w=595&#038;h=40" width="595" height="40" /></a></p>
<p>I wanted to take advantage of the morning weakness and just close out this hedge to the main Broken Wing Butterfly that I had on.  With the gains in the 2 calendar trades I put on, the remaining trade of the original BWB is a risk-free trade at a $95 credit.  I do not plan to add anymore hedging strategies to this trade and instead will ride out the BWB more and likely to near expiration.  In a perfect world AAPL would shoot past then retrace to the 480 level around March expiration, 22 days.</p>
<p>Below is the new risk profile, same look as the original trade with different risk/reward:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0221a.png"><img class="aligncenter size-full wp-image-1226" alt="aapl_0221a" src="http://redman59.files.wordpress.com/2013/02/aapl_0221a.png?w=595&#038;h=321" width="595" height="321" /></a></p>
<p>Now I sit and wait until March expiration.  I could keep adding a hedging strategy but with those 2 calendar trades I am happy with the risk and will let AAPL do its thing leaving the long bias trade on.  Below is a trade history:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0221b.png"><img class="aligncenter size-full wp-image-1227" alt="aapl_0221b" src="http://redman59.files.wordpress.com/2013/02/aapl_0221b.png?w=595&#038;h=82" width="595" height="82" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1224&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/21/back-to-the-beginning-in-aapl-trade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0221.png" medium="image">
			<media:title type="html">aapl_0221</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0221a.png" medium="image">
			<media:title type="html">aapl_0221a</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0221b.png" medium="image">
			<media:title type="html">aapl_0221b</media:title>
		</media:content>
	</item>
		<item>
		<title>Lockstep Performance by ETF&#8217;s</title>
		<link>http://redman59.com/2013/02/21/lockstep-performance-by-etfs/</link>
		<comments>http://redman59.com/2013/02/21/lockstep-performance-by-etfs/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 11:40:30 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Industry]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1220</guid>
		<description><![CDATA[In doing some reading after the market I came across an interesting post from Bespoke Investment Group titled Key ETF Performance.  The table shows the performance of the ETF&#8217;s after yesterday&#8217;s decline in the markets.  In looking at this table, it looks as if everything moved in alignment the way it is expected: Sectors &#8211; the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1220&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In doing some reading after the market I came across an interesting post from <a href="http://www.bespokeinvest.com/" target="_blank">Bespoke Investment Group</a> titled <a href="http://www.bespokeinvest.com/thinkbig/2013/2/20/key-etf-performance.html" target="_blank">Key ETF Performance</a>.  The table shows the performance of the ETF&#8217;s after yesterday&#8217;s decline in the markets.  In looking at this table, it looks as if everything moved in alignment the way it is expected:</p>
<ul>
<li><span style="line-height:13px;">Sectors &#8211; the worst performers were Energy and Materials while the best performers were Consumer Staples and Utilities (the flight to safer assets)</span></li>
<li>Euro down and Yen up</li>
<li>Japan was best global ETF performer while Russia, correlated to natural resources, was the worst performer</li>
<li>Bonds, which are negative YTD, saw gains across the group</li>
</ul>
<p>Picture courtesy of Bespoke Investment Group:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/keyetfs220.png"><img class="aligncenter size-full wp-image-1221" alt="keyetfs220" src="http://redman59.files.wordpress.com/2013/02/keyetfs220.png?w=595&#038;h=546" width="595" height="546" /></a></p>
<p>Even though it was the biggest down day of the year on volume above average, I like to see that these key ETF&#8217;s performed as expected on a macro scale.</p>
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='595' height='365' src='http://www.youtube.com/embed/5J6DgVdeR_s?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1220&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/21/lockstep-performance-by-etfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/keyetfs220.png" medium="image">
			<media:title type="html">keyetfs220</media:title>
		</media:content>
	</item>
		<item>
		<title>Another Gold Analysis with some Volatility, Options, and Charts</title>
		<link>http://redman59.com/2013/02/21/another-gold-analysis-with-some-volatility-options-and-charts/</link>
		<comments>http://redman59.com/2013/02/21/another-gold-analysis-with-some-volatility-options-and-charts/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 05:21:41 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Indicators]]></category>
		<category><![CDATA[News Event Related]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1211</guid>
		<description><![CDATA[Its no secret that gold and the miners (via GDX) took a hit today.  All I heard from CNBC was the looming Death Cross (50sma crossing below 200sma).  Quite frankly it got old and then there was the FOMC Meeting Minutes that caused further selling on volume in the yellow metal and miners.  But was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1211&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Its no secret that gold and the miners (via GDX) took a hit today.  All I heard from CNBC was the looming Death Cross (50sma crossing below 200sma).  Quite frankly it got old and then there was the FOMC Meeting Minutes that caused further selling on volume in the yellow metal and miners.  But was today a capitulation?  That is what many seem to be wondering.  Today many talked about the rise in the VIX and yes it was big on a relative percentage move in comparison to the SPX.</p>
<p>When looking at the VIX-type instrument for gold we look at the GVZ.  Today the GVZ saw a move of 18.03%.  Below is a 1 year daily log chart showing the size of the move.  Something to note is that GLD really saw this down move accelerate last Friday on the gap below 158, but note what the GVZ has done on the Friday &amp; Tuesday moves  in comparison to today:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/gvz_0220.png"><img class="aligncenter size-full wp-image-1212" alt="gvz_0220" src="http://redman59.files.wordpress.com/2013/02/gvz_0220.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>Also with that I like to look at what the GLD  implied volatility (IV) has done in the options, below is an excel screenshot of the rise in volatility since the close of Thursday (<em>data from thinkorswim</em>):</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/gvz_0220a.png"><img class="aligncenter size-full wp-image-1213" alt="gvz_0220a" src="http://redman59.files.wordpress.com/2013/02/gvz_0220a.png?w=595&#038;h=297" width="595" height="297" /></a></p>
<p>We can see the larger rise on a percentage basis in the near-dated weekly options verse the monthly option chain.  Next week expiration showed a rise of 4.03 points (29.94%) in the calls and 4.33 points (31.22%) in the puts.  A bigger jump relative to price change than we saw on the previous decline Friday.  Personally I&#8217;m liking the idea of selling some front month volatility and buying further dated options.</p>
<p>On a chart and price basis, how big was the move today?  When looking at volatility of the instrument, many use Bollinger Bands and I like to use them as well.  Today it was noted by several on the stream that we closed below the 3rd standard deviation 20 day Bollinger Band.  While traders like to use the fat tails of moves as price has been known to walk the band on the 2 standard deviation setting, this isn&#8217;t quite so common with the 3rd standard deviation.  It is a more rare occurrence that often sees a snap back.</p>
<p>I looked at the last 10 years of data for GLD and a close below the lower 3rd standard deviation band has happened twice, both being in 2012 (yellow arrows mark a close below then back inside the band):</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/gld_0220a.png"><img class="aligncenter size-full wp-image-1214" alt="gld_0220a" src="http://redman59.files.wordpress.com/2013/02/gld_0220a.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>Zoomed in view:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/gld_0220b.png"><img class="aligncenter size-full wp-image-1216" alt="gld_0220b" src="http://redman59.files.wordpress.com/2013/02/gld_0220b.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>Below is a chart of GLD going back to when we broke out and GLD went parabolic:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/gld_0220.png"><img class="aligncenter size-full wp-image-1217" alt="GLD_0220" src="http://redman59.files.wordpress.com/2013/02/gld_0220.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>I have a correlation  to GDX as today it was noted on the stream by several I follow that the metals saw big option buys near the close in ABX, GG, &amp; NEM in the January 2014 chain, search stream with ticker and you will find the posts.  ABX stuck out in my mind as January saw buyers of the 40 calls, noted by <a href="http://www.optionshawk.com/" target="_blank">@OptionsHawk</a> at his website where there are usually 4 <a href="http://optionshawk.com/cms.php?page_name=daily_freebies" target="_blank">free option notes</a> for each day:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/abx_0220.png"><img class="aligncenter size-full wp-image-1215" alt="abx_0220" src="http://redman59.files.wordpress.com/2013/02/abx_0220.png?w=595&#038;h=62" width="595" height="62" /></a></p>
<p>These go all the way out to January 2014 so if you were looking to play off some of this information you will definitely want to go out in time and let the trade work.  The trades today (2/20) were put on for cheap on an option price basis but are also +1million dollar trades.  Either way use diligence if using this info for a trade and keep timeframe in mind.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1211/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1211/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1211&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/21/another-gold-analysis-with-some-volatility-options-and-charts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/gvz_0220.png" medium="image">
			<media:title type="html">gvz_0220</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/gvz_0220a.png" medium="image">
			<media:title type="html">gvz_0220a</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/gld_0220a.png" medium="image">
			<media:title type="html">gld_0220a</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/gld_0220b.png" medium="image">
			<media:title type="html">gld_0220b</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/gld_0220.png" medium="image">
			<media:title type="html">GLD_0220</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/abx_0220.png" medium="image">
			<media:title type="html">abx_0220</media:title>
		</media:content>
	</item>
		<item>
		<title>Following the Trade &#8211; AAPL Trade Adjustment on Friday 2/15</title>
		<link>http://redman59.com/2013/02/18/following-the-trade-aapl-trade-adjustment-on-friday-215/</link>
		<comments>http://redman59.com/2013/02/18/following-the-trade-aapl-trade-adjustment-on-friday-215/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 03:51:49 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Past Post Reference]]></category>
		<category><![CDATA[Past Trade]]></category>
		<category><![CDATA[AAPL]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1199</guid>
		<description><![CDATA[I made another adjustement to the AAPL trade I currently have on.  I will provide a quick recap of risk profiles and charts and I will leave it to the reader to click on the link to read more in detail on why I went long AAPL starting 2/5.  I have made 2 adjustments to this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1199&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I made another adjustement to the AAPL trade I currently have on.  I will provide a quick recap of risk profiles and charts and I will leave it to the reader to click on the link to read more in detail on why I went long AAPL starting 2/5.  I have made 2 adjustments to this trade as of 2/15.</p>
<p>As stated in my first post, &#8220;<a href="http://redman59.com/2013/02/06/using-useful-market-comments-from-other-traders/" target="_blank"><em>Utilizing Market Comments from Other Traders</em></a>&#8220;, I went long AAPL with options in the form of a <a href="http://www.optiontradingpedia.com/broken_wing_butterfly_spread.htm" target="_blank">Broken Wing Butterfly</a>, below are pictures of my order entry and risk profile:</p>
<p>Order entry:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_201302061.png"><img class="aligncenter size-full wp-image-1200" alt="aapl_20130206" src="http://redman59.files.wordpress.com/2013/02/aapl_201302061.png?w=595&#038;h=29" width="595" height="29" /></a></p>
<p>Risk profile:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_20130206b1.png"><img class="aligncenter size-full wp-image-1201" alt="aapl_20130206b" src="http://redman59.files.wordpress.com/2013/02/aapl_20130206b1.png?w=595&#038;h=287" width="595" height="287" /></a></p>
<p>On 2/11 I made an adjustment (via 460 Put Calendar) to protect from downside action.  More into the analysis of the why and what I was looking at can be found in this post, &#8220;<em><a href="http://redman59.com/2013/02/12/trade-adjustment-aapl/" target="_blank">Trade Adjustment &#8211; AAPL</a></em>&#8220;.  Below is the order entry with the addition of the risk profile with the adjustment:</p>
<p>Order entry:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0212b1.png"><img class="aligncenter size-full wp-image-1202" alt="aapl_0212b" src="http://redman59.files.wordpress.com/2013/02/aapl_0212b1.png?w=595&#038;h=29" width="595" height="29" /></a></p>
<p>Risk profile:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0212c1.png"><img class="aligncenter size-full wp-image-1203" alt="aapl_0212c" src="http://redman59.files.wordpress.com/2013/02/aapl_0212c1.png?w=595&#038;h=286" width="595" height="286" /></a></p>
<p><strong>**Now for the new trade and adjustment made. **</strong></p>
<p>I rolled that 460 Put Calendar in the afternoon on Friday.  The hindsight trade would have been to leave it on for what turned out to be a perfect pin at 460 and max profits achieved.  The way I saw it though and playing this Calendar Spread was that I had risk to the upside on the Put Calendar trade if AAPL were to move higher.  Below is the 15min chart of AAPL and where I rolled the position:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0215.png"><img class="aligncenter size-full wp-image-1204" alt="aapl_0215" src="http://redman59.files.wordpress.com/2013/02/aapl_0215.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>My order was to close out the 460 Put Calendar and roll to next weeks 440 Put Calendar.  On the daily AAPL is still in a long-term downtrend, but also in a low volume pullback on that recent break above 460:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0215a.png"><img class="aligncenter size-full wp-image-1205" alt="aapl_0215a" src="http://redman59.files.wordpress.com/2013/02/aapl_0215a.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>Needless to say I see AAPL as a tough trade.  I wasn&#8217;t happy with the 450 Put Calendar as a hedge against the current long Broken Wing Butterfly so I went with next week&#8217;s 440 Put Calendar, in case we see that whoosh below 450.  I then believe 440 will hold on a price and time to expiration basis. Below is my order entry:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0215c.png"><img class="aligncenter size-full wp-image-1206" alt="aapl_0215c" src="http://redman59.files.wordpress.com/2013/02/aapl_0215c.png?w=595&#038;h=41" width="595" height="41" /></a></p>
<p>I executed this in one order and rolled this position for a 2.40 credit. Broken down:</p>
<ul>
<li><span style="line-height:13px;">closed the 460 Put Calendar (original debit 1.60) at 4.09 (+$249.00, +155.6%)</span></li>
<li>opened the 440 Put Calendar at 1.69</li>
<li>overall a positive gain of $80 with no more risk in the Put Calendar hedge and reducing my cost basis of the original trade of the Call Broken Wing Butterfly from 4.25 to 3.45.</li>
</ul>
<p>Below is my new risk profile going into Friday expiration 2/22:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/aapl_0215d.png"><img class="aligncenter size-full wp-image-1207" alt="aapl_0215d" src="http://redman59.files.wordpress.com/2013/02/aapl_0215d.png?w=595&#038;h=300" width="595" height="300" /></a></p>
<p>Overall I am comfortable with my adjustment allowing for downside protection in case we see that drop in AAPL.  The downside is where my risk in the combined trade is and this is what I am looking to protect.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1199&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/18/following-the-trade-aapl-trade-adjustment-on-friday-215/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_201302061.png" medium="image">
			<media:title type="html">aapl_20130206</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_20130206b1.png" medium="image">
			<media:title type="html">aapl_20130206b</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0212b1.png" medium="image">
			<media:title type="html">aapl_0212b</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0212c1.png" medium="image">
			<media:title type="html">aapl_0212c</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0215.png" medium="image">
			<media:title type="html">aapl_0215</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0215a.png" medium="image">
			<media:title type="html">aapl_0215a</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0215c.png" medium="image">
			<media:title type="html">aapl_0215c</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/aapl_0215d.png" medium="image">
			<media:title type="html">aapl_0215d</media:title>
		</media:content>
	</item>
		<item>
		<title>Learn To Take The Loss</title>
		<link>http://redman59.com/2013/02/13/learn-to-the-take-the-loss/</link>
		<comments>http://redman59.com/2013/02/13/learn-to-the-take-the-loss/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 04:48:28 +0000</pubDate>
		<dc:creator>redman59</dc:creator>
				<category><![CDATA[Past Post Reference]]></category>
		<category><![CDATA[Past Trade]]></category>

		<guid isPermaLink="false">http://redman59.com/?p=1188</guid>
		<description><![CDATA[One of the hardest things to do in trading is take a loss.  This is what makes the game so hard as you will be reminded often that you are wrong.  Then when the hope strategy doesn&#8217;t work it creates a mental blow that leaves you offering excuses as to why it didn&#8217;t.  But after [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1188&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>One of the hardest things to do in trading is take a loss.  This is what makes the game so hard as you will be reminded often that you are wrong.  Then when the hope strategy doesn&#8217;t work it creates a mental blow that leaves you offering excuses as to why it didn&#8217;t.  But after learning to take several losses you will find that losses are some of the best teaching aides out there and in fact can be rewarding.  Aside from studying and learning why it was a losing trade, it will create a mental relief as you are out of the trade and can reinforce your discipline or strategy as that loss becomes a bigger loss.  As many traders say, all big losses start as small losses.</p>
<p>Today I took my loss in an Amazon (AMZN) trade.  AMZN is a stock I like to trade with options as they are liquid, offer weekly options, and the stock moves.  I don&#8217;t want to go into much detail on the strategy here but want to keep this post more about taking losses.  On 2/12 I took on a bearish position in AMZN via March 260/255 Call Diagonal for a 2.45 debit (max risk to upside of $740.00).  Trade order entry shown below:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/amzn_0213.png"><img class="aligncenter size-full wp-image-1189" alt="amzn_0213" src="http://redman59.files.wordpress.com/2013/02/amzn_0213.png?w=595&#038;h=14" width="595" height="14" /></a></p>
<p>I took this trade while watching the 30min chart and I was looking to take advantage of anticipated downside but still bullish AMZN hence being on the call side of AMZN and long the March Call with weekly rolling capabilities.  Anyway here is the 30min chart I was looking at with notes:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/amzn_0213a.png"><img class="aligncenter size-full wp-image-1192" alt="amzn_0213a" src="http://redman59.files.wordpress.com/2013/02/amzn_0213a.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>So with this action I liked the idea that we would retest those 2/7 lows around 255 and this looked like a good place to get long AMZN according to the daily, overall the Call Diagonal was a strategy looking to take advantage of a pullback in order to get long.</p>
<p>So what happened?  AMZN came out with several news bits this morning of minting currency, playing its cloud in cars, and expanding a content licensing agreement with CBS; regardless it was all bullish news that had AMZN gapping up Wed morning almost 3 dollars.  My thoughts were of course &#8220;why not as I just put on a bearish strategy&#8221; looking for a gap down or selling to 255.  Right away I thought &#8220;all this news appears bullish for AMZN so lets see how it handles the opening gap?&#8221;</p>
<p>As stated in a <a title="Amazon Trade Update" href="http://redman59.com/2013/02/05/amazon-trade-update/" target="_blank">previous post</a> I was big on the 260 level for AMZN.  Another reason for this bearish position was its inability to hold that 260 level on Tuesday 2/12, so this was in focus for me.  Seeing that we would gap above this level left me feeling uncomfortable with my position and looking at how it handled that news.  Concentrating on a scaled down time frame, opening volume was bullish and the 260 level wasn&#8217;t even breached.  This told me I just need to accept the loss and I was wrong.  Below is a 30min and 5min chart:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/amzn_0213b1.png"><img class="aligncenter size-full wp-image-1191" alt="amzn_0213b" src="http://redman59.files.wordpress.com/2013/02/amzn_0213b1.png?w=595&#038;h=356" width="595" height="356" /></a></p>
<p>It appears that this news from AMZN coupled with its continued selling since earnings was the catalyst it needed for further upside and it ripped through the day creating a nice daily chart.  Below you can see my order entry/exit orders:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/amzn_0213d.png"><img class="aligncenter size-full wp-image-1193" alt="amzn_0213d" src="http://redman59.files.wordpress.com/2013/02/amzn_0213d.png?w=595&#038;h=39" width="595" height="39" /></a></p>
<p>I ended up taking a -$85.00 loss on this trade (per 1-lot, -34.6%).  But watching AMZN price through the day made a losing trade into an actual win from a mental capital standpoint.  Here is an EOD Risk Profile of the current trade, currently showing a loss of -$304.98 (-124% debit, -41% risk).  As you can see by the low/high red dashed lines not even a 2 sigma move to the downside (low probability of happening) would put me at  my target of 255:</p>
<p><a href="http://redman59.files.wordpress.com/2013/02/amzn_0213e.png"><img class="aligncenter size-full wp-image-1194" alt="amzn_0213e" src="http://redman59.files.wordpress.com/2013/02/amzn_0213e.png?w=595&#038;h=298" width="595" height="298" /></a></p>
<p>I cut the loss realizing I was wrong in my thesis and ending up cutting it before it turned into 3.5x the current loss.  To me this is near a win as when I first started trading I would have turned this into a hope strategy (which it could still come back down).  I have learned through several blown accounts this doesn&#8217;t work and learning to cut the loss when you realize you are wrong from your initial analysis is the right strategy.</p>
<p>Now when I look back at this I ask myself &#8220;would I take this trade again?&#8221; and the answer is yes I would.  This just turned out to go against me with maybe some news catalysts &amp; no anticipation of AMZN or some overall market weakness.  I preserved capital to move on to another trade or get back in AMZN.  If there is one thing I have learned through time it is the ability to realize I am wrong and learn why.  There are just some things you can&#8217;t control, accept your risk going into a trade.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/redman59.wordpress.com/1188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/redman59.wordpress.com/1188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=redman59.com&#038;blog=24302515&#038;post=1188&#038;subd=redman59&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://redman59.com/2013/02/13/learn-to-the-take-the-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c09e26673395aedf706820168ae66e0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">redman59</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/amzn_0213.png" medium="image">
			<media:title type="html">amzn_0213</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/amzn_0213a.png" medium="image">
			<media:title type="html">amzn_0213a</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/amzn_0213b1.png" medium="image">
			<media:title type="html">amzn_0213b</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/amzn_0213d.png" medium="image">
			<media:title type="html">amzn_0213d</media:title>
		</media:content>

		<media:content url="http://redman59.files.wordpress.com/2013/02/amzn_0213e.png" medium="image">
			<media:title type="html">amzn_0213e</media:title>
		</media:content>
	</item>
	</channel>
</rss>
