Multi Timeframe Indicators - page 400

 

MTF b-clock

Hi mladen...

I went looking for an MTF B-Clock...

found one:

b-clockl_mtf.mq4b-clockl_mtf.ex4

Problem:

Especially on smaller TF charts

it prints too HIGH above the bid line...

then 'disappears' from the screen

when the PA moves the bid line to the top

and 'pushes' the clock off the screen.

I have a b-clock that doesn't do that

but it's not MTF.

b-clk.mq4b-clk.ex4

It needs to be lowered to ride (just) above the bid line.

Thanks for any help/time you can offer.

Cheers

Randy

Files:
 

...

goldenequity

Can not change ex4

goldenequity:
Hi mladen...

I went looking for an MTF B-Clock...

found one:

b-clockl_mtf.mq4b-clockl_mtf.ex4

Problem:

Especially on smaller TF charts

it prints too HIGH above the bid line...

then 'disappears' from the screen

when the PA moves the bid line to the top

and 'pushes' the clock off the screen.

I have a b-clock that doesn't do that

but it's not MTF.

b-clk.mq4b-clk.ex4

It needs to be lowered to ride (just) above the bid line.

Thanks for any help/time you can offer.

Cheers

Randy
 
mladen:
goldenequity Can not change ex4

ex4 and mq4 are both there

(looks like 1 attachment but both are posted)

b-clockl_mtf.mq4

Files:
 

MTF b-clock

mladen:
Didn't see it Try it out now (you can adjust the gap as you wish - it is a multiplier used to add textGap average tru ranges to the price and that is the vertical gap of the text)

Sweet

The .5 default put it right in the middle...

changed it to 1 and it sits right where I wanted it.

Once again... thank you SO much... I appreciate your skill set!!

Randy

Files:
bclk.png  10 kb
 

...

Try this version out

It should be what you need

toddanderson:
Could some make this indicator into a multi time frame MTF

it is a demark range forcast indicator

Forecasting of Price Ranges - MQL4 Code Base
Files:
drp3.mq4  3 kb
 

thank you

Thank you mladen

mladen:
Try this version out It should be what you need
 
mladen:
casaliss Multi time frame disparity index attached at the post

hi mladen,

i compared this indi with another one i'm using and noticed they have very similar behaviour (but on different scales).

could you pls look in the code of the 2 and tell what's the difference and -if possible- which of the 2 might be the better one (if we can say so...)? many thanks in advance.

regards

madistance.mq4

Files:
diff.gif  17 kb
 

...

engula

The two have similar math and that is why they look so similar.

Ma distance is calculated as (price-ma)

Disparity index is calculate as (price-ma)/(ma*100)

So the difference is in only in the divisor, and since the divisor does not change "wildly" the resulting indicator is, when looking at it, very similar

engula:
hi mladen,

i compared this indi with another one i'm using and noticed they have very similar behaviour (but on different scales).

could you pls look in the code of the 2 and tell what's the difference and -if possible- which of the 2 might be the better one (if we can say so...)? many thanks in advance.

regards

madistance.mq4
 

Thanks also mladen

 

Nonlag MA slope

Is there an MTF version of this which is not a bar indicator (post 3974) but which shows the extent of the slope (so would look more like an oscillator)? This would be great.

Thank you.

Mike T

Reason: