Search Results for : multi time frame macd


TradingView Multi Time Frame MACD

Multiple Time Frame Based Indicator of the MACD This indicator was translated directly from the Thinkorswim version I published years ago on this website. There have been many requests from our viewers to publish this on TradingView and…. well…. here it is! While creating this indicator I checked it against the signals generated on the […]


use code for multi time frame macd in a flag

Pete was wondering you would convert your multi time frame macd code into a format for a flag in TOS.  I can make a flag for a daily chart but the problem for me comes with trying to code intra day (for ex. 30 min flag posted on a daily chart).  It would be extremely […]


MACD Multi Timeframe

I have been trying to create a MTF MACD crossover at a 30 min timeframe and show bullish or bearish while I’m on the 1 min timeframe. I am having problems getting the aggregation period to work. Hoping you could help, thanks! Def positive =MACD().”Value” crosses above MACD().”Avg”; Def negative =MACD().”Value” crosses below MACD().”Avg”; def […]


Multi Timeframe MACD scan

I made a multi time frame scan and everything that comes up with I scan is grey, no green or red bars. http://tos.mx/wokaVSa Here’s a link to the scan. Example attached as pic.


DMI Multi-Time Frame Indicator

Hi Pete, Can you create a multi-timeframe DMI Indicator that uses a Points painting strategy as opposed to lines, similar to the multi-timeframe MACD Indicator in the thinkscript code below. The points should turn green when the DI+ is above the DI- declare lower; input timeFrameOne = AggregationPeriod.FIFTEEN_MIN; input fastLength = 12; input slowLength = […]


Display MACD as Dots in Lower Study

Hi Pete, I asked a similar question in this thread about moving averages, which you helped me resolve. This is my last request for this type of indicator. Do you know how to create a lower chart study that plots when a MACD Value is greater than its Avg as dots as opposed to lines […]


How to view MACD from different time frames

Hi Pete! Hope everything is going well! I would like to display multiple MACD indicators from different time frames on my ThinkorSwim Chart. For example, I want to be able to see both the 3 minutes and 5 minutes MACD on my 5 minute chart. Do you know if this is possible? Thank you so […]