StockFetcher Forums · General Discussion · chart peoples !<< 1 2 >>Post Follow-up
hrosas
27 posts
msg #37085
Ignore hrosas
7/26/2005 9:33:42 PM

maxreturn:
Straight answer before I become repetitive:
1) How far out of the money: with Google at least $30 below the current price. Others like BBBY, EBAY, MMM etc. the first out of the money.
2) How far time wise: 30 days or less on Monday, Tuesday or the first week after the previous expiration the 3rd Friday of the month (Expiration) where premiums still high.
3) Strike apart: One level, $5 on sotcks under $100. With Google $ 10
On May I sold 240/230, June 280/270, now in July 270/260 with credit (income) of $2100, $4000, and $2400 for July for 10 contracts each. Even if I was forced to close the spread today I could buy it for only $500and keep the other $1900.00 (GOU TN / GOU TL, .90/.40)
In general (personal opinion), vertical credit spreads whether Puts or Calls have limited potential profits and the risk is greater than the potential income, but the risk is limited too. However the probabilities are superb: if the stock is droping and you write the vertical Call spread you have 2 out of 3 chances of making money, one if the stock does not move that much, two if it keeps dropping. Viceversa with the Puts if the stock is moving up.
Remember that with out of the money options people are paying for time, speculation, hope, for calendar vs. trading days, etc. Sometimes we get nasty surprises like July 7 with the London bombing, MMM dropped $2 to $3 immediately and I was getting $1 with $4 risk. It reversed and finally was all right, but those things happen. Besides I balance positions with stocks that are moving down and up. Over all it is a good source of steady income.
Commissions will make a severe dent if you use OptionsXpress or any other discount brokerage house that charge high minimums. I pay $2 per spread with Trade Station and MBTrading. MBtrading I had to do it manually and it is a hassle. Trade Station charges $ 99.95 a month for the use of the platform but you click on the spread itself rather than negotiating two sides. It is very easy and fast.
Final tought, I never, never write naked puts or calls. Many years ago when I was a Broker for a major House, a colleague of mine accumulated over $ 1 million in profits in less than 5 years,writing NAKED way out of the money Puts and Calls on two issues only: OEX and IBM, and then on the CRASH of October 17, 1987 (THU, FRI and that Monday) he lost over $ 1.7 million. That week he emptied his desk and went out to file for Protection. He earned the 1/16 on his calls but his 1/16 puts became $40, $50, $60 Puts. Since then I can not understand why anybody will recommend or write straight naked options.
HR



hrosas
27 posts
msg #37086
Ignore hrosas
7/26/2005 9:50:07 PM

maxreturn: Sorry I missed the timing tool(s): mostly daily CCI(14) over 0 and/or Aroon(25) Oscillator crossing above 0. I will start looking closely if Aroon UP(25) crosses below 70. And sometimes emotional attachement to the up or downside moves. HR


cocky_pusher
12 posts
msg #37108
Ignore cocky_pusher
7/27/2005 3:05:12 PM

Hrosas, let me tell you your opinion on goog is a very good one. I missed some of the action on qcom back in 1998 because I was playing with the price patterns, and I know what it feels to miss a 10 bagger and to ride one. I totally agree with your bullish comments on goog, but I wouldn’t buy right now.

By the way the put spread info is also very good, thanks for your comments.




___________________________________________________________________
Financial Genetic Programming Research
www.tau-zweig.com



maxreturn
745 posts
msg #37112
Ignore maxreturn
7/27/2005 4:47:29 PM

Thanks Hrosas!


TheRumpledOne
6,407 posts
msg #37117
Ignore TheRumpledOne
7/27/2005 7:48:46 PM

This will show you when to long/short GOOG:

Fetcher[
/* your filter code goes below this line */


open equals ind(GOOG, open) and volume equals ind(GOOG, volume)

sort column 5 descending

/* STOCK DASHBOARD DISPLAY for newbies and old pros */

set{E36b,days(ema(3) is above ema(6),100)}
set{E36a,days(ema(3) is below ema(6),100)}
set{E3xE6, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}


set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


set{PARBuy, count(close crossed above Parabolic SAR, 5) }
set{DMIBuy, count( di(14) Difference crossed above 0 , 5) }
set{DMIBuyX, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR, 5) }
set{DMISell, count( di(14) Difference crossed below 0, 5) }
set{DMISellX, count( di(14) Difference below 0, 1) }

set{PARSBuy1, PARBuy * DMIBuy}
set{PARSBuy, PARSBuy1 * DMIBuyX}

set{PARSSell1, PARSell * DMISell}
set{PARSSell, PARSSell1 * DMISellX}

set{PARSTrade, PARSBuy + PARSSell}

set{HiOp, high - open}

set{WRb,days(Williams %R(10) is above Williams %R(10) 1 day ago,100)}
set{WRa,days(Williams %R(10) is below Williams %R(10) 1 day ago,100)}
set{WRxWR, WRa - WRb}

and add column VolCnt
and add column Vdbl
and add column volpct

and add column HiOp
and add column Trend

and add column CxC {CxC_}
and add column CxE5 {CxE5}

and add column E3xE6 {E3xE6}
and add column E13xE26 {E13xE26}


and add column CxM50
and add column CxM200
and add column M50xM200

add column rsi(2)
add column weekly rsi(2)

add column PARSBuy
add column PARSSell

add column WRxWR

and draw RSI(2)
and draw ema(5)

and draw Williams %R(10)

and draw Parabolic SAR
and draw +di(14)

and draw -di(14)
and draw adx(14)
and draw di(14) difference

]



MAY ALL YOUR FILLS BE COMPLETE


markcrisp
187 posts
msg #37151
Ignore markcrisp
7/29/2005 8:13:53 AM

It doesn't add up.

I can't find any decent profits from selling one option and buying another on a vertial credit spread. You are talking $50 profit on average..BEFORE commissions.

EG: GOOG September 260 put $1.80
250 Put $0.90

Credit = $90 - brokerage fees......And many other stocks it's a lot less than this. Not worth the effort.


cocky_pusher
12 posts
msg #37159
Ignore cocky_pusher
7/29/2005 1:43:50 PM

What I understand horsas is talking about is a bear spread.

Example: GOOG @ 289

Buy put Aug 05 strike price 300 @13.6 GGDTT.X
Sell put Aug 05 strike price 310 @22.0 GGDTB.X

If GOOG ends up running as it has done lately and ends above 310 by Aug 19 2005 profit will be:

300 strike price put is worthless so you lose 13.6 but you keep 22 from GGDTB.X
Total profit: 22.0 - 13.6 = 8.4

The risk involved is that you will not make money if the stock doesn’t rise. But analyze this; if you buy GOOG @289 and sell @310 where it must end in order to profit you make 21.0 and 21 > 8.4 !!!!!



StockFetcher Forums · General Discussion · chart peoples !<< 1 2 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.