Advertisement
Edit Your Comment
how to fetch order's comment value
Tham gia từ Sep 05, 2013
49bài viết
Oct 14, 2015 at 08:30
Tham gia từ Sep 05, 2013
49bài viết
if you are using MT4 , look up " OrderComment " in the MQL4 Reference in the MetaQuotes Language Editor ?
“Everybody should have a dream. What if that dream comes true?” – Jack Ma
Oct 22, 2015 at 06:22
Tham gia từ Oct 21, 2015
1bài viết
Something like:
for(i=OrdersTotal()-1; i>=0; i--)
{
if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
if(OrderMagicNumber()==magic) //"magic" is the magic number you have set in code
{
Print(OrderProfit());
Print(OrderStopLoss());
Print(OrderComment());
}
}
for(i=OrdersTotal()-1; i>=0; i--)
{
if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES))
if(OrderMagicNumber()==magic) //"magic" is the magic number you have set in code
{
Print(OrderProfit());
Print(OrderStopLoss());
Print(OrderComment());
}
}
Tham gia từ Apr 10, 2015
17bài viết
Nov 18, 2015 at 07:42
Tham gia từ Apr 10, 2015
17bài viết
if someone work with the API to calls of value with the closed or running trade than those helps of enough further to moves of the good chance to build of her own personal fintech company.
the decision to work with the order modify on improving the comment value work of the similar as those with the magicnumbers of integer to gives of notice with the returns of work with the system as administrator to gained with the representativeness of initials as analyzing use with the terchnical performance.
those helps as different exit strategy works on executing order with the distinct on customs with the running chart profiles with the market.
the decision to work with the order modify on improving the comment value work of the similar as those with the magicnumbers of integer to gives of notice with the returns of work with the system as administrator to gained with the representativeness of initials as analyzing use with the terchnical performance.
those helps as different exit strategy works on executing order with the distinct on customs with the running chart profiles with the market.

*Nghiêm cấm sử dụng cho mục đích thương mại và spam, nếu vi phạm có thể dẫn đến việc chấm dứt tài khoản.
Mẹo: Đăng ảnh/url youtube sẽ tự động được nhúng vào bài viết của bạn!
Mẹo: Dùng @ để tự động điền tên người dùng tham gia vào cuộc thảo luận này.