- Search Metals Mine
-
Ronald Raygun replied Jan 14, 2010In order for the EA to take a trade: One of the two options (breakout/counter) must be above the win percent and the other option must be below it. Trading style should not say "Stand Aside" The high and low lines should not be yellow. I'll be back ...
Old Dog with New Tricks
-
Ronald Raygun replied Jan 14, 2010Signals only isn't necessary Email works if you set up the terminal Alerts enables the pop-up. Sounds aren't really useful...
Old Dog with New Tricks
-
Ronald Raygun replied Jan 14, 2010In no particular order: Docs.mql4.com book.mql4.com url
What is the best way to get started learning MQL4 programming language?
-
Ronald Raygun replied Jan 14, 2010Ordermodify error 1 means nothing. I didn't notice any problems in the EA's operation, so I'm ignoring it.
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Jan 14, 2010Did any of the alerts go off? (Were they set?)
Old Dog with New Tricks
-
Ronald Raygun replied Jan 14, 2010Yeah, you'd need a different EA. I'm sure there are programmers out there who wouldn't mind helping you out with that.
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Jan 14, 2010Set eachtickmode to true (I think you set it to false?)
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Jan 14, 2010MA of 1 uses the average of the close price...
Generic MA Crossover Version 2 [TD]
-
Ronald Raygun replied Jan 14, 2010Your bar data is inconsistent.
TestGenerator: Unmatched data error
-
Ronald Raygun replied Jan 14, 2010Note: I am not a lawyer, I have no formal legal training. Please confirm everything with your lawyer regarding this matter. There are contracts that can be put together (NDA, non-compete, partnership style agreement, etc). The main thing about this ...
shady programmers
-
Ronald Raygun replied Jan 13, 2010Make sure you work that out before giving the system
shady programmers
-
Ronald Raygun replied Jan 13, 2010You set the EA to "Long Only" thus, you will only get long trades. Why is this a problem?
EA problem "sell (instead of buy)"
-
Ronald Raygun replied Jan 13, 2010Problem with implementing a trailing stop is the actual results will not be anything like the internal backtest. As for separate TP/SL for breakouts and counter trades, that's interesting. I can see the potential for this applied on an individual ...
Old Dog with New Tricks
-
Ronald Raygun replied Jan 13, 2010This applies to the MM function, but 1 percent I believe requires 100,000 to run 0.1 lots. 10,000 for 0.01 lots
Old Dog with New Tricks
-
Ronald Raygun replied Jan 13, 2010Yes. The only thing that stands out to me is the moneymanagement. If the account size isn't large enough, then it's likely the size will be too small that the EA rounds to 0.
Old Dog with New Tricks