You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Easier from this ?
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 advanceand 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
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
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
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
Regardsthanks 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 )
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
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
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