Eric Duran
Eric Duran
Eric Duran Native English Speaker B.Sc. Engineering Physics, University of Oklahoma Specialization in Signal Processing Algorithms for Automated Trading Languages: MQL5, VBA6, C   ericdura[at]gmail.com   
Friends

Add friends via their profile or user search and you will be able to see if they are online

Eric Duran
Added topic 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
Eric Duran
Added topic 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
Eric Duran
Added topic 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
Eric Duran
Added topic 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. 
Eric Duran
Added topic 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
Eric Duran
Added topic 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
Eric Duran
Added topic 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
Eric Duran
Added topic 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
Eric Duran
Added topic 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
Eric Duran
Added topic 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
Eric Duran
Added topic How to optimize/test an EA that works on tick data
Hi, I wrote an EA that works off of tick data. It works like I want when I run it, but when I try it in the strategy tester I just get a bunch of zeros for the results.  I've attached it, it's a simple little percentile EA. Please take a look at
Eric Duran
Added topic How to get minimum difference for limit order
Hi, what's the command to get the minimum difference from the current price you can place a limit order at
Eric Duran
Added topic Help! I'm stupid - can't add symbols (demo)
Hi, I've been messing around with MT5 in demo mode for a few days now, and I'm getting it figured out except for this: When I double click the market watch window to add a symbol (like USDEUR or #SIRI) the symbol just disappears and the program
Eric Duran
Registered at MQL5.community