Forum

Order Limit

Hello Everyone, Using "ordersend" I cannot figure out how to place a limit order at a price different from the default trade operation enumeration (OP_xxx). What if i want to place an order limit at the high of the previous bar or at the price of a moving average? Could you provide me with a quick

Arrays in MQL4

Hello Everyone! I am trying to understand how to programme arrays in MQL4. Can you please let me know if my interpretations are correct? int data_z[51];[/CODE] the above declares a single dimension 52 element array of integers with default value 0. [CODE]int data_x[][6]; the above declares declares