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.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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!