python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
add top quatation mark in a string, in mql4
in mql4,
string list[]= {"EUR","CHF","GBP","JPY","AUD","CAD","NZD","CHF"};
for(int i=0; i<ArraySize(list); i++) strin...
Yılmaz Kahya
Votes: 0
Answers: 1
How can I get history data from my custom indicator value in MQL4?
I just make function that can get my custom indicator value in mql4. But, i want to get all the history data from my custom indicator value. I know it work with changing shift value. But, i want to ge...
Agam Theos
Votes: 0
Answers: 1
How to get a value from Custom Indicator with zmq?
I have an MQL4 Custom Indicators and I make the EA ( an Expert Advisor ) to get data into MetaTrader Terminal 4 ( mt4 ).
But, how can I import my custom indicators EA to client zmq to get the value ?
Agam Theos
Votes: 0
Answers: 1
How to add close_above_open for a buy indicator in MQL4?
Is that possible to add a close_above_open condition too in the pattern of iHigh() && iClose() && iLow()?
I.e. I would like to add the close_above_open in the below code. Can you help ...
Krishna
Votes: 0
Answers: 1