Forum

Can not access MQL5.com due to certificate issues?

Hi, I can not access MQL5.com from a Windows 7 32-bit computer. Chrome and Explorer complains about "Your connection to this site is not secure". Futhermre it says that "Certificate (invalid)". Tried a bunch of other websites and they work fine. No problem to access MQL5.com from my Windows 10

Download EA from Market and copy .ex4 to another computer

Hi, I've downloaded several free EA from the Market (Download and Installation function) and they work fine on that specific computer. But when i manually copy the .ex4 EA file from one computer to another from the expert folder the EA will not load. To get it to work on another computer or vps

Delay orders from an EA

Hi, I am using an EA on several charts. Sometimes it happens that it will open two orders (from different charts) within the same second. My brooker just allow one trade every 5 second so i need to somehow delay orders. Since the ea is not open for edit, is there a way to run a script or such to

Prorealtime to MT4

Hi! Anyone who could convert this ProRealTime code snippet to mt4? DEFPARAM CumulateOrders = False Indicator1 = CCI[20](typicalPrice) ATR = AverageTrueRange[20](close) BuyOrder = (Indicator1 CROSSES OVER 0) IF BuyOrder THEN BUY 1 CONTRACT AT MARKET SL = ATR *1 TP = ATR *2 ENDIF SellOrder =