ranisfaris
ranisfaris
Friends

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

ranisfaris
Added topic how can I limit the trades to a maximum of 1 for every new bar that appears?
   #include<Trade\Trade.mqh>    CTrade trade;      void OnTick ()    {          double Bid = NormalizeDouble ( SymbolInfoDouble ( _Symbol , SYMBOL_BID ), _Digits );
ranisfaris
Added topic Going short isn't working please help...
Hi There Simple piece of code that I can't get to work ->    #include<Trade\Trade.mqh>    CTrade trade;      void OnTick () {    double Bid = NormalizeDouble ( SymbolInfoDouble ( _Symbol
ranisfaris
Added topic Calculating candle Wick
Hi guys I'm sorry I'm a noobie struggling here. I'm trying to calculate the wick of the latest candle if there's any, for example, if the current latest bar is red then the high minus the open should give you the top side wick and if the candle is
ranisfaris
Registered at MQL5.community