Forum

execute Orders via a text file

Hi! I want to execute/modify orders by reading a txt file which specified the SL, TP and EP. Is it possible to do so

Interactive Broker to MT4

Hello! Is there any possibility to use MT4 to trade on Interactive Broker? Thanks

How to return new SL

Hello! In an EA, I modify the SL and then I want to return the new stop loss as the following: current_SL = OrderStopLoss(); But I got the original SL (before modification) into the current_SL How can return the new OrderStopLoss() into the current_SL Thanks. PS: I defined the current_SL as double