indicator used "KaufmanAmaSignalsForEA" ================================================= setting newdigital 2010.07.09 #5 The Settings I am using 0.09 version of this EA for the more than 6 months (you can see it from RAS service signals with same name). This 0.11 version is improved 0.09 version so I think - my settings will be valid for this 0.11 version too. I will start testing/trading this 0.11 version woth some ECN broker from next week. I am trading (not backtesting!) the following pairs: EURUSD, GBPUSD, USDJPY, USDCHF, AUDJPY, AUDUSD, EURJPY, GBPCHF, EURGBP, GBPJPY, NZDUSD, USDCAD, EURCHF, NZDJPY. M5 timeframe. Some pairs are very profitable, some of them are not profitable, some of them are averaging. Most profitable pairs (since October 2009 trading) are the following: AUDUSD EURJPY USDCHF USDJPY The settings are the same for all the pairs but magic number is different: every pair/chart is having unique magic number (just use any non-repeated number in the settings for every symbol traded). I am using non-ECN/non-stp broker and non-IBFX so in my settings: EcnBroker = false; NoHedge = false If your broker is ECN/stp so use EcnBroker = true, If your broker is IBFX compatible so use NoHedge = false. The settings: ------------------------ ------------------------ MagicNumber = 190717; EcnBroker = false; NoHedge = false; UseAutomaticMM = false; AllowMultipleTradesOnBar = false; AllowTradesOnEverySignal = true; AllowOnlyOneActiveTrade = False; Risk = 1.50; BaseLot = 0.01; CloseOnTrendChange = true; TakeProfitPips = 150; StopLossPips = 100; CloseWhenProfit = 2; CloseWhenLoss = 0; AllSymbolsForProfitAndLoss = false; StopWhenClosedAllTrades = true; KamaIndicator = "Indicators settings"; KAMA.Period = 26; KAMA.Price = PRICE_CLOSE; KAMA.Nfast = 5; KAMA.Nslow = 20; KAMA.GCoeff = 2.0; KAMA.dk = 2.0; KAMA.BarToCheck = 1; ____MinorEntry = "Using fast SMA for entries too"; SMA.UseForEntry = false; ____EmaTrailingStop = "Ema trailing stop settings (if used)"; UseEMATrailingStop = true; EMA.timeFrame = 1440; EMA.price = 0; EMA.period = 25; EMA.barToUse = 5; EMA.initialStopLoss = 100; ____TimeFilter = "Time filter settings"; Trade.startFrom = "07:00"; Trade.endAt = "17:00"; Trade.useServerTime = true; ____Other = ""; AllowedSlippage = 0; showMessages = false; ------------------------ ------------------------