el3reef
el3reef
Friends

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

el3reef
Added topic problem in my function "Oreders Total By MAGIC"
Hello, I have made this function to count the pending orders in the account it always return 0 int OredersTotalByMAGIC( int The_MAGIC) {      int Counter = 0 ;      for ( int i= OrdersTotal ()- 1 ; i>= 0 ;
el3reef
Added topic Problem with drawing indicators in mql5
Hello, A strange problem I am facing in drawing indicators in mql5 , I have not encountered this problem in mql4  The problem is when developing an indicator that draws lines on the chart, when the timeframe is changed, the lines are not
el3reef
Added topic pending orders number have limitation
Hello, I have made an ea depended on pending orders , the problem is it put only 30 pending orders, so I want to knew if there is a limitation to pending orders number. thanks
el3reef
Added topic my source code is disappeared from my pc :(
Hello, my source code is disappeared from my pc ! I can't believe this could happen It happened before and I said it was a coincidence that will not be repeated Now open the source code file, which is completely empty If anyone has an idea to
el3reef
Added topic Fill or Kill on a collection of symbols
I want to execute several orders in different symbols But I want it all done or nothing done Sometimes one of the orders is not executed because the market is closed or any other problem I hope to get suggestions to solve the problem
el3reef
Added topic How to check if market is open per a specific symbol
Hello, i'm trying to find an direct function to check if the market is open or not peer specific symbol Thanks
el3reef
Added topic Ctrade BuyLimit,BuyLimit Invalid order type error
Hello, i used to use CTrade class on Buy,Sell functions without any problems now i need to use BuyLimit,BuyLimit  ,in the first of used i face error expedition time,  I tried to fill the two inputs for the expiration code and I faced
el3reef
Added topic How to trade on USDX if broker does not provide trading on it
Hello if may broker dosnot provide trading on  USDX how can i trade on it  this is the USDX Equation : USDX = 50.14348112 * the EUR/USD exchange rate ^ (-0.576) * the USD/JPY exchange rate ^ (0.136) * the GBP/USD exchange
el3reef
Added topic Oldest_Open_Price_Order
for sharing and improving      double Oldest_Open_Price_Order( int Magic){    double open_price = 0 ;    int TotalOrders = OrdersTotal ();           for ( int x= 0
el3reef
Added topic last_closed_order_profit
for sharing and improving   double last_closed_order_profit( int Magic){      double orderStopLoss;      for ( int i= OrdersHistoryTotal() ;i >= 0 ;i--)       {
el3reef
Added topic last_order_Type(int magic)
double last_order_Type( int magic){    for ( int i=OrdersHistoryTotal();i >= 0 ;i--)      {               OrderSelect (i,SELECT_BY_POS,MODE_HISTORY);
el3reef
Added topic last_order_profit(int magic)
double last_order_profit( int magic){    for ( int i=OrdersHistoryTotal();i >= 0 ;i--)      {               OrderSelect (i,SELECT_BY_POS,MODE_HISTORY);
el3reef
Added topic return code of the server 3396333104
Hello,  i face this error and i can't find the solution  return code of the server 3396333104  i'm using this function     uint SendRandomPendingOrder( long const magic_number, string Symbol_name, double open_price, string
el3reef
Left feedback to developer for job Additional gift for (Replace a chart window with web browser) job
el3reef
Left feedback to developer for job Additional requirements for (Replace a chart window with web browser) job
el3reef
Left feedback to developer for job Replace a chart window with web browser
el3reef
Added topic open a webpage in chart window
Hello,   i need to open a webpage in chart window or converting a chart window with a web browser i hope to find a functions helping me to do that thanks  
el3reef
Added topic return the point price for current symbol
 Hello   i want a function  to calculate the point price for current symbol   thanks  
el3reef
Added topic write two line inside Button
hello   i want to write a two line iside a  Button  like =>  Bid+"\n sell" i tray to use "\n" and it not working   ButtonCreate( 0 , "Button_buy" , 0 , 10 , 20 ,x_size,y_size,InpCorner,Bid+ "\n sell" ,InpFont,InpFontSize
el3reef
Added topic CHIKOU SPAN line return 0
Hello,     i don't knew why MODE_CHIKOUSPAN return 0 usually   i use this code :  double CHIKOUSPAN=iIchimoku(NULL,0,9,26,52,MODE_CHIKOUSPAN,0);     waiting for help    thanks 
12