Forum

MT5 Automatically removes EA's If no network connection

Dear Support Team, If the MT5 Build 3802 terminal is not logged in (because of no internet connection available) It automatically removes the EA's attached which leads loose all the EA settings. Please fix it as it was working fine even If the account not logged in. Kind regards

Regarding Updates for the utilities

Hi, If I've purchased a utility through MQL5 website and, that utility developer updated the utility, will I get the notification before update?. or my old utility will updated automatically?. If It updates automatically and the developer programmed malfunction utility. It may cause my account. Kind

MT5 Changed Syntax

Dear Traders, I was using the codes Time[i],Open[i],High[i],Low[i],Close[i],Volume[i] and iTime,iOpen,iHigh,iLow, iClose ,iVolume in MT4 but it seems MT5 don't have any of this kind of syntax's. I would like to know the alternate code for this in MT5 Kind Regards

Convert Commission+Swap into PIP and add that PIP value with open order price

Hello brothers, I would like to know how to convert a order commission + swap value into PIP and I need to add that PIP value with Open order value... (So i'll get exact open order price value) Thanks in Advance

Indicator alert in every 3 seconds

Dear Friends and Traders.. I've doubt in my Price alert indicator. It alerts on every incoming tick.. but i like to get alert on every 3 seconds.. the every incoming tick alert is annoying. Please guide me

Add String in last position

Dear brothers and traders in this code it gives the result following.. and i would like to add some "xxx" in that last value after i got StringLen modified. string close_val = DoubleToStr(iClose(cysymbol,cur_tf,i),idigits); // 1.45678 close_val = StringSubstring(close_val, 0 , StringLen (lose_val)

Round off Price value

Dear Friends. and Traders. int idigits = MarketInfo( Symbol (),MODE_DIGITS); string close_val = DoubleToStr(iClose(cysymbol,cur_tf,i),idigits-1); when i use this code it automatically round up the value. for example if the vale is 1.45678 the result is being as 1.4568... but i want 1.4567 any one

Same Terminal Multiple Times

Hi friends and Traders. when i click to open terminal shortcut again already opened terminal. it's not opening again. is there any way to open multiple terminal from same installation.. Edit: i'm using portable method with /portable switch. with Regards Saravana

How to make the alert wait for 5 sec

Dear Friends. I got a code alert Horizontal line . but i could not make it as wait for 5 seconds after each and every alert.. Here is the code. Kindly some one help me.. Thanks in advance #property copyright "Metaquotes" #property link "mql4.com" #property indicator_chart_window extern double

Build 600 has this bug

Dear Brothers I founded a bug I was using this code to export the data file to c:\Data before updated to build 600 #import "shell32.dll" int ShellExecuteA( int hwnd, string Operation, string File, string Parameters, string Directory, int ShowCmd); #import