Ali D32
Ali D32
Ali D32
Added topic Get Economic calendar
Hi I want to create EA to get news times. I get history with: CalendarValueHistory (newsHistory,startDate,endDate, NULL , "USD" )) and i get event info with: CalendarEventById (newsHistory[ 0 ].event_id, event); but event.name and time of news in
Ali D32
Added topic Gap between Bid prices
Hi It's part of my code: Print ( " Open:" , OrderOpenPrice (), " Bid:" , Bid ); if ( Bid - OrderOpenPrice ()>=( 30 * Point )) {          // Send Order } Output in journal of strategy tester: Why Bid price
Ali D32
Added topic why 'OrderSelect' function return true to closed orders too?
Hi I have this code and i select order # 12345,   OrderSelect function always return true even when order closed with takeprofit Why? Print ( OrderSelect ( 12345 , SELECT_BY_TICKET , MODE_TRADES ));
Ali D32
Registered at MQL5.community