Hi all,
I am preparing an EA which uses Partial Close in its logic inside
I can save remaining order after partial close with magic number control
But now, I have different problem in OrderOpenTime, remaining orders ( generating after partial close ) have different OrderOpenTime() than original order.
I need to keep original orderopen time with .
is there a way to keep these time ?
Thanks
You could track the original open time with the order comment.
You could track the original open time with the order comment.
I think you meant from OrderHistory?
But I konow the OrderComment is not reliable
I think you meant from OrderHistory?
But I konow the OrderComment is not reliable
No I actually meant from positions. If it is not reliable then that's too bad
No I actually meant from positions. If it is not reliable then that's too bad
- If you mean active orders, I need original orderopen time after it closed , how it will be possible ?
Should I use datetime?
could u please give me an example ?
- some brokers can change order comment .
thanks
Why don't you save original open time before you perform partial close?
I think I did not understand you correctly,
can you show me in codes as example?
thanks
assassin:
I think I did not understand you correctly, can you show me in codes as example? |
assassin: I think I did not understand you correctly, can you show me in codes as example? |
I do not remember to write to you :)
you are writing like as I was asked to your help
could u please be polite....
I do not remember to write to you :)
you are writing like as I was asked to your help
could u please be polite....
Even when no one mention WHRoeder, he will always jump into threads with his unpolite template.
That's how he does all around. Don't mind him...
Even when no one mention WHRoeder, he will always jump into threads with his unpolite template.
I really dont know he has a problem with him
Sorry WHRoader!!!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi all,
I am preparing an EA which uses Partial Close in its logic inside
I can save remaining order after partial close with magic number control
But now, I have different problem in OrderOpenTime, remaining orders ( generating after partial close ) have different OrderOpenTime() than original order.
I need to keep original orderopen time with .
is there a way to keep these time ?
Thanks