pluck6 / Publications
Forum
Execute function if variable x is more than variable y
Using MQL4, how can I execute a BUY order (seen below) if one variable x has a value of 1 and another variable y has a value of 3? I need it to work like this: Variable x = 1 Variable y = 3 So if x is MORE THAN y, execute this script: extern int TakeProfit = 10; extern int StopLoss = 10; void