HELP for OrderSend PLEASE

 

hello , I need to define the OrderSend function with another name for some reason.

because of that , I need the parameters and calculation in the OrderSend function (not prototype of function)

can anyone tell me how can i find the whole definition of OrderSend function? i badly need that.thank you.

 
Arius1991:

hello , I need to define the OrderSend function with another name for some reason.

because of that , I need the parameters and calculation in the OrderSend function (not prototype of function)

can anyone tell me how can i find the whole definition of OrderSend function? i badly need that.thank you.

search 
documentation 

orPress F1 as cursor is on Ordersend

 
Jefferson Metha:

search 
documentation 

orPress F1 as cursor is on Ordersend

Thank you for your attention.

 
can anyone tell me how can i find the whole definition of OrderSend function? i badly need that.thank you.

The entire code for OrderSend() is in Include\Trade\Trade.mqh

 
Anthony Garot:

The entire code for OrderSend() is in Include\Trade\Trade.mqh

Thank you sir

This is the answer that i need.

Reason: