Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 4 Expert Advisor | Carry Trade Tools

MetaTrader Experts, Indicators, Scripts and Libraries
  • If you open for a swap earning positions only. This is an extra income on top of the trading income.
  • If the pairs that you want to trade is not in the list, you can simply insert it in the array. Go to this part of the script. Insert the pairs. Increase the values of PairCount and Pairs[x].
//=====================================================================//  //    Variables  //=====================================================================//  int    PairCount =7;  string Pairs[7]={"EURUSD","GBPUSD","AUDUSD","NZDUSD","USDCAD","USDCHF","USDJPY"};
27725