Multi Timeframe Indicators - page 571

 
mladen:
Marco First of all that is decompiled code But don't be sad : that is a decompiled code of a renamed solar wind indicator, so, my advice is to forget about it (or use one of the million versions posted at this thread : https://www.mql5.com/en/forum/179650 )

Hello MLaden,

Thx for your the comment and let's forget because of repainting.

BTW have a nice Christmas and a healthy 2014 for you, mrTools and all the guys on this forum.

Regards Marco

 

Parabolic SAR S/R Multi Timeframe Indicators

hi mladen and/or mrtools here iam again asking for your kindness

I need to add the mtf option to this indi -->parabolic_sar_sr_2.mq4

happy holidays to all forex-tsd members

cheers tito,

Files:
 
mladen:
nevar This should be it

Mladen ,

Is it possible to code the MTF version like the picture in the link? https://www.mql5.com/en/forum/173574/page297

Thanks in advance.

 

Dear Mladen

Merry Christmas

Would it be possible to add 'mtf' and 'color' in attached indicator ?

Thanks for any help

secretcode

Files:
 
mladen:
secretcode Here you go. And this one has the interpolation added too (still holidays )

Dear Mladen

There is only one thing that I can say since anything else is not enough : Thank You

secretcode

 

Dear Mladen.

I know that draws this indicators, but would it be possible to add "MTF" in attached indicators?

Thanks.

Files:
trline.mq4  2 kb
 
nevar:
Mladen ,

Is it possible to code the MTF version like the picture in the link? https://www.mql5.com/en/forum/173574/page297

Thanks in advance.

nevar

this should be it

PS: to have more than one instance active on the same chart, set the BoxesID to unique value for each instance

Files:
 
mladen:
thefxpros

If you wish to use non standard time frames as a source for multi time frame in that indicator then replace the line 147 of that indicator that goes like this :

return(Period());[/CODE]

with this :

[CODE]return(StrToInteger(tfs);

Dear Mladen and mr.Tolls.I want this indicator too for non-standard term, but I don't understand what exactly it is necessary to change in a code.

Help please.

 
Air92:
Dear Mladen and mr.Tolls.I want this indicator too for non-standard term, but I don't understand what exactly it is necessary to change in a code. Help please.

Air92

As it is said there, you have to replace the line 147 in the code with the second line of code. Then you can use offline time frames as sources (but you have to have an offline chart generating software up and running). That is the "non standard time frame" that thefxpros was referring to. If you try to enter a time frame that does not have a corresponding history data file already existing, you are not going to get anything on chart

 

I use only a non-standard chart therefore I know as to open independently

Files:
1_5.jpg  86 kb