Page 75 of 91
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Wed May 12, 2021 8:12 pm
by lain7123
Can someone help me make this indicator MTF and add alerts for buy&sell in the zones? thanks.
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Sat May 15, 2021 8:31 am
by sam50
Good day to all. Is there any mtf indicator that does not repaint.? I have attached a mtf PTL indicator on a 4h tf. I have set this mtf PTL indicator to daily tf. The Problem is that the PTL imdi repaints.
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Sat May 15, 2021 8:34 am
by sam50
Good day to all. Is there any mtf indicator that does not repaint.? I have attached a mtf PTL indicator on a 4h tf. I have set this mtf PTL indicator to daily tf. The Problem is that the PTL imdi repaints.
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Sat May 15, 2021 8:41 am
by mrtools
sam50 wrote: Sat May 15, 2021 8:34 am
Good day to all. Is there any mtf indicator that does not repaint.? I have attached a mtf PTL indicator on a 4h tf. I have set this mtf PTL indicator to daily tf. The Problem is that the PTL imdi repaints.
That has been explained many times, that isn't repainting it's normal mtf behavior, in your case it will take 6 4hr bars to complete before it matches a daily bar, so within the 6 4hr bars the signal can change, this is normal and until now nothing can be done about it.
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Sat May 15, 2021 3:36 pm
by sam50
mrtools wrote: Sat May 15, 2021 8:41 am
That has been explained many times, that isn't repainting it's normal mtf behavior, in your case it will take 6 4hr bars to complete before it matches a daily bar, so within the 6 4hr bars the signal can change, this is normal and until now nothing can be done about it.
okay thank you very much. god bless.
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Thu May 27, 2021 10:36 pm
by Intrest 1
Add MTF pls
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Tue Jun 01, 2021 10:25 pm
by 太虚一毫
mrtools wrote: Sat May 15, 2021 8:41 am
That has been explained many times, that isn't repainting it's normal mtf behavior, in your case it will take 6 4hr bars to complete before it matches a daily bar, so within the 6 4hr bars the signal can change, this is normal and until now nothing can be done about it.
Hello teacher!
!! GoldBug BreakOut Box5.mq4 is a good indicator that the teacher asked the teacher to fix yesterday. If it can be supported by MTF, it should be better. Ask the teacher to add MTF to it. Thanks a lot!
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Wed Jun 02, 2021 1:55 pm
by 太虚一毫
extern string TimeFrame = 15; //"Current time frame";
There is a problem with this line:
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Wed Jun 02, 2021 11:43 pm
by mrtools
太虚一毫 wrote: Wed Jun 02, 2021 1:55 pm
extern string TimeFrame = 15; //"Current time frame";
There is a problem with this line:
Change the 15 to "Current time frame"; and it should work.
Re: MT4 Multi Time Frame (MTF) Indicators
Posted: Wed Jun 02, 2021 11:51 pm
by 太虚一毫
mrtools wrote: Wed Jun 02, 2021 11:43 pm
Change the 15 to "Current time frame"; and it should work.
Correct.
However, what I want is to use MTF. Look at the 15-minute signal on the 5-minute chart.
If you can’t use MTF, consider modifying the boxbarperiods to make it larger, but how much is reasonable, I don’t know.
So, ask the teacher to change the code.