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'm having problems/issues controlling the number of trades I am able to place simultaneously. I have figured out how to limit the open trades (per pair), but my EA is not opening trades in multiple currency pairs that I have attached the EA to.
I have 3-5 charts open w/ EA attached to each chart. The trade signals that I am using clearly call for a trade on each chart (using a trend following strategy). I have tried playing with the OrderSend code as well as the FOR loop and OrderSelect code. My structure is simple at this point and I am using what seems to be "standard" arguments (I've been checking out how the more experienced coders form it).
I imagine the solution is very basic and that I'm missing something... Can anyone please give me guidance, or point me in the right direction, on this?
I'm having problems/issues controlling the number of trades I am able to place simultaneously. I have figured out how to limit the open trades (per pair), but my EA is not opening trades in multiple currency pairs that I have attached the EA to.
I have 3-5 charts open w/ EA attached to each chart. The trade signals that I am using clearly call for a trade on each chart (using a trend following strategy). I have tried playing with the OrderSend code as well as the FOR loop and OrderSelect code. My structure is simple at this point and I am using what seems to be "standard" arguments (I've been checking out how the more experienced coders form it).
I imagine the solution is very basic and that I'm missing something... Can anyone please give me guidance, or point me in the right direction, on this?
Thanks So Much
Two things. Make sure the symbols you are trading are visible in the 'Market Watch' window - right-click on any symbol there and select 'Show all'. In case you don't realise it, there is no need to open multiple charts to trade multiple currencies. You can use 'MarketInfo' to get price info on all available symbols.