Multi Timeframe Indicators - page 69

 

hii..actually i want if some one have MTF bbsqueeze dark, not MTF bbsqueeze.

I think this is 2 different indicator right? If some one have or can create for me, i really appreciate that.

Thank you very much guys.

 

Are you interested on multitimeframe analysis system ???

https://www.mql5.com/en/forum/177234

 
keris2112:
Hi all, I've been wanting to have the ability to plot indicators from different timeframes on my chart, but MT doesn't have this capability built in. (Does anyone know of any charting programs that do this natively?)

Amibroker has built in functions for time compression:

//Code example for MTF Averages:

for (n = 1; n<=10; n++)

{

TimeFrameSet (n*Interval());

Average = EMA (C, 10);

TimeFrameRestore();

average = TimeFrameExpand ( average , n*Interval() );

Plot (average , "", ColorRGB(200, 10*n, n));

}

Plot ( C, "", colorLightGrey, styleBar);

//-------------------------------------------

 

MTF Heiken_Ashi_Smoothed

Bruce:
MTF Heiken_Ashi_Smoothed.mq

Thanks Fxbs,

I appreciate it very much..

Bruce

 

ToR 1.02, yes it's MTF

My new indicator, it's the first one I've ever written actually, is MTF. It's called ToR 1.02 and it tells you whether you are trending or ranging. You can download the source and there are screenshots on it's own thread.

https://www.mql5.com/en/forum/177237

 
nittany1:
My new indicator, it's the first one I've ever written actually, is MTF. It's called ToR 1.02 and it tells you whether you are trending or ranging. You can download the source and there are screenshots on it's own thread. https://www.mql5.com/en/forum/177237

Hi,

thank you, great.

 
erdenmensch:
Hi, unfortunately it does not function with all 4 MT4-Brokers. I see no lines.

The indicator is working fine. The other indicator on the screenshot is stochastics and on the price action there are moving averages. My indicator shows you on different timeframes whether you are in an emerging trend, strong trend, weakening trend or in a ranging market.

 

so, when its no trend i can looking with oszillator and if not i looking with macd? the signals comes early with macd?

 
spiritbreezer:
Many MTF macds cannot work with the imput of 1 as the last figure.

S., macd_correct2 -is a macd alpha under diff. name.

MTF does works with your settings (15-26-1)

 
fxbs:
Thank you, guys, 4 shearing ideas

MTF_bbsqueeze_dark_IR - classic MTF + Igorad & Ruff upgrades, a bit heavy

MTF_bbsqueeze_dark_Sn - FX Sniper's code, lighter

Thanks for sharing..

Reason: