LandOfCash Forex expert advisors, Trailing EA, Indicators.

Forex Trading Expert Advisors (EA or automated trading system) and Custom Indicators (CI) for MetaTrader Platform.

LOCTrailing With Partial Close Expert Advisor protect your orders profit. Trail stop level for manual and automatic orders with different algorithms, move stop loss into breakeven.

LOCInfo Custom Indicator follow the simple rules and make the right decision when to buy or sell. View Moving Average, Stochastic indicators from multiple time frames in one place.

trooper
  • Posts: 81
  • Joined: 30/10/2010
Hi all,
Here is the new version of MACD signal. It is fileterd with CCI (Commodity Channel Index)
Download LOCSignal-MACDDoublePikeCCI indicator for MT4 & LOCTrailing EA 

This is the signal indicator for LOCTrader Expert Advisor .


default parameters are :

//indicator parameters
int _fastEmaPeriod=56;
int _slowEmaPeriod=96;
int _signalPeriod =48;
int _appliedPrice =PRICE_CLOSE;
//CCI
double _cciLevel=1;
double _cciPeriod=28;
double _cciPrice=PRICE_CLOSE;


Parameters were tested and designed for EURUSD pair with LOCTrader EA.


Here is my backtest on EURUSD 1 year:
UserPostedImage

Initial Depo: $500
Profit is: $402 (80%)
Drawdown: $78 (11%)
Profit (excluding top 1 profitable position): $138 (28%)

Input settings for LOCTrader EA are attached.

Some key parameters:
1. ATRStop trailing. Trail in Loss enabled.
2. No fixed initial stop loss (set by ATRStop trailing) and no fixed initial Take Profit
3. Lot Management Enabled. Martingale multiplier is 1.5
4. Lot is 0.01 (min allowed for this account)
5. Breakeven at 75 moves stop loss on +5 pips of profit


Please let me know if you have questions.

Thanks
Mikhail
Forum Jump  
  • You cannot post new topics in this forum.
  • You cannot reply to topics in this forum.
  • You cannot delete your posts in this forum.
  • You cannot edit your posts in this forum.
  • You cannot create polls in this forum.
  • You cannot vote in polls in this forum.