Searching for in the money covered calls for
a particular month:
- % in the money >= 0
- month = Mar
-
covered call return INCLUDING profit/loss
from called out >= .1
Searching for in the money covered
calls for a particular month and stock price less than
20:
- % in the money >= 0
- month = Mar
-
covered call return INCLUDING profit/loss
from called out >= .1
- stock price <= 20
Searching for out of the money covered
calls for a particular month
- % in the money <= 0
- month = Mar
-
covered call return NOT INCLUDING
profit/loss from called out >= .1
Searching for out of the money covered
calls for a particular month and stock price less than
20
- % in the money <= 0
- month = Mar
-
covered call return NOT INCLUDING
profit/loss from called out >= .1
- stock price <= 20
Searching for good returns on covered
calls regardless of being called out or not
- Month = Mar
-
covered call return INCLUDING
profit/loss from called out >= .1
-
covered call return NOT INCLUDING
profit/loss from called out >= .1
Searching for covered calls on stocks
that are near their 52 week low
- Month = Mar
-
covered call return INCLUDING
profit/loss from called out >= .1
-
covered call return NOT INCLUDING
profit/loss from called out >= .1
-
Position in 52 week range <=
20
Searching for covered calls on stocks
that have low pe ratios and high returns
- Month = Mar
-
covered call return INCLUDING
profit/loss from called out >= .1
-
covered call return NOT INCLUDING
profit/loss from called out >= .1
- PE <= 20
-
EPS >= 0 (You want earnings to be
positive)
Searching for Covered Calls for Options
that are theoretically over-valued based upon implied
premiums.
- Month = Mar
-
covered call return INCLUDING
profit/loss from called out >= .1
-
covered call return NOT INCLUDING
profit/loss from called out >= .1
-
Ratio of Option's Bid Price to Implied
Premium. >=0
Searching for covered calls that are
extremely liquid
- Month = Mar
- covered call return INCLUDING profit/loss from called out >= .1
- covered call return NOT INCLUDING profit/loss from called out >= .1
- Option Volume > 100
Searching for covered calls at the
money
- Month = Mar
-
covered call return INCLUDING
profit/loss from called out >= .1
-
covered call return NOT INCLUDING
profit/loss from called out >= .1
- percent in money <= .05
- percent in money >= -.05
|