Friends

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

kamada2020
Added topic MT5 Thread finished
Strategy tester stops before it finishes the custom test date . it shows Thread finished as shown in the pic attached
kamada2020
Added topic Why a buy position open after sell order stoploss
int sellticket = trade.Sell(Lots,_Symbol,Bid, NormalizeDouble((Bid + (100 * _Point)),_Digits),NormalizeDouble((Bid -(100 * _Point)),_Digits),NULL);       i use the above code to  open sell position but the same code
kamada2020
Added topic Maximum Number of orders to be opened in a day
Can any one help me know the maximun number of order that can be opened in a single day
kamada2020
Added topic Can't use Low[1] as stopLoss
When i try to use Low[1] as stopLoss, i get wrong value
kamada2020
Added topic No trades operation error
Automatic validation gives No trading operation when in upgrade the EA 
kamada2020
Added topic Price levels For responding pip
How can know the price levels for grouped pips
kamada2020
Added topic Total Profit of all currently opened orders
How can determine the total profit of all currently opened orders in mql4
kamada2020
Added topic How To open an order the gives a proft of 10 when using EURUSD
Can anyone help me know how i can open an order that gives a 10 profit when using a EURUSD currency pair
kamada2020
Added topic Orders not closing at take profit level
What causes some orders not closing at exact take profit level
kamada2020
Added topic Open multiple Orders each On new bar
How to Open multiple orders each to be opened on a new bar
kamada2020
Added topic Setting trading date in live trade
How can i set date in a live trade while using mt4
kamada2020
Added topic Running the matetrader at 32 speed in a live trade
Is possible to run the meta trader a speed of 32 in a live trade
kamada2020
Added topic Currency signal brokes alot on the chart
How can i over come my currency signal not to keep being broken on the trading chart
kamada2020
Added topic Close all orders at a take profit level
Can someone help how can i close all orders when one order reaches the take profit level . thanks
kamada2020
Added topic Mismatched charts errors
Can Someone help me know what it means. Thanks
kamada2020
Added topic Close all orders if One order closes
How can i close all orders if one closes
kamada2020
Added topic A datetime return type Function
Can a function return a datetime 
kamada2020
Added topic Open an order that profit of 20 USD
How can open an order that makes 20 USD profit in EURUSD  in MQL4
kamada2020
Added topic Subtracting the Price levels
double PriceLevel = OrderOpenPrice() - Bid;    // if Order was a buy Order. Why is that when the current price level is far away from the OrderOpenPrice level i get zero values
kamada2020
Added topic Convert int to double
How can i convert an integer to a double 
12