
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
Screwed up EWO indicator
Errmm... Guys. I have no idea that actually coding an Indicator is far more harder then coding an EA. I've started to look at indicators and trying to twist the codes here and there, ended up screw up. Here is the EWO indicator, that I intended to change the histogram to different color. Above 0 = Red, Below 0 = Green. But dont know what problem made it wont show the histogram at all. Can any senior here please help me understand this issue? Thanks.
Regards
David
I suspect that using an uninitialised array (Buffer[]) might be the problem; the assignment to Buffer goes into nothingness, and the subsequent access yields zero. But you don't need it as array: a simple double would do.
Thanks Ralph. I did not aware of the Buffer array are not copying. It work now. Million-Billion-Trillion thanks to you.
Regards
David
Here, have seperated the colors on the Histograms. Using it to trade divergence seems not bad.
Regards
David
Elliot Wave Ocillator
Thanks for the indicator, David looks interesting.
tools
#MTF_Elliot indicator is on this page.
EA/indicator to detect overlapping waves?
Hello,
I'm just looking for an EA or indicator that will trade (EA) or make note (indicator) of overlapping waves.
Any help locating this would be great!
Thanks
elliot wave indicator
hi,do anyone have elliot wave indictor,simplified?,will it work in mt4 plaform
Is there any difference between this and the standard Awesome Oscillator?
Is there any difference between this and the standard Awesome Oscillator?
It should not have.