Forum

mt4 not taking history data

Mt4 is not importing the CSV file which contains bid rates from 1950 eurusd m1 data..plz help.it doesn't show any error also

buy if closing price is above bollinger and sell if price below bollinger

hello, i want to back test an ea which buys when closing price of last candle is above upper bollinger bands and sell if below lower bollinger bands.how can i do this

get list of all symbols running in mt4 programatically

hello ; i want to get list of all receiving quotes symbols programatiaclly..Can i do this

how can i delete a signal..im the provider of that signal..

how can i delete a signal..im the provider of that signal

how could i transfer quotes and other data to dll???

how could i transfer quotes and other data to dll??? wat is the function used for ttansferring---->from mql to dll

how does mt4 intellisense work on linux

mt4 works fine with WINE on linux platform..only problem i face is intellisense for metaeditor doesn't work .. someone says on forum that this is due to non-presence of microsoft fonts... i have installed ms-fonts also but still intellisense is not working.. intellisense means showing of hints as

recompile ea again and again

when i load mt4 platform i have to recompile ea's to work..otherwise the ea's placed on charts won't work

how can i use java for making expert advisors??

can we use java for making expert advisors?? seen some post and downloaded files but not able to understand how to use them seen this-- https://www.mql5.com/en/forum/121466 page 4

slippage don't work

while closing some orders i have set slippage to zero but still some orders end up at different prices....how can i make orders close at exactly ask or bid as it is a scalping ea...... OrderClose(OrderTicket(),OrderLots(),Bid, 0 ); OrderClose(OrderTicket(),OrderLots(),Ask, 0 );

can i find a error

int a[ 3 , 3 ]; a[ 3 , 2 ]= 54 ; Print (a[ 3 , 2 ]); cant find a error in this..gives output 0;