MrLong wrote:Well guys, I'm pleased you like the EA, the latest version should run well, just turn the useCSS switch off and it will run as before, I also advise to set these settings:
extern bool useFilterCurrencyNumber = true; //Allow a currency, like JPY to trade NumberToTrade as below
extern int NumberToTrade = 2; // Allow a currency, like JPY to trade this number of trades at the same time, but will allow to add to open trades.
They will only allow 2 trades of a specific currency to trade at the same time.
Andy
Wow - awesome this is included now! This EA really is excellent work, thank you for sharing.
Is this filter direction-specific like the Zeljko filter or not? Would USDCHF exclude CHFJPY if I only want to have one occurrence of CHF? If in opposite directions then trading the same currency should be ok, because it is 'hedged'.
I can't find the link to the code for the Zeljko filter right now, Steve has used it for several EAs.
Personally, I am still undecided on using this filter. It should work to decrease open DD. I noticed though that pairs using the same currency can be fairly different in their setup, and reducing the exposure to a currency by manually selecting the pending orders that seem to have the cleanest setup may give better results than simply taking the first 1 or 2 and ignore the rest.