Eric Duran / Publications
Forum
ARMA forecaster
Hi, I'm looking for anything that could get me started programming an ARMA forecaster for Metatrader. Websites, textbooks, anything like that. Thank you
Two EAs running in the same window
Hi, this is MQL4. I have a friend that's asked me to "combine" two EAs for him. Basically he wants to be able to run both of them in the same window. Is there an easy way to do this
Anyone tried ipipi.com to receive SMS confirmations from this site?
Hi all, for some reason I'm not getting SMS confirmations from this site to withdraw money. I got an email that said they made some fixes but still no luck. I'm thinking it's my carrier. Has anyone tried using a site like ipipi.com to receive the texts
How to begin arbitration on a job?
Hi, I poked all around the site, but I cannot find away to begin arbitration on a job. The guy's not paying
How to draw secondary indicators on chart?
Hi I'm working on a custom MACD-based indicator which works in a separate window; however, I have two MAs declared in the code (using iMA) which I'd like to show on the chart the indicator's attached to. How do I do that
Histogram with multiple widths?
Hi I'm wanting to make a MACD histogram indicator where the bars are either thick or thin depending. I've found how to do multiple colors but not multiple widths. Help
Custom Indicator won't Load in EA
Hi, I wrote a custom indicator to use in an EA, but the stupid thing won't load and I can't figure out why. I've attached its code if you want to help :D Oh, it seems it only happens in the strategy tester, I get the error "Expert removed because indicator 43 cannot load [4802]" #property copyright
Help getting position volume
Okay I know I can use PositionGetDouble (POSITION_VOLUME) to get the current order's position, and that works fine, but when I close the order it still returns the volume of the last position? Shouldn't it return 0
2D dynamic array
Hi I need to make an array in a procedure whose size is given by input arguments void foo(int x, int y) { int A[x][y]; //Make a x-by-y array } Doing it as shown gives an error. It looks like you can only resize one dimension of a dynamic array with ArrayResize() ? Help
Help connecting MT5 to MATLAB
Hi, I'm trying to duplicate the second half of this article https://www.mql5.com/en/articles/44 I started a new blank project in VC++ 2010. I added mclmcr.h, NEOSMA.h, sSMA.cpp, nSMA.def, libmx.lib, mclmcr.lib, and NEOSMA.lib to it. The problem I'm having is that VC isn't recognizing any of the