Ankit Jain
Ankit Jain
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Ankit Jain
Added topic 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
Ankit Jain
Added topic 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
Ankit Jain
Added topic how can i delete a signal..im the provider of that signal..
how can i delete a signal..im the provider of that signal
Ankit Jain
Added topic 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
Ankit Jain
Added topic 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
Ankit Jain
Added topic 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
Ankit Jain
Added topic 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 );
Ankit Jain
Added topic 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
Ankit Jain
Added topic 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
Ankit Jain
Added topic 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;
Ankit Jain
Added topic how to close orders after taking a specific profit
hello all; i am practicing mt4 lang and made this ea whic closes orders if profit lies bw 1.5-2. closes same order if loss lies bw -2  to  -3.. but the code is not working on ecn 55 digit broker... int start()   { //---- if (
Ankit Jain
Added topic wrong calculations
hello; in the below code i have put r3 =112..but in metatrader stratagy tester sl for order is not placed accourdingly that ..i have tried every thing..please have a see and help wat should i do..?? sl should be placed 11.2 pips below but it is
Ankit Jain
Added topic Ankit
hello ;   i am here provided with a small part of my strategy... if buy takes profit next will be a buy but if it ends in stop loss ordertype will change from 0 to 1...same case for sell..each time it inccurs a loss ordertype will
Ankit Jain
Added topic normalized double not working
here normalizedouble is not working due to that im getting these errors.. error 130 as un normalized values.. //+------------------------------------------------------------------+
Ankit Jain
Added topic bug!!!
there is abug in stratagy tester.... here at 1.1605 both sl of buy and tp of sell stop should get triggered at same time .....but it happens one after another..leading to a buy stop bw s/l and t/p
Ankit Jain
Added topic error 4051 modify error
sir i got  A ERROR modify error 4051 in this... int start()   {    int ticket; if ( OrdersTotal ()== 1 ) {    if ( OrderSelect ( 0 ,SELECT_BY_POS))    {    
Ankit Jain
Added topic send mail enquiry
can we send ask() ,bid(),through sendmail() function
Ankit Jain
Added topic difference between a ticket number and magic number
whats the difference between a order ticket number and magic number.... when we place a order the number appeared in leftmost corner in orders pool is ticket number?? 
Ankit Jain
Added topic downloaded indicator not showing in mt5
hello, i have downloaded some indicators and header files and put them as stated in mql5/include and mql5/indicators folders but none of the are visible in mt5 nor in metaeditor.. please help how to use these indicators
12