Welcome! Log In Create A New Profile

Get Earnings and Seasonal Trends - Subscribe Today!

Advanced

MCD

Posted by optiontrader101 
MCD
June 23, 2014 09:37AM
Re: MCD
June 24, 2014 07:14AM
I like that cycle indcator at the bottom, what is it, if i may ask?
thanks,
ht65
Re: MCD
June 24, 2014 08:44AM
Sure , smiling smiley

its name " Spearman" you can also find it in the THINKORSWIM indicators from TDameritrade :




declare lower;

input price = hl2;
input length = 5;
input averageLength = 2;
input over_bought = 80;
input over_sold = -80;

assert(length >= 2, "'length' must be greater than or equal to 2: " + length);

def sumSqr = fold i = 0 to length with sum do
sum + Sqr((length - i) - fold j = 0 to length with rank
do rank + if GetValue(price, i, length - 1) > GetValue(price, length - j - 1) or GetValue(price, i) == GetValue(price, length - j - 1) and i <= length - j - 1 then 1 else 0);

plot Spearman = 100 * (1 - 6 * sumSqr / (length * (Sqr(length) - 1)));
plot SpearmanAverage = Average(Spearman, averageLength);
plot OverBought = over_bought;
plot ZeroLine = 0;
plot OverSold = over_sold;

Spearman.SetDefaultColor(GetColor(9));
SpearmanAverage.SetDefaultColor(GetColor(8));
OverBought.SetDefaultColor(GetColor(5));
ZeroLine.SetDefaultColor(GetColor(5));
OverSold.SetDefaultColor(GetColor(5));
Re: MCD
June 24, 2014 09:57AM
OUTSTANDING...THANKS!
Re: MCD
June 30, 2014 09:41AM


Now we will wait for a BUY sgnal !!
Re: MCD
July 02, 2014 08:37AM
Re: MCD
July 06, 2014 04:49PM
Shorted MCD on your last signal for a good profit and now I am in it long, per the current signal, and up .30 on the option. Another good trade signal from Optiontrader101



Edited 1 time(s). Last edit at 07/06/2014 04:51PM by mtut.
Re: MCD
July 08, 2014 09:25AM
Still positive .... thumbs up

Targets : 101.35 >> 101.79 >> 102.30



Edited 1 time(s). Last edit at 07/08/2014 09:26AM by optiontrader101.
Re: MCD
September 16, 2014 02:47PM
optiontrader101 Wrote:
-------------------------------------------------------
> [s22.postimg.org]


Hey Optiontrader101,
Wondering if you be willing to share how you get the buy and sell signal? It looks pretty awsome.

Thanks,
StrategyNode
Sorry, only registered users may post in this forum.

Click here to login