Forum

question about demo account

hi , i want to know how to apply a new demo account , for i reinstallation my system and the old demo account wal lost . but , i found the server cannot be connected . so how can i apply a new demo account ? thanks in advance

qestion about passing the array of string into DLL

hi, i encounter a question about passing string's array into a DLL , first i declare the funtion in .mqh as follows : void f(string& array[]) ; , but this failed . and then i try to do this by declare the function : void f(string& str) ; with a for loop , i push string array into dll as

a question about the state of button

hello , all guys , when a button was pressed it won't return to the un-pressed state until user click it again . i want to know how to release an button from pressed state by program , automatically ? or the following situation will be puzzling : two button are both in pressed state

where can i open a account to trade in the platform of mt5

hi,all guys , i decide to open a account to trade in the metatrader5 platform . so , where i can get the information about those coorpration using metatrader5 ? thanks in advance , and any help will be appreciated

a question about the language of the terminal

i would like to know when the chinese language will be added to the teminal .or when the chinese language version of MetaTrader 5 can be released? thanks

can i set the background color of indicator_separate_window

i test ChartSetInteger to reset the attributes of indicator's window, egg the color of background , the show_grid attribute . so , can i reset the attributes of indicator's window

can i set the charaters in text to bold ?

i try to find a method to set the text to be bold , but it failed . so i want to know weather it is possible ? thanks in advance

a question about the size of chart window

hi,everybody . first , please forgive me for my poor english . i come to face the question to know the size of the chart window . i try to get a clue by reading the docs and files included in include-file . here , the size of the chart window means the length and width of it . thanks in

a question about displaying indictor's result

hello , first please forgive me for my poor english . my case is as follows: in an indicator program , i defined a two indicator_type : #property indicator_type1 DRAW_LINE #property indicator_type1 DRAW_BAR so i get two kinds of indicator objects ( line_indicator , bar_indicator) in the chart

a question about parameter passing

first , please forgive my poor english . my situation is as follows : in X.mq5 , i declare an indictator buffer : double ExtOpenBuffer[]; and set this buffer