Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Before I head off to work, here is v0.3 with the fix mentioned by saintmo as well as a fixes to a few other errors I noticed while glancing at it. I'll be on in about 13 hours from now to check in on any other errors found.
Hi. MREBERSV,
Why Qbot-v0.3.1- beta EA didn't open sell trade on 30m. chart please (red vertical line) even QQE on 60m. was cross also? May be I did something wrong?
I'm not sure why you didn't open, so I'll check into that, but my guess is it has to do with the logic controlling the "NoOpen" variable. I also hit a string today when testing where it kept opening and closing a trade and pretty much just paying the bid-ask spread a few hundred times, and I think that has to do with not adjusting the "stopLevel" variable correctly in the EA.
Officially, I am aware of both of these issues, so people do not need to report them again until the next release. If you find errors other than those mentioned, please report those.
Well, the method kind of got beat up a little today, but it was a great day to test. It hit a lot of the things I was looking for (especially stoploss and takeprofit) and continued to trade as it should have.
That being said, I'm releasing v0.3.2-beta for a wider testing. I'm not exactly concerned with the profitability (though that's good to know sometimes, too). I'm much more concerned with abnormal behavior of the EA (since I am the one programming it, that'd be my immediate domain of concern).
Enclosed you'll find what is the latest edition as of 7:00 PM, CDT.
Be forewarned that backtesting can still produce some anomalous behavior with constantly opening and closing trades.
-MRE-
Edit: Oops! It turns out I was backtesting an older version of the EA and didn't realize it. The current one seems to have fixed the repeated "open-close-open-..." problem.
as it returns ALL open orders not just the ones associated with your EA. Better to check for orders in the same currency and having the same magic number otherwise it throws your logic out.