THANAKRIT SOEMSRI / Publications
Forum
Help me fix this code pls
// Spot Grid Trading Expert Advisor for MQL5 input double gridStep = 10; // Grid step in points input int maxOrders = 5; // Maximum number of grid positions input double stopLoss = 50; // Stop loss in points input double takeProfit = 100; // Take profit in points input double lotSize = 0.01; // Lot