Posts

Showing posts from April, 2020

MacdBB

To install the indicator on ThinkorSwim, open "Edit Studies and Strategies". Then click create. Then paste in the below code. # TS_MACD_BB # By Eric Purdy, ThinkScripter LLC # http://www.thinkscripter.com # thinkscripter@gmail.com # Last Update 07 Feb 2011 declare lower; input price = close; input BBlength = 10; input BBNum_Dev = 1.0; input MACDfastLength = 12; input MACDslowLength = 26; input MACDLength = 5; def MACD_Data = MACD(fastLength = MACDfastLength, slowLength = MACDslowLength, MACDLength = MACDLength); plot MACD_Dots = MACD_Data; plot MACD_Line = MACD_Data; plot BB_Upper = reference BollingerBands(price = MACD_Line, length = BBlength, Num_Dev_Dn = -BBNum_Dev, Num_Dev_Up = BBNum_Dev).UpperBand; plot BB_Lower = reference BollingerBands(price = MACD_Line, length = BBlength, Num_Dev_Dn = -BBNum_Dev, Num_Dev_Up = BBNum_Dev).Lowerband; plot BB_Midline = reference BollingerBands(price = MACD_Line, length = BBlength, Num_Dev_Dn = -BBNum_Dev, Num_D

The Holy Grail

Image
How many sites have you been to that have claimed to clarify your trading to make you a master day trader? The fact is 95% of traders fail. And many will spend thousands of hours at least attempting to make millions as a day trader. How much would you pay for an education that would make you a million dollar a year job. Although its not easy to use, I will tell you the trick. People claim that they have the best indicators for the job but none of them work Here it is: MacdBB's I will give it to you, free of charge here on my blog. Each one communicates to the other one and has correlations with the other. The way it hugs the rail and snaps are just some of the classic features of it. If you want help using the MacdBB's as well as how they plug in to price action and other indicators, I offer course videos which can turn you into a professional trader for a flat fee. www.holygrailfutures.com