Forum

MT5 Thread finished

Strategy tester stops before it finishes the custom test date . it shows Thread finished as shown in the pic attached

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 opens buy opositions on a sell order stoploss

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

Can't use Low[1] as stopLoss

When i try to use Low[1] as stopLoss, i get wrong value

No trades operation error

Automatic validation gives No trading operation when in upgrade the EA

Price levels For responding pip

How can know the price levels for grouped pips

Total Profit of all currently opened orders

How can determine the total profit of all currently opened orders in mql4

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

Orders not closing at take profit level

What causes some orders not closing at exact take profit level

Open multiple Orders each On new bar

How to Open multiple orders each to be opened on a new bar