Page 63 of 82

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Tue Feb 25, 2020 5:26 am
by mrtools
squalouco wrote: Tue Feb 25, 2020 5:14 am

Hi,

Because I am not a coder, I have two questions that I would appreciate help with regarding the indicator Bollinger bands (mtf + arrows + alerts).ex4

1. On the indicator properties, there is an option for arrows on first mtf bar true/false - My interpretation of this is that if set to false when the actual bar prints on the lower time frame chart derived from the higher time frame chart the signal will not move or repaint, am I correct in my assumption?

2. On the indicator properties, there is an option for interpolating values on/off? Could you please in a very simplistic manner explain what are the benefits of mtf interpolation?

Thank you very much in advance for your assistance in these explanations,

1. That is used when using the arrows in mtf mode, if using first mtf bar that mtf bar can change before the multi time frame is complete so if first mtf = false you can get the arrow at the last part of the mtf bar, should be less chance of the signal repainting.

2. check here viewtopic.php?p=1295389365#p1295389365

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Tue Feb 25, 2020 5:31 am
by mrtools
kinforex wrote: Tue Feb 25, 2020 1:12 am Hi friends
what is the name of this panel shownig in the picture?
atr cci.png
Mladen's daily data indicator you can find a version here viewtopic.php?p=1295362655#p1295362655

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Tue Feb 25, 2020 5:47 am
by Black Sheep
mrtools wrote: Tue Feb 25, 2020 5:26 am


1. That is used when using the arrows in mtf mode, if using first mtf bar that mtf bar can change before the multi time frame is complete so if first mtf = false you can get the arrow at the last part of the mtf bar, should be less chance of the signal repainting.

2. check here viewtopic.php?p=1295389365#p1295389365
Thank you, Mr Tools, I got it!

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Mon Mar 02, 2020 2:28 am
by forrest85
Dear mrtools and mladen, other,

Could somebody add alerts, e-mail alert and other usefull stuff for this indicator? It would be very usefull I think. Thank you in advance.

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Thu Mar 05, 2020 9:34 pm
by ivanzab2
Hello ! First, I want to apologize for my English. You are doing a very valuable activity on this site! My question is: can you make this indicator in MTF interpolation mode? Thanks in advance !

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Tue Mar 10, 2020 8:28 pm
by argonaut
Mr Tools..

Can you make the attached TVI (Tick Volume Indicator) MTF?

I have been looking at previous indicators you've coded, but not quite sure where to start.!

Thank you for your help in advance..

JP

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Wed Mar 11, 2020 9:52 am
by mrtools
ivanzab2 wrote: Thu Mar 05, 2020 9:34 pm Hello ! First, I want to apologize for my English. You are doing a very valuable activity on this site! My question is: can you make this indicator in MTF interpolation mode? Thanks in advance !
Sorry for the late answer just saw your request and added mtf.

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Wed Mar 11, 2020 9:54 am
by mrtools
argonaut wrote: Tue Mar 10, 2020 8:28 pm Mr Tools..

Can you make the attached TVI (Tick Volume Indicator) MTF?

I have been looking at previous indicators you've coded, but not quite sure where to start.!

Thank you for your help in advance..

JP

TVI.mq4
Try Blau Tvi there are a bunch of different versions.

Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Wed Mar 11, 2020 9:02 pm
by argonaut
Try Blau Tvi there are a bunch of different versions.

Thank you..that's just what I was looking for...

One request... I've looked at the code and wanted to ask if its to add a look-back-bars input to the indicator rather than reading the current bar? I tried adding it to the
the int y = iBarShift(NULL,TimeFrame,time); but it didn't work!

JP


Re: MT4 Multi Time Frame (MTF) Indicators

Posted: Wed Mar 11, 2020 10:55 pm
by ivanzab2
mrtools, thank you! You are a great person!