orco
orco
Friends

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

orco
Added topic help for an indicator
   if (counted_bars< 0 ) return (- 1 );    if (counted_bars> 0 ) counted_bars--;    limit= Bars - 1 ;    if (counted_bars>= 1 ) limit= Bars -counted_bars- 1 ;    if (limit< 0 ) limit= 0 ;
orco
Registered at MQL5.community