Forum

Broker not found in MT4/5

Hi guys, I have an issue in MT4/MT5. When I click on 'Open an account' and search a broker, I cannot find it. I tried plenty of them: <Deleted> , <Deleted> , <Deleted> , <Deleted> . The button 'find your broker' just doesn't return anything. I just installed the latest version of MT4 on a windows 10

Strategy tester bug Open = Close

Hi, I am running the code : if (TotalOpenOrders() == 0 && IsNewBar()) { double C_O = Open [ 0 ]; double C_C = Close [ 0 ]; Print ( "C-A" ); Print (C_O); Print (C_C); } and I get Open = Close all the time

How to access all prices in a bar ?

I know I can access the open, close, high and low with Open[0] / Close[0] / High[0] / Low[0]. What about the other prices in this same bar ? Thanks

Will there be a MT5 version for Mac anytime soon ? Also, will there be the MetaEditor in the MT5 web version anytime soon ?

I am currently using MetaEditor on Wine for Mac. Just wondering about any future release. Thanks, L