trader88888
trader88888
Friends

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

trader88888
Added topic Color Transparency in Rectangle Object
Hello,  Is it possible to add in color transparency to an object?  Eg.  I want to take a rectangle and instead of making it while #ffffff i wanted to make it transparent.     I was wondering if anyone can show me some example
trader88888
Added topic seconds since 1970
Hello,  I'm trying to get an output like this for the number of seconds since 1970.   1460944723 I've done my search on this form and every example doesn't give me the desired output, checked all the documentations, pulling out my hair now
trader88888
Added topic screenshots not being created correctly
Hello, I have a continued problem with the creation of screenshots in metatrader. There is no consistency to this problem that I can find.  The problem:  Screenshots are being created with 0 bytes (sometimes) I'm not sure how to solve this
trader88888
Added topic MQL4 Screenshots - 0 bytes
Hello,   This seems to be a very odd problem but I have a line of code which takes a screenshot with a certain size.  The image file always gets created but sometimes the file size is 0 an others its the full image.  It's the same code
trader88888
Added topic Build 600+ compiling error - assistance in updating int start()?
Hello, I believe this is a simple issue (however I'm not a developer) but I'm trying to get this old code to compile on the new 600+ builds.  The error I'm getting is:   'start' - function already defined and has body  I don't
trader88888
Added topic Syntax help on build 600+
Hello,   I had this line of code in an indicator previous to build 600 but for some reason I get an error on the newer builds of MT4 and was wondering if someone could help me resolve this... the error i'm getting is:   static datetime
trader88888
Added topic removing text from a string
Hello,   New to mql4 and really coding in general but I have to start some where.  Can anyone help me with this?  I have a random string of numbers (different character lengths) that end with .gif.   how do I remove just the
trader88888
Registered at MQL5.community
trader88888
Added topic date/time, seconds since 1970
hello.   Im trying to get the output for the amount of seconds since jan 1, 1970.  The output I desire should look something like this:   1413424764   I can't seem to figure this out, i've been over the documents and i keep
trader88888
Added topic Converting time in email
Hello, I currently have an indicator which the in the sendmail line is this: Time:  " + TimeToStr(CurTime(),TIME_DATE) + " *** " + TimeToStr(CurTime(),TIME_MINUTES) The result output in the email is: Time: 2013.08.20 *** 07:00 This above
trader88888
Added topic Set a delay timer between trades
Im wondering if its possible to set a delay timer between trades? I'm working on automating a strategy, but there are some times when conditions are met that trades will open and close faster then you can blink. I'm wondering if we can say "For
trader88888
Added topic Lines drawn on one chart appear on others
I'm using an indicator that draws lines on a chart. The weird thing is that if i look at other charts i have open it seems the line has super imposed itself onto another chart (in the exact same place and way...) Have you guys heard about this? is it
trader88888
Added topic Seconds since 1970 as a time stamp
Hello, how would i output in my script how many seconds has past since 1970? I expect the number to be in a format ########## (probably quite a long number...) Thx! I tried looking up the date time format, but im kind aconfused (and new a coding)
trader88888
Added topic Generating a random number
Hey Guys, Wondering if someone can help me on this: In my code i try to generagte a random number and store it as a variable like this: rannum= MathRand (); Print ("A: ", rannum); <I then have lots of other code > Later on i try to