Forum

version 670 upgrade to 711, appcrash

after connected to broker server, mt4 crashed. APPCRASH app name: terminal.exe app version: 4.0.0.711 timestamp: 008b4800 module name: StackHash_6537 module version: 0.0.0.0 module timestamp: 00000000 exception: c0000005 exception pos: 77488203 OS version: 6.1.7601.2.1.0.256.1

bug report: vertical line object visualization in seperate window

mt4 4.0 version 432: vertical line object create in seperate window (done in script), after switch to other timeframe chart, it will become invisible, even when the visualization setting is allow it show in all timeframes

question about ERR_HISTORY_WILL_UPDATED (4066 )

I use a indicator to calc index base on other period data, if the period chart is not open yet, iMAOnArray(...) will return incorect data, just as same as ArrayCopySeries, my question is: if I don't open a chart of the period, after the first calling return error, the flollowing calling will also

BUG report

the following code can compile ok, through it miss one param. void test() { int bufid= 0 ; string shortname; int type= 1 ; int tradeType= 1 ; SetIdxStyle( true , bufid, shortname, /*miss param suffix*/ type,tradeType); } void SetIdxStyle( bool used, int & bufid, string &

Unhandled exception 0xC0000005

Error when use example indicator OsMA: when switch the chart period , there is a error message print to output : Unhandled exception 0xC0000005 It seems come from the function call to function SimpleMAOnBuffer in including file MovingAverages.mqh, What wrong with it? I have some customer

CopyTime/CopyOpen/CopyHigh/... can't load data before specify period chart have open?

Application: I use a rectangle to cover a range of a certion trend segment, and want to get the bars count between rectangle's time1 and time2, evaluate the bars count under Period M1,M5,M15...H1, .. etc, so I can know which period is the best meet for the trend scale. Solution: This is no

MetaEditor Need Support Double-Byte Character Sets

It can't show normal for comments using Double-Byte Character Sets, e.g. Asia Language charactors, in MetaEditor. To make matters worse, all code lines end with comment include asia language charactor will be lost after the mq file been compiled