Hefajatur Rahman
Hefajatur Rahman
1 (1)
  • Information
9+ years
experience
4
products
188
demo versions
0
jobs
0
signals
0
subscribers
Hefajatur Rahman
Added topic please help me about selecting and comapre orders
suppose i hv 5 opened order where 3 are GU and 2 EU like here: ticket    sym   type    comments 2000     GU    Buy       A1
Hefajatur Rahman
Added topic EA placing same order copy of previous order
i m in  trouble, suppose my signal provider open 5 orders in diff pair at a time or in 5 sec,   my EA only select last opened order where others are missing  which opened 4 sec before....and sometimes EA opening 2 order of same pair
Hefajatur Rahman
Added topic Orders comment checking by EA
i m facing problem in checking comment. if (d = "A1" ){ *** code here  } this condition not working... if comment is blank or anything, order is opening...i want new order open only when last detected order comment is A1. extern double
Hefajatur Rahman
Added topic last open order not showing as comment
i have 4/5 open order in terminal, i need to select last/latest opened order  but it showing another order not last one opened. my code here   for ( int i = ( OrdersTotal ()- 1 ); i >= 0 ; i --)    {
Hefajatur Rahman
Added topic how can i find the price of previous MA crossover (buy or sell) signal
hlw coders i m in little trouble in coding of EA, i made it according to MA crossover signal if signal buy its cancel previous sell signal and placed new buy order also same for sell signal.. i already made it.... but i m in trouble to find what was