Comment Error?

 

I created a very, very simple expert advisor with a very simple strategy. I have run several backtests on few brokers with no error. However, when I run demo or forward test on broker FXOpen (ECN Demo Server), it show some comment which I cannot figure out why.

My expert advisor do not have any other function such as partial take profit or trailing stop. Is it the broker's "fault" or due to programming error?

Thanks!

 
Invalid:

I created a very, very simple expert advisor with a very simple strategy. I have run several backtests on few brokers with no error. However, when I run demo or forward test on broker FXOpen (ECN Demo Server), it show some comment which I cannot figure out why.

My expert advisor do not have any other function such as partial take profit or trailing stop. Is it the broker's "fault" or due to programming error?

Thanks!


partial taking profit in "real" means:

Close Old Order

Open New Order from Rest Lots

Write in Comment the original OrderTicketNumber

for this you find in the comment what the original order was for example.

Reason: