Forum

How to more faster strategy tester in mql5?

Hello first of all thank you for read my post. I wrote EA at mql5. How to insert indicator when running strategy tester ? Another problem is i can not make strategy test result more faster (not use skip to button)like mql4. Scroll button touched limit but it does not reach more fast that i want

store ma value in mql5

hello, first of all thank you for read my post. I wrote custom indicator at mql4. But now i need to write that custom indicator at mql5. But there is a problem that is: in mql4 iMA(NULL,0,10,0,MODE_SMA,PRICE_CLOSE,i) this format is available but in mql5 iMA(_Symbol,_Period,10,0,MODE_SMA,PRICE_CLOSE)

Very easy to solve for you

hello everyone first of all thank you for read my post. I have faced one problem. I am creating custom indicator that buffer[] takes value of 1(for example buffer[i]=1) when moving average is increasing. I wrote code but this error appeared "SetIndexBuffer-no one of the overloads can be applied to

how to create series

First of all thank you for all traders and EA builders who read my problem. I have faced problem to create EA. That is: How to create series?. If current close price is higher than previous close price cond1 series takes 1 value, else cond1 takes 0 value

Can write code at python but can not at MQL4. What should i do?

Hello, first of all thank you for reading my post. I am new at MQL4. I can not write code at MQL4. but I can write code that makes statistical analysis at Python. But writing code that makes statistical analysis at MQL4 is very hard. I want to create my own EA. Is there any tool that converts python

How to generate array(7,9,4) dimensions?

Hello i am new in MQL4 coding. I really want to create my own ea at MQL4. But there are some problems i have faced. How to generate array with (7,9,4) dimensions/with 7 rows. each these rows contains rows and 4 columns/? Each elements must be random from uniform distribution