Friends

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

pedma
Added topic Find the highest / lowest of CLOSE price of some bars
Hi, We can get highest / lowest value of last Depth bar using (similar to MT4 Zigzag indicator) :  double theHighest = high[iHighest( NULL , 0 , MODE_HIGH ,Depth,i)]; double theLowest  = low[iLowest( NULL , 0 , MODE_LOW ,Depth,i)]; But
pedma
Registered at MQL5.community