flourishing
flourishing
flourishing
Added topic how to use dynmiac array?
if i have a 3 dem array like test[2][][3] and the secod dem i don't know how many of it, and use it store some values. how to use it ? if i dem it like thiks test [2][][3] and use this test[2][1][3] to store value , it can get nothing. and if i use
flourishing
Added topic what is the maxsize of the array in ea?
what is the biggest size of array in mq4
flourishing
Added topic c++ dll error
i wrote a simple dll to open an a file tou.cpp #include "tou.h" void OpenFile(char* filename) { ShellExecute(NULL, "open", filename, 0, 0, SW_SHOWDEFAULT); } tou.h #include <windows.h> #include <shellapi.h> #pragma
flourishing
Added topic import a function from a dll file how to use it ?
the function is like this int send(char* s) how to import this. i use import this function, it report not define char. how to import this? thankyou
flourishing
Added topic can the publisher send the report by the proxy ??
my mt via server by the proxy server , but i tried to send report by ftp it doesn't work, click test , nothing happend, and the journal record nothing
flourishing
Added topic if we attach an ea on chart gbpusd , if we send an order that by 1 lots gbpjpy in ea on this chart will the order will be send ?
if we attach an ea on  chart gbpusd ,  if we send an order  that by 1 lots gbpjpy in ea on this chart  will the order will be send
flourishing
Added topic what is the length of order magic number and order comment?
as the subject , please give me some advice ,thank you
flourishing
Added topic how to use mysql.dll to query records from a mysql database ?
 i have read that ticksin mysql and i know that , insert record to mysql is easy , could anyone please give a example to show how to query records from a database, use "select ..." .  thank you
flourishing
Added topic how to use mt4 web serverice api ?
does anyone knows how to use mt4 web service api ?  thank you
flourishing
Added topic how to change the strage tester's template ? thank you
as the subject i asked. thank you
flourishing
Added topic how to avoid trading when the market price is slight shocking?
look at this picture please give me some advice
flourishing
Added topic how to get last closed order's close price ? thank you
thank you. please give me some code. i think my problem is how to set orderselect type
flourishing
Added topic about my metaeditor
what is the matter of my metaeditor ?? before this problem appears, i may change the font size of the internet explore or notepad font size , but i can't make it back , now i can't read my dictionary of mql4 refrence. somebody please give a help
flourishing
Added topic could display same indicator in different time frame chart?
i am sorry , the subject is easy to be misunderstand. let me explain what i want. i want a indicator display something on 5miniutes bar, and 4h and 1h and the others display the samething as in the chart m5, which meas i don't need the indicator
flourishing
Added topic about the macd sample
can someone explain MacdCurrent>(MACDOpenLevel*Point) means ? tks
12