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
Hi Secretcode, added mode options for fast, slow, and signal ma's for the macd, and added the multiplier.
Thanks a lot Mrtools for quick response and modification
Respectfully
secretcode
Zigflip this is the chart version made compatible, any chance you have the separate window version, so can make it compatible as well.
Sorry Mr.Tools, I was confused, I'm actually talking about the original version, prior to the one that you made up for me, i.e. with Wicks And Bodies: I'm attaching again, as a few posts back. That body only one was great but for separate window of course you need the other parts coloured black, otherwise one gets the histogram/mountain chart, which I'm not sure is better or not, whatever half the window is blocked out if black as well but you can see the vertical width more clearly.
Unless there's simply a MTF HA horizontal-bar-style indicator that DOES repaint, i.e. can alert on the current bar? (instead of say up to 24 hours later on a daily HA candle, if you get what I mean)
Could you correct it for new build, I will convert to separate window and post it afterwards.
Respectful thanks for your reply already
Sorry Mr.Tools, I was confused, I'm actually talking about the original version, prior to the one that you made up for me, i.e. with Wicks And Bodies: I'm attaching again, as a few posts back. That body only one was great but for separate window of course you need the other parts coloured black, otherwise one gets the histogram/mountain chart, which I'm not sure is better or not, whatever half the window is blocked out if black as well but you can see the vertical width more clearly.
Unless there's simply a MTF HA horizontal-bar-style indicator that DOES repaint, i.e. can alert on the current bar? (instead of say up to 24 hours later on a daily HA candle, if you get what I mean)
Could you correct it for new build, I will convert to separate window and post it afterwards.
Respectful thanks for your reply alreadyZigflip can do a separate window version like this without the wicks.The one you posted did a compatible version a couple of posts up.
Hi guys, anyone knows what does the "macro redefinition" warning mean in New MT4, and how to get rid of it ? Thanks a lot for the reply.
I have a question on passing arrays as parameters to a function. Can I pass a two dimensional array with only one dimension specified. In VB, it can be done using Array[*,3] for example.
Function head Function(double &Array[])
I would like to dimension
Data
And specify the the call as Function(Data[ ,5]); to pass the 5th column of the Data Array.
The only alternative I can think of is to make an overloaded function that allows either a single or two dimensional array with the desired column being passed as a second parameter.
Thanks for any suggestions.
Tzuman
alternative zigzag
Mladen & MrTools,
This is an alternative zigzag from a Chinese website. It works but SUPER-CPU-CONSUMING. Could you take a look at inside and find out any bug? Thank you.
zen.mq4
Mladen & MrTools,
This is an alternative zigzag from a Chinese website. It works but SUPER-CPU-CONSUMING. Could you take a look at inside and find out any bug? Thank you.
zen.mq4Do you have "Ljp_MACD" too indicator in your indicators folder?
If not, it will slow you CPU down very much ("zen" indicator is using that indicator in its work)
oh really? I don't have the "Ljp_MACD" indicator. But even though it still works?
I will search the net to see if I can find the "Ljp_macd".
Do you have "Ljp_MACD" too indicator in your indicators folder? If not, it will slow you CPU down very much ("zen" indicator is using that indicator in its work)
oh really? I don't have the "Ljp_MACD" indicator. But even though it still works? I will search the net to see if I can find the "Ljp_macd".
It will work, but since there is no such indicator, it is slowing your PC
See lines 637 through 640 :
HistogramBuffer1_i=iCustom(NULL,0,"Ljp_MACD",2,i);
HistogramBuffer2_iplus1=iCustom(NULL,0,"Ljp_MACD",3,i+1);
HistogramBuffer2_i=iCustom(NULL,0,"Ljp_MACD",3,i);
As soon as you have that "Ljp_MACD" indicator too, it should start working much faster
Mladen,
YOU ROCK.
the "Ljp_macd" has been located from the net and it's working well now. I upload the "Ljp_macd" just in case someone needs it.
ljp_macd.mq4
Do you have "Ljp_MACD" too indicator in your indicators folder? If not, it will slow you CPU down very much ("zen" indicator is using that indicator in its work)