Al W
Al W
Friends

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

Al W
Added topic MetaEditor Build 230, crashes before it opens. anyone else?
I'm running XP. Is this happening to anyone else
Al W
Added topic List names after...
I believe the early versions of MT5 MetaEditor allowed a list of class member names to display immediately after entering the dot.  So if I typed:  "obj." the list would immediately display. That's no longer the case. And we can't use "list
Al W
Added topic Bug - build 229, after script finishes, further scripts will fail to intialize on the chart
Try it. void OnStart()   {    //try to run this script twice, check the Journal also.    Print("This is the last time you see me");   }
Al W
Added topic Bug - Try to use class object with no constructor = unhandled exception xc0000005
This was a pain to find. Definitely a new bug. First, try this script as is. Then comment out: "Print(sad.Test())" ,and the exception disappears. Note the class that has no constructor, but has an array doesn't cause an error. Just the ones without
Al W
Added topic Bug - object resizes when partially below chart bounds and dragged
I made a test EA that simply displays the pip size of the object and updates after it is dragged. The bug occurs when you drag an object so that it is partially below the chart boundary. While below the boundary, if you move it, it shrinks in size
Al W
Added topic Object time bug
The object time retrieved using: ObjectGetInteger( 0 , "testObj" ,OBJPROP_TIME, 1 ) which is the second point, is always wrong. Doesn't matter if it's a square or a trendline. Here is the test code:    double arrprice[];   
Al W
Added topic Trying again - Edit: Possible cookie problem with forum
This is just a test. I somehow posted a new topic as someone else, so just checking if things are working again
Al W
Added topic Search functionality on forum completely broken right now. Anyone else notice? Edit: working fine now.
search for something you know was asked a thousand times. nothing shows up. edit: works, no excuses not to search for your answers before posting now :)
Al W
Registered at MQL5.community