Lorenzo Besutti
Lorenzo Besutti
Friends

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

Lorenzo Besutti
Added topic same distance between 2 point in all symbols
Hi guys, i have this code: bool PriceMovedFar() { double distance = 0.0; double pipValue = SymbolInfoDouble(_Symbol, SYMBOL_POINT); distance = (price2 - price1) / pipValue; return distanceInPips > 50 ; }  if i use this code in usdjpy , that
Lorenzo Besutti
Registered at MQL5.community