vx0532:
What have you coded so far? Please show your attempt.
I mean when I back test an EA, I will get a graph about all the orders;
shall I draw a graph about only some of orders? such as MagicNumber==1 or 2 and so on?
if i can, How?
ubzen:
What have you coded so far? Please show your attempt.
What have you coded so far? Please show your attempt.
ok, in the face I have made an EA which will add orders when it have an order at some time.
Now I just want to know the added orders's trading situation, and in the fact i think adding orders is an EA.
vx0532:
If you're talking about the Equity_Curve, you CANNOT filter that by Magic# during a back-test.
ok, in the face I have made an EA which will add orders when it have an order at some time.
Now I just want to know the added orders's trading situation, and in the fact i think adding orders is an EA.
ubzen:
If you're talking about the Equity_Curve, you CANNOT filter that by Magic# during a back-test.
If you're talking about the Equity_Curve, you CANNOT filter that by Magic# during a back-test.
Thank you!

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 mean when I back test an EA, I will get a graph about all the orders;
shall I draw a graph about only some of orders? such as MagicNumber==1 or 2 and so on?
if i can, How?