Evaluating bids

AƱadir funciones a Ea

Published on the July 08, 2020 in IT & Programming

About this project

Open

Enum MM {Manual_Lot, Automatic_Lot};
extern MM TypeOfLotSize = Manual_Lot; // Type Of Lot Size
extern double RiskFactor = 10.0; // Risk Factor For Auto Lot
extern double ManualLotSize = 0.1; // Manual Lot Size
extern double StopLoss = 30.00; // StopLoss in Points per trade
extern double TakeProfit = 40.00; // Take Profit in Points per trade
extern bool ProfitToClose = true; // Close by Money Profit
extern double TotalProfitToClose = 20; // Money to Close All Orders
extern double TrailingProfit = 5.00; // Trailing Start Money / if 0 deactivated
extern bool PendingOrders = true; // Opposite Direction Orders
extern double OrderDistance = 10.0; // Distance For Pending Orders
extern double Martingale_Multiplier = 1; // Risk Multiplier for Pending Orders
extern int Magic = 123; // Magic Number

Category IT & Programming
Subcategory Other

Delivery term: Not specified

Skills needed