Forum

MetaEditor Build 230, crashes before it opens. anyone else?

I'm running XP. Is this happening to anyone else

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 names after: 0 characters" in the options. It defaults back

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"); }

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 constructor or an array causes it... class

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. How much it shrinks, either depends on the scale of

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[]; datetime arrtime[]; datetime time1,time2; double price1,price2;

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

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 :)