
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
Mega Trend (HMA based) format as MTF HAS bar
----
updated apr30 2007 new version "MTF_MegaTrend_Bar_4TFNextM2.mq4"
post 625 https://www.mql5.com/en/forum/173574
Zerolag MTF MACD and MTF Megatrend Bars
Attached is a screenshot of my MTF zerolag MACD. I have 2 on there. The problem is that both just fall flat on the zero line. I have compiled it and there was no problem. I have downloaded all 4 indicators posted in that same post. Any suggestions.
As far as the Megatrend goes, I'm no programmer, but what I can say from a little experience in working with MTF indicators. At THE POINT IN time when you are looking at the indicator, it has calculated everything in the past yes to give a signal in the NOW. But when you change TF, or re-attach the indicator, it is bound to change slightly, or so I would have thought, as the information it is using NOW to calculate the bars is different to the information it had THEN.
I might be wrong, but just a thought.
Great thread!
Attachment for above post
Here is the attachment
Attached is a screenshot of my MTF zerolag MACD. I have 2 on there. The problem is that both just fall flat on the zero line...
Hi spiritbreezer, increase Multiplier in indicator's input window to enlarge lines. Opposite for "factors" of MACD/zlMACD_4in1.
Parabolic MTF
I am looking for MTF Parabolic SAR . Does anyone have it? please post it for me.
Thanks in advance.
Smartcamel
This is MTF_zlagMACD_v3 with automatic multiplier.
/* version 3
| Set Auto_Multiplier to true and Auto_Multiplier_LEVEL to 0.2~0.9 for
| automatic multiplier. Or set Auto_Multiplier to false and increase
| Manual_Multiplier for manual adjustment of MACD lines.
*/
indicator.
Excellent MTF Indicator
This is my version called T3 Alpha. It would make an excellent MTF indicator. Check the graphic. Can someone please give it a try!
Thank you.
#MTF_Double-CCI_Woody..........
I have searched this entire Thread for the MTF version of the Double-Woody-CCI and am very surprised that nobody has asked for it. There are suggestions of overlaying the MTF-CCI that is available, but that is "messy".
So please guys, would you mind making one?
I will attach here 2 options, but these days I use Linuxser's version 3 as I like the LSMA that he incorporated into it.
Thanking you in advance.
I found small problem with MTF indicators, with paiting:
It should be flat line...
You can upgrade with this code, to remove problems...
if (TimeFrame>Period()) {
int PerINT=TimeFrame/Period()+1;
datetime TimeArr[]; ArrayResize(TimeArr,PerINT);
ArrayCopySeries(TimeArr,MODE_TIME,Symbol(),Period());
for(i=0;i=TimeArray[0]) {
//----
/************************************************ by Raff
Refresh buffers: buffer = buffer[0];
********************************************************/
ExtMapBuffer1=ExtMapBuffer1[0];
//----
} } }
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++Raff, does this apply to ALL MTFs or just the 2 mentioned and attached here? Thanks in advance.