Forum

OrderSelect cant work with SELECT_BY_POS in MT5?

according to the help file, OrderSelect function seems only can select an order by ticket

too hard to connected to the mt5 server via wireless network

its nearly impossible to connect to the mt5 trading server when i using wireless network,anybody else have the same problem?or maybe something wrong with my network

when will history functions being available in mt5?

by now, all history functions return value 0

How can i know what happen when an OnTrade event occured on MT5?

How can i know what happen when an OnTrade event occured on MT5? like a market order has been placed

will MT5 compatibles the EA written with MQL4?

if not, lots of EA have to be translated to MQL5. and,sorry for my pool eng

How can I change the background color?

not the entire background,but the specify area

Need Help--whats wrong with my code?

double a[]; for (int i=0; i<Bars; i++) { a[i] = (3*Close[i]+Open[i]+High[i]+Low[i])/3; } ......... what`s wrong with the code above?the a[i] seems get nothing?when I used Print() to check the a[i], I found a[i] is zero,why? can somebody help me ? Thanks