DGRL
Added topic Getting tickvalue used by Stop Loss and Take Profit function
Hi I would like to ask some help in my search for the correct tick value. In both MT5 and MT4 the tickvalue is sometimes set in a different currency then the deposit currency. When you place an order and DRAG the order up or down to set TP or SL the
DGRL
Added topic Getting the value of 1 tick (TP or SL)
Hi  I would like to know how to get the money value of 1 tick in MT5 I tried      double tickSize = SymbolInfoDouble (symbolA, SYMBOL_TRADE_TICK_SIZE );     tickValue = SymbolInfoDouble (symbolA
DGRL
Added topic Calling two function using Icustom from one ex5 file
Hi  I would like to ask some help with the iCustom function I have file A so to speak and file A has these 2 indicators      EMA13_initial = iMA(_Symbol, TimeFrame, EMAPERIOD, 0, EMAMODELT, PriceType);    
DGRL
Added topic OBJ_TEXT not showing
I just want to print a small OBJ_TEXT in the right upper corner of the main chart window showing SWAP LONG and SWAP SHORT. I can print the values and show it in a comment but OBJ_TEXT is not showing up at all Am I missing something? #property version
DGRL
Added topic Where to download MT4
Hi I am trying to download a new installer for MT4 from  https://www.metatrader4.com/en/download But there is something wrong with the installer. The name says MT4 but when you install it it will install MT5 Does anyone knows why the website
DGRL
Added topic MT4 takes at least 10 minutes to load
Hi all I would like to know what to do to make MT4 load a little faster. For me it takes approx. 10 minutes after the click on the shortcut for the screen to popup. For me 10 minutes it a little to long for a program to fire up. The profile that is
DGRL
Added topic Placing text on chart with fixed distance from last candel
Hi I made a small code to place remaining candle time to be displayed on the chart Now I use this code ObjectCreate ( "time" , OBJ_TEXT , 0 , Time[ 0 ] + 1750.000 , Close[ 0 ] + 15.000 ); The line below simple places the text 1750 units to the right
DGRL
Added topic Playonlinux and wine MT4 does not send email
Dear forum  I have MT4 running on my server using Playonlinux and wine when i send an email from home its send but when i try to send using the server no email is send even in the journal no message of email sent succs or fail is being printed
DGRL
Added topic Corrupt EA?
Dear forum members, May i ask if someone knows my issue? When you make a new EA using Metaeditor and press the save as button the program goes directly into the correct folder (i.e. expert folder for EA and indicators folder for indicators etc) Now i
DGRL
Added topic How to see where you commented on?
Dear forum members, Does any of you know how i can find back the forum topics i replied on? I know how to find the articles i made myself but not the one i asked a question in  I wonder if there is an answer but in my dashboard i cant find this
DGRL
Added topic Programming guide / help files
Dear forum members Nice meeting you all I have a pretty simple question i guess Where can i find help files that explains me all the functions or let me see how to use this language. And what language is this specific? It looks like C but i'm not
DGRL
Registered at MQL5.community