Multi Timeframe Indicators - page 423

 
mladen:
Easier from this ?
string sTfTable[] = {"M1","M5","M15","M30","H1","H4","D1","W1","MN"};

int iTfTable[] = {1,5,15,30,60,240,1440,10080,43200};

string timeFrameToString(int tf)

{

for (int i=ArraySize(iTfTable)-1; i>=0; i--)

if (tf==iTfTable) return(sTfTable);

return("");

}

You decide which is shorter and easier, and even though it is up to anybodies preference what kind of coding will one use, I'll stick to my mode because it is much easier to add "custom" time frames to it (offline charts for example) and is simpler (and I am a sucker for simplicity when it comes to coding)

Wish you (and all the members) a happy new year in advance

and you Happy New Year!!!

 

Ask Mr. mladen to update macdline nrp.mq4 to MTF version

Dear Mr. mladen,

Attached macdline nrp.mq4 is updated by you before. Please do me a favor to update it to MTF version.

Thank you very much in advance.

Best regards,

Thomas c

Files:
 
mladen:
Thomas Here you go

Dear Mr. mladen,

Thank you very very much. You are so kind for all of us

 

4_tf_psar_bar2_1.mq4

Do you make prefers only seeming parabolics(on+off)

just seeming 4 periods

I want

1,2,3 and all with on-off

Regards

Files:
 

ALTAN1

Take a look at this thread : https://www.mql5.com/en/forum/181187

As far as I know, there are some that you can use the way you explained (just set the time frame you want to the same if you wish all the 4 to be the same, and so on, you can have any combination). Having it show 1,2,3 or 4 values does not go well in metatrader 4 since it is not possible to set minimum and maximum from the code dynamically

ALTAN1:
4_tf_psar_bar2_1.mq4

Do you make prefers only seeming parabolics(on+off)

just seeming 4 periods

I want

1,2,3 and all with on-off

Regards
 

thanks for dear mladen for intresting...

I want to use one by one or two by two and three by three and four by four on all graphics.Like under the picture.I want only separete with turn of or turn on.Best regards

 

Did not find so far one like that

What I found is one that shows 2 time frame parabolic SARs by cja (at this post : https://www.mql5.com/en/forum/177838 )

ALTAN1:
thanks for dear mladen for intresting...

I want to use one by one or two by two and three by three and four by four on all graphics.Like under the picture.I want only separete with turn of or turn on.Best regards

 

hi mladen

lc3.ex4 can you make this indicator tf and indicator arrows on the chart? thanks

Files:
murcu3.gif  41 kb
lc3.ex4  4 kb
 

Take a look at this post : https://www.mql5.com/en/forum/174961/page3

Set the period to 20 and speed to 1.5. And it is already a multi time frame indicator

murcu1:
lc3.ex4 can you make this indicator tf and indicator arrows on the chart? thanks
 

Sir,can u make this 2 indi to mtf,thks

omacd.ex4

macd_osmax_v3.mq4

Files:
Reason: