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.
I have a problem with this EA. I have it set to .10 lots and the money management is set to false. So it should trade .10 lots only. However it just got into a trade trading 1 standard lot!!! So, I think this may be a bug. My record so far using this ea and the previous versions is 3 wins and 2 losses for a total of +250 pips from the 5 trades. Ron
I have a problem with this EA. I have it set to .10 lots and the money management is set to false. So it should trade .10 lots only. However it just got into a trade trading 1 standard lot!!! So, I think this may be a bug. My record so far using this ea and the previous versions is 3 wins and 2 losses for a total of +250 pips from the 5 trades. Ron
Excellent! I don't mean about the experiencing the bug, but rather about finding and reporting it. I will look fix that bug tonight along with the double-open one (which I might have already found a fix for). Also, great news on the excellent profit factor on the trades thus far. 5 trades is still statistically insignificant, but it's exciting nonetheless.
If you want to fix the bug yourself, replace the following line:
Code:
Lots = LotsOptimized();
with this one:
Code:
if (UseMoneyManagement == True) Lots = LotsOptimized();
Is their any progress on the EA?..Perhaps Lepericus should start a new thread in the EA section...no?
ES
Quote:
Originally Posted by mrebersv
Hmm...after the markets re-opened, we got a sell signal. My demo got stopped out as it should have. However, it exhibited the same behavior as before when it was on a sell and got stopped out (that is, reopened a trade in the same direction). I guess I'll have to take a look at the code again tomorrow. Going to bed now.
Well, what I thought was the fix was the opposite of the fix: where I had previously only experienced the problematic behavior on Sell signals, I now experience it on both. So, I've made the opposite changes in the code, and I'm waiting on some testing. The GBPJPY was so trendy for 36 or so hours there that it wasn't lending itself to testing. I've changed the SL for testing, in order to make them get hit, but I'll know more by the end of the day.
Well, try this one out for testing. Let me know if you guys think the bug is fixed. I do, but something doesn't quite add up when I'm looking at the code, so I'm a bit wary on releasing it. This release only fixes the two bugs discussed since the last release. I haven't spent any time implementing magic number logic. Maybe I'll spend an hour this weekend on that. We'll see.
Well, try this one out for testing. Let me know if you guys think the bug is fixed. I do, but something doesn't quite add up when I'm looking at the code, so I'm a bit wary on releasing it. This release only fixes the two bugs discussed since the last release. I haven't spent any time implementing magic number logic. Maybe I'll spend an hour this weekend on that. We'll see.