Forum

Problem with custom indicators in an EA

Hi all, I got a problem using one of my custom indicator in an EA. The EA is working in real time but not in strategy tester . I assume there are some functions I use in the indicator used in my EA that are not taken in strategy tester history but in real time values. Do you think this can be

How to place a buy stop order?

Hi all, I don't succeed in placing a buy stop order... When using a MqlTradeRequest and OrderSend(), what information do I need to enter?? What are stoplimit and price representing in the case of a buy stop order? Thx, struct MqlTradeRequest { ENUM_TRADE_REQUEST_ACTIONS action; //