Gordon Gekko
Gordon Gekko
Friends

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

Gordon Gekko
Added topic Open an order (just once)
Hi! This is my simple code: int start ()    { //----    int ticket ;    ticket = OrderSend ( " EURUSD " , OP_BUY , 10 , Ask , 1 , Ask - 25 * Point , Ask + 25 * Point , " My order #2 " , 16384 , 0 , Green ) ;   
Gordon Gekko
Added topic Closing more positions simultaneously
Hi there! I'd like to close 3 open positions with the following code, but it closes just the first position. How can I close all of them? My wrong code: if ******** something ********** { if ( OrderSelect ( MyOrderTicket0 , SELECT_BY_TICKET ) == true
Gordon Gekko
Added topic Bid price for a specific time
Hi All! How can I make a code to know the bid price of a specific time? For example: I'd like to know the EURUSD bid price on 2007.05.03 15:35. What is the code? Please, help me! Thank you
123