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 found this EA somewhere on a forum. On the USDJPY (1 Hour) it has produced about 300 pips in 4 trades so far (forward demo testing). The problem is it does not trade on the other 3 major currencies for some internal programming reason. Since this is a forum to help each other out, I was wondering if somebody would disect this EA and find out why it will not trade on the other 3 major currencies. Your help would be most appreciated. Please if you would, fix it and post it back to this forum or send it to me: ddiebold@sbcglobal.net as an attachment
I found this EA somewhere on a forum. On the USDJPY (1 Hour) it has produced about 300 pips in 4 trades so far (forward demo testing). The problem is it does not trade on the other 3 major currencies for some internal programming reason. Since this is a forum to help each other out, I was wondering if somebody would disect this EA and find out why it will not trade on the other 3 major currencies. Your help would be most appreciated. Please if you would, fix it and post it back to this forum or send it to me: ddiebold@sbcglobal.net as an attachment
Dave
<><
Houston, Texas
TSD EAs for MT4 and MT3 are here (together with manual/instruction) http://www.forex-tsd.com/tsd-expert-advisors/
As I know this kind of EAs should be attached to one daily chart (GBPCHF or GBPJPY) and it will trade all the pairs mentioned in the code (just delete the pairs you don't want to trade. And see the the link above the instruction on installation/trading.
Change "Display Options" to "From the beginning" to see all the threads.
This goto thread does not explain anything about this EA (It is the latest version). How can I contact the originator of the EA or can some MQ4 programmer open up this EA and see if there is an error in the programming as to why it only works on USDJPY, and not the other currencies?? Any help would highly be appreciated. I am not a programmer.
Thanks for your input though! I think a programmer needs to look at it to fix it.
This EA has the following 3 lines which have no use at all
{
if (MacdPrevious > MacdPrevious2) Direction = 1;
if (MacdPrevious < MacdPrevious2) Direction = -1;
if (MacdPrevious == MacdPrevious2) Direction = 0;
}
I found this EA somewhere on a forum. On the USDJPY (1 Hour) it has produced about 300 pips in 4 trades so far (forward demo testing). The problem is it does not trade on the other 3 major currencies for some internal programming reason. Since this is a forum to help each other out, I was wondering if somebody would disect this EA and find out why it will not trade on the other 3 major currencies. Your help would be most appreciated. Please if you would, fix it and post it back to this forum or send it to me: ddiebold@sbcglobal.net as an attachment
Dave
<><
Houston, Texas
This is a version 2005, i will test version 36 (2006).
Coyan
Could you post version 36. Today, this version 2005 (v11) added 130 pips to USDJPY. I would love to fix this EA to run on all major currencies or possibly test the newer verson of this EA. This makes 4 out of 4 good trades, racking up about 430 pips for the USDJPY on Demo forward testing since 4/26. I hope this will inspire reevaluating this v11 or the newer version of this EA.
God Bless To Everbody Who Will Help In This Effort.
This goto thread does not explain anything about this EA (It is the latest version). How can I contact the originator of the EA or can some MQ4 programmer open up this EA and see if there is an error in the programming as to why it only works on USDJPY, and not the other currencies?? Any help would highly be appreciated. I am not a programmer.
Thanks for your input though! I think a programmer needs to look at it to fix it.
Dave
<><
Iscuba11,
I moved this thread exactly to the area you need. Read first post of this thread about this EA:
"He uses it only in four major currencies and only in daily charts (attached to every one ... not like in Mindaugas version)."
This version is used by Ross and he triplied their account in only one month.
Attached is statement and version.
He uses it only in four major currencies and only in daily charts (attached to every one ... not like in Mindaugas version).
This expert requires an account stating at $10,000 and the statement only started from $5,000. Are you sure its the correct expert. I know you can change the starting capital to what you like. Just asking. The comments in the code says that the expert should go on Weekly charts only and you say daily. Why do you change the chart time to daily?