can someone correct codes on this EA im not good in coding #include <Trade\Trade.mqh> CTrade trade; // Input parameters input double Lots = 0.01; // Lot size for XAU/USD input string StrategyName = "MyStrategy"; // Strategy name to be used in ...