Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a comment in the manager #19

Closed
pplomba opened this issue Feb 2, 2018 · 1 comment
Closed

Adding a comment in the manager #19

pplomba opened this issue Feb 2, 2018 · 1 comment
Assignees

Comments

@pplomba
Copy link

pplomba commented Feb 2, 2018

Hi... it's woonder to insert the comments management in the OrderManager....
some Mql programmers use this for retain some variables
Regards

Line 36: ObjectAttr(string,comment,Comment);
...
Line 178: int ticket=OrderSend(s,cmd,Math::roundUpToMultiple(lots,MINLOT), price,m_slippage, OS::N(s,stoploss), OS::N(s,takeprofit), m_comment,m_magic,0,m_color[cmd&1]);

@dingmaotu dingmaotu self-assigned this Feb 2, 2018
@dingmaotu
Copy link
Owner

I will add an optional parameter comment to all ordering commands as users may want to use different comments for different orders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants