Maximum number of order Buy. New comment Taproum 2019.05.31 13:47 Hi all, Can anyone tell me how to code EA for maximum number of order Buy? I have code Maximum trades per day already and I just want to add maximum number of Buy or Sell per day. Thank you, EA to take maximum trades per day Only one buy and one sell order per day indicator wanted Samuel Akinbowale 2019.05.31 18:40 #1 int TotalOrderType(string c_Symbol,int c_OrderType,int c_magic) { [Deleted] 2019.05.31 19:06 #2 Samuel Akinbowale: Mt4 or Mt5??? Samuel Akinbowale 2019.05.31 19:10 #3 i use this with mt4I believe it should work with mt5 New comment
Hi all,
Can anyone tell me how to code EA for maximum number of order Buy?
I have code Maximum trades per day already and I just want to add maximum number of Buy or Sell per day.
Thank you,