Rabia Yoruk
Rabia Yoruk
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends 2
Rabia Yoruk
Added topic Packaging
Hi, I do not have a problem when I run the codes through the editor. But when I send and run the .ex5 file to run it on another computer without giving the codes, it doesn't work the same way. Any ideas how I can get it to work on another computer
Rabia Yoruk
Added topic File Open History
Hi everyone, In mql4 i open/create a .hst file and i used fileOpenHistory for that (indicator for the renko chart) : tmp_file = FileOpenHistory(SymbName + ".hst" , FILE_BIN | FILE_WRITE | FILE_SHARE_WRITE | FILE_SHARE_READ ); however in mql5 no such
Rabia Yoruk
Added topic ArrayCopyRates
Hi everyone,  I've been trying to run the ArrayCopyRates function (not with the same name, similar function according to same mission) in mql5 but I couldn't be successful. In mql4 i used it like :  double abc[][ 6 ]; ArrayCopyRates(abc
Rabia Yoruk
Added topic Terminal Data Path
Hi,  I know the find the terminal path which is kind of  MetaQuotes\Terminal\FF5C0E29FAC93F5DD90858C939E9C0E8 however how I can automatically (programmatically) determine the location of the terminal_data_path.  Not from within
Rabia Yoruk
Added topic Indıcator buffer variables does not seem
hello, I have a problem when converting from mql4 to mql5. I would be glad if anyone can help. I can't find where I went wrong. I have defined as follows: #property indicator_buffers 15 double buf_Open[]; int OnInit () {
Rabia Yoruk
Added topic Accessing High[] array from outside of OnCalculate() indicator function?
Hi, sorry for my newbie question, i try to explore mql5 envronment. Here is the my question, thanks in advance : is anyway to get High[] array outside of OnCalculate in indicator ?  When i write like this, array is out of range because the
Rabia Yoruk
Added topic Array access problems when converting mql4 to mql5
Hi, i have an two error about the array when i converting mql4 codes to mql5, can anyone help me, when i fix those according to mql document, it seems again (most probably i miss something). I shared the codes below. Thanks in advance. i declare HT1
Rabia Yoruk
Added topic Scan the specific area with vertical line or fill inside
Hi, Basically, i want to highlight the specific area (yellow ones) as shown as below.  It can be with multiple vertical line or maybe just fill the inside of specific area. Is there any way I can do this on expert advisor? Ps. Red line is
Rabia Yoruk
Added topic Get user's username
Hi everyone, is that possible to get user's username from metaeditor (or something like this, auth key etc.)? I develop a advisor and i want to verify users authentication in somewhere of my advisor from remote access
Rabia Yoruk
Added topic Draw Trend Lines
void drawlr( string points) { string res[]; StringSplit (points, ',' , res); Print ( "res[0]" ,res[ 0 ]);   Print ( "res[1]" ,res[ 1 ]);   if ( ArraySize (res)== 2 ) {    double close_array[ 1 ];    CopyClose (
Rabia Yoruk
Registered at MQL5.community