nickrich
nickrich
Friends

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

nickrich
Added topic '}' - not all control paths return a value
Hello everyone. I have coded this, and I think that I cover all possibilities. Why is it still saying that this function/method does not return a value? double Lots()    {      if (OrdersHistoryTotal()> 0 )
nickrich
Added topic Stoploss moving on every tick
Hello, everyone. Ich have coded this here: for ( int i= 0 ;i< OrdersTotal ();i++)      {        bool select = OrderSelect
nickrich
Registered at MQL5.community
nickrich
Added topic Two simple errors (My first EA)
//+------------------------------------------------------------------+ //| Expert initialization