Multi Timeframe Indicators - page 657

 

Dear mrtools,

These indicator likely Power of Trend / Volume signal.

Worked Well & didn't found Problem when Compiled with MT4 Build 628

But have got 1 WARNING : arrays passed by reference only.

Lowest Bars really to Smallest, can't read clearly...

Need Help modification make more Higher, please.

Files:
vertex.mq4  3 kb
vertex.jpg  938 kb
 

TSI_MACD_true_mtf from here: https://www.mql5.com/en/forum/173574/page402 updated to be compatible with new mt4 builds.

 
Lapusya123:
Hello . Please MTF with arrows and alerts . If you can make the color blue line slope. Thank you !

Lapusya123, added the mtf, there isn't any buffers left to add the alerts and arrows.

updated version here https://www.mql5.com/en/forum/173574

Files:
 

Trend_Percentage_mtf from here: https://www.mql5.com/en/forum/173574/page365 made compatible with new mt4 builds.

 
Kelch Monteiro:
Hi,

somebody can do this indicator in mtf?

trend_percentage.mq4

Kelch Monteiro, made it mtf.

updated version here https://www.mql5.com/en/forum/173574

 
mladen:
drunkpips There are a lot of dashboard indicators but we do not have a thread dedicated to those (they are mostly posted in threads at which the indicators that they use are)

pls help me with link to good ones, thanks

 
Tsar:
Dear mrtools,

These indicator likely Power of Trend / Volume signal.

Worked Well & didn't found Problem when Compiled with MT4 Build 628

But have got 1 WARNING : arrays passed by reference only.

Lowest Bars really to Smallest, can't read clearly...

Need Help modification make more Higher, please.

Tsar

That is not a dangerous warning but nevertheless, here is a version that does not have that warning any more Also added a vertical shift so you can adjust the visibility of the small values. Here is an example with vertical shift set to 0.5

Files:
vertex.gif  70 kb
 

Hi Mladen,

Can you kindly help to update the indicator to be compatible with the latest build please.

Possible to merged into 1 indicator? Thank you.

 
fxroulette:
Hi Mladen,

Can you kindly help to update the indicator to be compatible with the latest build please.

Possible to merged into 1 indicator? Thank you.

fxroulette

here is this one : heikenashiosc_histo_mtfalerts_nmc.mq4

 
mladen:
Antony

Imagine this :

1 hour chart and you want to see 1 minute values. Which one out of the 60 are you going to chose to see? And why exactly that one and not some other? And why are you going to discard 59 out of 60? Wht would be the criteria (mathematical criteria) that would determine the most significant value out of those 60 that should be displayed instead of the rest 59?

Ignoring the fact that 1 hour chart should display 60 values between each 1 hour bar leads to huge errors and wrong estimations (at lest that is my opinion)

It is easy to make it, but making it you are going to see just 1/60th part of the picture and that is as if you are totally blind and trying to see what Van Gogh have painted on his Sunflowers

mladen,

yes I agree that plotting 1M BB on 1H chart does not make sense.

In my case I want to show the 5M BB on 15M chart. In my EA I use dots every 5 minute to show where the 5M BB are currently positioned. Unfortunately I'm not able (mq4 code skills) to do it in an indicator.

In EA i can use the iTime function to plot a dot every 5 minutes.

if (CheckTimePattern!=iTime(NULL,BBPeriod,0)...

What can I use in an indicator in order to show a dot of the 5M BB value every 5 minutes?

Any help is greatly appreciated.

Antony

Reason: