Forum

OrderClose

My fault line 38 I need to be shared help me debugging I am very grateful for that I use the translation https://translate.google.com/

HistoryTotalOrder

Nice to meet everyone. I need a sample Help me create a template Write a function that returns the total number of orders in history, named function is HistoryTotalOrder I am very grateful for that Thanks for your reply

TotalProfit

my example --------------------------------------------------------------------- void OnTick() { //--- int Ticket = 99254128; double Price; //doc Price cua Order 99354218 if (OrderSelect(Ticket,SELECT_BY_TICKET,MODE_TRADES)) { Price = OrderOpenPrice();