ensark
ensark
Friends

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

ensark
Added topic how I code?
int orders= OrdersHistoryTotal(); if ( OrderSelect (orders,SELECT_BY_POS,MODE_HISTORY== true ))     {      if (OrderType()==OP_BUY) //Month()==12 Year==2013  )
ensark
Added topic is it possible to string variable shown in data window?
hi, i have a string array such below. Is there any code to show string variables from array in data window? string pair[ 28 ]= { "EURJPY" , "GBPJPY" , "AUDJPY" , "NZDJPY" , "CHFJPY" , "CADJPY" , "USDJPY" , "EURUSD" , "EURGBP" , "EURCHF"
ensark
Added topic How do I compare values?
I have 28 arrays. Every array has double values. How i code to compare these values? For eample i want to find the second value from 28 values for every order(secondvalıue[i]) Please show some simple codes. Thanks
ensark
Added topic How coding array as variable in iclose() function??
 i have one simple question. if i explain well it would be double ok. Que. is; i have string array as  pairs[28] . This array consist of 28 pairs. For example i want to put this array as variable into the iclose() function . Such as;
ensark
Added topic Finding the highest numbers between arrays??
 Hi guys,   I have 28 double arrays(one dimentional) how I can code to find the first 8 highest numbers(arrays) and create new two dimentional array that one dimention shows bars history and second shows these 8 values
ensark
Registered at MQL5.community
ensark
Added topic how can ı define i day as dayofweek?
Hi this is my first Q.  :) Thanks for sharing with your idea. Question is ; I want to find i day in the loop which is dayofweek = 2 for example,  i am trying but doesnt work  such as :  TimeDayOfWeek(iTime(NULL,1440,i)) == 1