haemse
haemse
Friends

Add friends via their profile or user search and you will be able to see if they are online

haemse
Added topic Good EURUSD analysis site?
I know, this is not about coding, but does anyone know about a site that explains why certain changes have happend? And i don't mean something like: Today was a very bullish day ... the Euro continued its trend ... This i can see by my self ... but i
haemse
Added topic How to rename a account in MT4
Hello, does anybody have an idea how to rename those displayed name of the account in MT4 like its shown on the attached screenshot? You often have a lot of accounts and if they are registered on your name you can distinguish only by the id numbers
haemse
Added topic Question according ECN Brokers
Hello Cummunity, the last days i have been wondering what ECN Brokers are and why people use them. What i found and read gave me this picture: ECN Brokers don't charge you a high spread but they charge you a commission depending on the lotsize you
haemse
Added topic MT4 crashes when ArrayResize - ???
Hello everybody and thanks for your help in advance. I've got a dll function " MT4_mysql_fetch_row" that fetches a query from a db and puts the result in the string array "lsResult"! The problem is that MT4 crashes when it
haemse
Added topic Automaticly Save a MT4 Testreport
Hello, is ist possible to automaticly save a MT4 Test report just like when you right click on the "Result" page of the Tester an choose "Save as Report"? That would be Amazing! Regards, haemse
haemse
Added topic How to add a AlpariFS account to MT5
Hallo, sorry for that newbe question, however, how do i add a alpariFS demo account to MT5 ... when i click on Open Account and add a new server using the AlpariFS IP Adresses and Ports of the alparifs.com site, ping is always "n/a"  
haemse
Registered at MQL5.community
haemse
Added topic What are performance values of good EAs?
Hello Everyone, how many percent profit does a good EA make per month/year? thx, haemse
haemse
Added topic Running MySQL wrapper on Win7 64-Bit
I was using the libmysql.dll to read and write to a mysql db. However when fetching the rows sometimes returns empty rows althought the data is set correctly in the db. We (other programmer and me) tested it through and throught with the same data in
haemse
Added topic Can MT4 handle Tick Data?
Hi Everybody, i've downloaded history tick data from Dukaskopy: http://www.dukascopy.com/swiss/english/data_feed/historical/?ibref=2061 You can download .hst files containing tick data as well, but can MT4 handle them? Specialy its backtester? Is
haemse
Added topic Parsing 2 Dimensional Double Data to Arrays
Hello Everybody, i've got a big problem here. I'm trying to parse data into an array that is dynamic into two dimensions. I figuerd out that in mql4 it is only possible to resize the first dimension of an array. How can i make the second dimension
haemse
Added topic How to handle string larger 256 asci chars?
Hello Everybody, i wanna use a http post that returns a string (JSON) ... what do i have to do if the returned string is larger than 256 chars? Thanks for any advice
haemse
Added topic Terminating a Script in init();
I'm sorry that i have to bother you but i didn't find anything through search. Script connects to db in init() function ... if it can't connect the script should be stopped/terminated and do NOTHING more. How can i achieve that? thanks for your
haemse
Added topic get the current price?
Hi, please call me dumb, however i can't find how to get the current price that is also presented by the horizontal bar in the chart. In MarketInfo() ; i can only find ask and bid price. They only way i consider atm is reading out the actual closing
haemse
Added topic Enormous GlobalVariableSet() Lag
Hy Everybody, i am setting a global variable in an Indicator and getting it in a Expert Advisor and then set it back immediately. However, it seems that the variable takes up to 20 tick cycles to be setted although i get the timestamp returned from
haemse
Added topic How to caption a vertical line
Hello Everybody, i've added VLINES with my Indicator ... i wanna caption them so you can see where it referes to. i've added Text vertically nearby the lines (see pic) ... however, the text captions move when shown price range changes. What would be
haemse
Added topic Rectangle overlay and mix color ...
Hello Everybody, when i set rectangle objects that overlay, their color mixes up like they are transparent. However, how can i change that, so the color stays the color i set up for the rectangle? really annoying ... thanks for any help
haemse
Added topic Dynamic Array - Newbie Question
Hello Everybody, i've read through the book and documentation to figuere out something about pushing values to an array, but it seems that you have to declare array size when declaring the array ... is there a way to make the array dynamic and push
haemse
Added topic Create Rectangle in Indicator Window over Coordinate System
Hello Everybody, i'm trying to set rectangles in an Indicator Window. It seems that you can only use time as X-Coordinate. Thats why i wrote a function that calculates a wanted coordinate value into a time value at the horizontal time line displayed
haemse
Added topic How to access past values?
Hi Everybody, does anybody know a good description of how to loop through minute values in mql4, way back in time, like 10 years. It should be done as an analysis of an indicator which means it should not be too slow. Thanks for your help, Jacob