Pertti / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Pertti
Added topic OrderSend and stops
i'm trying to write my own EA, but ran into confusion extern double TakeProfit=25.0; extern double StopLoss=20.0; extern double Lots=0.1; ticket=OrderSend(Symbol(),OP_SELL,Lots,Bid,10,StopLoss,Bid-TakeProfit*Point,"pip-catcher SHORT",12345,0,Red);
: