- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Jan 15, 2010Trade Trigger "None" means no trade signal at that very moment. Trading Style is what you should look for. 18 bars for 1 day? What timeframe? And yes, I'm familiar with cognitive bias.
Old Dog with New Tricks
-
Ronald Raygun replied Jan 15, 2010Not true. Currencies can indeed go to 0. The Icelandic Krona was 0 for a time due to Iceland's bankruptcy.
Old Dog with New Tricks
-
Ronald Raygun replied Jan 15, 2010Did you count the number of bars in the history centeR?
strategy tester history issues
-
Ronald Raygun replied Jan 15, 2010EA re-calculates its stats at the beginning of each new day ( During the period when the EA is also calculating the new day's starting range). Yes. As I mentioned earlier, I did it with multiple EAs running simultaneously instead of trying to code ...
Old Dog with New Tricks
-
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