Buky
Buky
Friends

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

Buky
Registered at MQL5.community
Buky
Added topic Problem with comparision operator
Hello, Im writting ea and I have this lines in my code: if( OrderStopLoss() > Bid+stop_loss*Point ) { FileWrite(fw, OrderStopLoss(), ">", Bid+stop_loss*Point); ... } This is output from FileWrite() function: 1.4186;>;1.4186