4TF Bars: Indicators and Ideas - page 33

 

4 time frame parabolic SAR ...

Try this one It will alert you when all 4 parabolic SARs of current bar are the same. It will alert only nce per direction (so, if for example, it alert you that all are aligned up, it will not alert again till all 4 are aligned down and vice versa). Parabolic SAR used in this one is a correct one (the one that avoids the error that a built in parabolic SAR has in it)

regards

__________________

A version supporting new metatrader builds posted here : https://www.mql5.com/en/forum/181187

mtuppers:
hi mladen

do you know any of 4tf indicator do alert if all 4tf have same direction which is working?

I do find an system at another non active forum that has it but does not seems working.

I find the file but could not found the system that was using the file...

as file below it does code with alert, but for my meta4 platform does not seems working
 

4 time frame stochastic 2 from this post : https://www.mql5.com/en/forum/181187 made new metatrader 4 compatible (and also compiles without problems using build 509)

4_time_frame_stochastic_2_nmc.mq4

 

4 time frame stochastic alerts ...

Here you go ...

But there is a deviation from what you asked for : in this one you can set it up to alert when at least 3 time frames are aligned or all 4 time frames are aligned. The reason for doing so is that if it is less than 3 you will always have alignment (there is always at least 2 of the same color) and in that case you would have alerts all the time. This way (with limiting it to only 3 time frames) you can get a bit quicker alert and it will still alert even if 4 are aligned to

mtuppers:
thanks...

by the way would it be possible to get 4tf stochastic bar do the same, and if possible to make 2 tf alert. like 1m and 5m when has same direction.

after read the source code I am thinking to do it my self, but... seems like way more work. so I am not upload the 4th stochastic bar since can be using istochastic function. sorry as I am really after is 4tf stochastic bar instant of the parabolic sar one.

PS: new metatrader 4 compatible code posted here : https://www.mql5.com/en/forum/181187

 

Thanks for the good work Mladen and Mr.Tools.

 

4 time frame Guppy mma oscillator

This is a 4 time frame Guppy mma oscillator made compatible with build 509 as well as the new builds of metatrader Originally it was posted at this post https://www.mql5.com/en/forum/181187 ) : 4_time_frame_guppy_mma_oscillator_nmc.mq4

 

4 Time frame Guppy mma oscillator ...

This one is using the Guppy mma oscillator (can be found at this post : https://www.mql5.com/en/forum/172971/page2 ) in order to monitor 4 time frames. Signals are acording to oscillator to signal line relation not to zero line crosses. A document with a description of Guppy mma can be found at this link : https://www.mql5.com/en/forum

PS: updated version compatible with new builds of metatrader 4 posted here https://www.mql5.com/en/forum/181187

 

4 time frame gann high low activator

This is a 4 time frame gann high low activator made compatible withe the new builds of metatrader 4 : 4_time_frame_gann_high-low_activator_nmc.mq4

Original indicator was posted here : https://www.mql5.com/en/forum/181187

 

4 time frame Gann high low activator ...

Since this is a 4 time frame bars indicator, decided to make a 4 time frame version of Gann high low activator (SSL is in fact Gann high low activator). If you wish to have just 2 time frames, simply set 2 pairs time frames to the same time frame (for example you can have TimeFrame1 and TimeFrame2 set to current, and TimeFrame3 andTimeFram4 to next"next1" and that way you are going to defectively have just 2 time frames) That way you can combine as you wish

As the rest it has alerts (you can control the "level with alertsLevel parameter) and you will get the alerts too

________________

Updated indicator (compatible with new builds of metatrader) posted here : https://www.mql5.com/en/forum/181187

lrathi:
Would it be able to put an alert on this SSL bar indicator when 2x time frames line up please mladen With much appreciation,
 

4 time frame adjustable period fractals

This is a 4 time frame adjustable period fractals made to be compatible with new metatrader 4 : 4_time_frame_fractals_-_adjustable_period_amp_price_separate_nmc.mq4

Original (with description) was posted here : https://www.mql5.com/en/forum/181187/page2

 

4 time frame adjustable period fractals

This is a 4 time frame adjustable period fractals (originally posted here : https://www.mql5.com/en/forum/173009/page13 )

Unlike the rest of the 4 time frame bars this one has one additional option : InheritValues. If it is set to true, than fractals are treated as trends and then all the values from a new fractal are "inherited until an opposite fractal is formed. If it is set to false, then it is showing only the position where a fractal was formed for the first time. Here is an example with inherited values (upper) and non-inherited values (lower) :

Alerts in this one are different too : it will just alert which is the current fractal value for each and every time frame. Because of the inherited or non-inherited values it does not wait for a certain number of fractals to align in order to alert

PS: updated version compatible with new metatrader 4 posted here : https://www.mql5.com/en/forum/181187

Reason: