rokas
rokas
Friends

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

rokas
Added topic Traling stop help
Hello, I am coding ea and I dont know what is wrong :? so I try to code traling stop but it works bad with sell, so my code is: this work good: if (OrderType() == OP_BUY) { if(Ask-OrderOpenPrice()>Point*TrailingStop) {
rokas
Registered at MQL5.community
rokas
Added topic Simple script
Hello, I am learning to programing and I have a problem, so I need your help. I created a script, to open order (works) int start() { OrderSend(Symbol(),OP_SELL,1.0,Ask,0,0,0,"some comment",16384,0,Green); return(0); } Latter I tried to make TP and