Topic: SL/TP correct for ECN-brokers?

Hi there!

Since I received good backtests and even good forward tests on demo account I'd like to start with a real money account. My broker is an ECN-broker so trades cannot sent with stoploss and takeprofit. One must first open the trade without them and then modify the opened trade. Is this correct handled by FST?

Bye,
erio

Re: SL/TP correct for ECN-brokers?

Hi again!

Found the answer in the forum. We simply need to change the expert advisor - find the line

bool     Separated_SL_TP  = false; // It's for brokers like FXCM and FXOpen that don't allow sending OrderSend(..) with SL and TP.

and set true instead of false and re-compile the EA. This should do the job.

Bye,
erio