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.
Yeah, they are all high-impacted as well. I just don't know what's going on. What can I do to fix it because the news the last three days aren't really high-impacted.
And use currency filter. For example set pair you want to trade to true:
c
Code:
Filter = " Currency Filter ";
USD = true;
Currency filter means filter the news. For example, if you attached EA to GBPUSD and you set USD = true so your EA will trade GBPUSD pair using USD news event.
For example, you attached EA to USDCHF M5 so you can set USD to true and CHF to true. And MaxRating = 3
MinRating = 3. And in this case your EA attached to USDCHF chart will open the orders according to USD and CHF high impected news event.
NewsTrader EA is not trading now as we had problem after EXPLOSION of servers and no connection this webpage with the server because of that. Read this page for the explanation.
It is the statements from 1 or 2 weeks ago (attached).
Besides, I am really thinking to start testing Newstrader version #6 with settings changing automatically for every news event. Because this version is using text file only.
Hi all, i don't know if this is the right thread to post my question, anyway here is what i want to do:
well, what i need, is an EA that replicate trades done on one account, in each other accounts where the EA (maybe a receiver) is posted, all the mt4 clients are opened simultaneously in one computer, what i want to do is just automatize the open and close and modify of trades, so i can do it in only one account (instead of do it on every accounts) and the ea will replicate the trades in every other accounts. I found something like "METATRADER ACCOUNT COPIER", but it looks like a regkey is needed to let it do live trades, is there anything free in the net that you know?