My name is Murat Yazici. I am a purely mathematical trader. I have B.Sc. Statistics and M.Sc. Quantitative Methods degrees. I have several scientific papers, conference presentations in Texas, Toronto, London, Istanbul, books and book chapters studies, and many projects about mathematical and statistical modelling. I am also journal reviewer at some scientific journals such as Open Science Journal of Statistics and Application, Mathematical and Statistical Sciences, International Journal of Computational and Data Sciences, International Journal of Computers & Technology (IJCT), Biostatistics and Biometrics Open Access Journal (BBOAJ), and Biomedical Journal of Scientific & Technical Research (BJSTR).

About me: http://tinyurl.com/3vhn5ved

Best,
Murat YAZICI M.Sc.
Murat Yazici
Added topic Trailing Stop is not working on AUDUSD. Why?
Hi all, My EA is running on EURUSD, GBPUSD, USDCHF, USDCAD and AUDUSD. My EA's traling stop doesn't work on only AUDUSD. It works well on the other currincies. It also works well about take profit and stoploss on AUDUSD. Have you never been face to
Murat Yazici
Added topic To close a trade by hours...
Hi all, I have an EA. The EA opens a trade according to some rules. It has take profit point and stop loss point. I want to obtain when the EA opens a trade,if the trade isn't closed by take profit point up to x hours, the EA must close the trade
Murat Yazici
Added topic Only one trade at the same time...
Hi all, I have an EA. The EA can run on several currincies. The EA should open only one trade at the same time. What can I do for that? Best, Murat Y
Murat Yazici
Added topic Can we insert our EA into the market if we use an external indicator?
Hi all, I hope you are well. I have a question. I wonder how we can insert our EA into the mql5.com market if we use an extarnal indicator. I want to insert my EA in to the market however, I use an external indicator. Is this a problem
Murat Yazici
Added topic About increasing of back-test speed
Hi all, I use an extarnal indicator in my EA. My back test is too slow because. Do you have any suggestion about increasing of the back-test speed? Thank you! Best
Murat Yazici
Added topic How can I close an opened position if a statement is true...
Hi, I have an EA. The EA can open orders according to some rules. It can set a take profit and stop loss point. if my statement is true, the EA should not wait to stop loss and close the order. Forexample, if SMA(15)>SMA(50) for a sell position. I
Murat Yazici
Added topic About an error called no trading operations...
Hi all, I try to insert my EA called The Pearson EA into the Market. I get an error called no trding operations on automatic validation. However, the EA opens only 6 trades in a year, generally. What should I do? Best
Murat Yazici
Added topic Opening One trade at the same bar...
Hi all, I want to open only one trade at the same bar. I use M5 timefrime. My EA opens trades according to some rules. However, I want to open only one trade in a bar. Do you have any idea how I can do that? Best wishes
Murat Yazici
Added topic Getting values from MACDMomentum Indicator
Hi all, Severeal days ago, I had written about getting values about MACDMomentum Indicators. I couldn't get any answer by them. I really need your help.  I doenload an indicator called MACDMomentum Indicator on mql5.com. It draws MACD Value
Murat Yazici
Added topic About MACDMomentum Indicator...
Hi all, I try to get values about an indicator called MACDMomentum.  I download it from the mql5.com.  It has values MACD (histogram), Signal (yellow line), Momentum (red line). I try to get its values for my EA. However, I don't know how I
Murat Yazici
Added topic About take profit logs...
Hi all, I am doing backtest. I notice a thing.  There must be take profit #6 instead os take profit #13 because order 6 is closed by take profit. Also, after from order 6 to order 13, there are many closed orders which is closed by take profit
Murat Yazici
Added topic To select closed orders on backtest...
Hi all, I want to select my closed order on back test. I use foolowing code; if ( OrderSelect (tickets, SELECT_BY_POS , MODE_HISTORY == true ))   }    datetime ctm= OrderCloseTime ();    if (ctm!= 0
Murat Yazici
Added topic About writing a string on a csv file...
Hi all, I try to save a string to a csv file. However, I couldn't do that. I search it on forum although I get an aswer, I couldn't do that again. My code is as follows;    int filehandle= FileOpen ( "MQL4\\Files\\updated_Q.csv"
Murat Yazici
Added topic Help about FileWrite...
Hi all, I am a new one on the mql4 programer. I try to write an EA. I have a table called updated_Q with 6*6 matrix (updated_Q[6][6]. This table is updated in EA according to some rules. I want to write it my file called updated_Q as csv. However, I
Murat Yazici
Added topic I need help about define and update a table on MQL4 coding...
Hi, I try to create an EA with mql4. I need create a table and then I can update it from time to time . But I don't know how I can create a table and array.  My table is 22x7 matrix. table[state,action] = np.zeros((22,7))   // 22*7