clippertm
clippertm
Friends

Add friends via their profile or user search and you will be able to see if they are online

clippertm
Added topic 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
clippertm
Registered at MQL5.community
clippertm
Added topic 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