fire580 wrote:Thanks gaheitman for taking the time to help but I am code illiterate - maybe MrLong will add that to his newest version -
The EA will only trade a specific pair once a day, if you would like it to trade more, you can ajust it here:
extern int DailyTrades = 1; // Filter amount of times the pairs can trade pair day
If you would like this pair to trade more that once in a day alter to the amount of times you would like it to trade.
There is a setting that will only allow a specific currency (GBP) or (USD) ect to only trade a set amount of thimes, the setting is here:
extern bool UseTradeOneCurrencyFilter = true; //// can only trade NumberToTrade currency at a time, if we have a EURUSD trade, cannot take another trade containing EUR or USD
extern int NumberToTrade = 2; // Number of times the currency can trade at any one time, in any pair, so we can have GBPUSD and GBPCHF, trade at the same time long or short, 1 means only one trade containing GBP
Andy
Andy