Edit Your Comment
Viewing Trade History on MT4 Terminal
Tham gia từ Jun 23, 2014
12bài viết
Jul 14, 2015 at 14:37
Tham gia từ Jun 23, 2014
12bài viết
Hi All,
Is there a way to view my trade history for a pair on my MT4 platform? Please advise.
Best Regards.
Is there a way to view my trade history for a pair on my MT4 platform? Please advise.
Best Regards.
Keep Learning and better your best!!
Tham gia từ Jun 23, 2014
12bài viết
Jul 15, 2015 at 20:33
Tham gia từ Jun 23, 2014
12bài viết
Dear DGSCALPER,
Thanks for your input. Yes, I would like to view specific historical trades for a specific pair on my charts. I hoped their is a script one can use rather than manually placing historical trades on the chart, for study purposes. Thanks again. Am still Looking forward to this.
Thanks for your input. Yes, I would like to view specific historical trades for a specific pair on my charts. I hoped their is a script one can use rather than manually placing historical trades on the chart, for study purposes. Thanks again. Am still Looking forward to this.
Keep Learning and better your best!!
Tham gia từ Mar 02, 2010
97bài viết
Jul 16, 2015 at 03:52
Tham gia từ Mar 02, 2010
97bài viết
double PairProfitLossHistory(){
double pairprofitlosshistory=0,buyprofithistory=0,sellprofithistory=0;
for(cnt=0;cnt<OrdersHistoryTotal();cnt++){
if(OrderSelect(cnt,SELECT_BY_POS,MODE_HISTORY))
if(OrderSymbol()==Symbol()){
if(OrderType()==OP_BUY)buyprofithistory=buyprofithistory+OrderProfit()+OrderSwap()+OrderCommission();
if(OrderType()==OP_SELL)sellprofithistory=sellprofithistory+OrderProfit()+OrderSwap()+OrderCommission();
pairprofitlosshistory=buyprofithistory+sellprofithistory;
}
}
return(pairprofitlosshistory);
}
double pairprofitlosshistory=0,buyprofithistory=0,sellprofithistory=0;
for(cnt=0;cnt<OrdersHistoryTotal();cnt++){
if(OrderSelect(cnt,SELECT_BY_POS,MODE_HISTORY))
if(OrderSymbol()==Symbol()){
if(OrderType()==OP_BUY)buyprofithistory=buyprofithistory+OrderProfit()+OrderSwap()+OrderCommission();
if(OrderType()==OP_SELL)sellprofithistory=sellprofithistory+OrderProfit()+OrderSwap()+OrderCommission();
pairprofitlosshistory=buyprofithistory+sellprofithistory;
}
}
return(pairprofitlosshistory);
}
ixbone@
forex_trader_25447
Tham gia từ Dec 21, 2010
131bài viết
Jul 16, 2015 at 06:36
(đã sửa Jul 16, 2015 at 06:39)
Tham gia từ Dec 21, 2010
131bài viết
@DGSCALPER
Try this : https://www.forexfactory.com/showthread.php?t=46668
... link at the bottom of the last post
I think, that is what you want :
Try this : https://www.forexfactory.com/showthread.php?t=46668
... link at the bottom of the last post
I think, that is what you want :
Tham gia từ Feb 17, 2014
18bài viết
Jul 16, 2015 at 07:39
Tham gia từ Feb 17, 2014
18bài viết
Indeed my friend, just add this indicator, it will also show you open trades.
Tham gia từ Jun 23, 2014
12bài viết
Jul 16, 2015 at 18:38
Tham gia từ Jun 23, 2014
12bài viết
'@DGSCALPER
Try this : https://www.forexfactory.com/showthread.php?t=46668
... link at the bottom of the last post
I think, that is what you want '
@StoneHeart That's right. You got it. I have just tried it and it works on my Demo account. It however does not work on my Live account. Only gives an Alert: 'No trades displayed for this chart symbol!....'. Does it work for you on a live account? Any ideas how to make it work? Thanks a lot!
@IXBONE Thanks for the script. Quite insightful!! Thanks Again!
@iguy You have just made my day!! I never thought this was possible. It is Clear and neat! Thanks buddy. Now if only it could search through the OrdersHistory and print them on my terminal?! Thanks a lot.
Try this : https://www.forexfactory.com/showthread.php?t=46668
... link at the bottom of the last post
I think, that is what you want '
@StoneHeart That's right. You got it. I have just tried it and it works on my Demo account. It however does not work on my Live account. Only gives an Alert: 'No trades displayed for this chart symbol!....'. Does it work for you on a live account? Any ideas how to make it work? Thanks a lot!
@IXBONE Thanks for the script. Quite insightful!! Thanks Again!
@iguy You have just made my day!! I never thought this was possible. It is Clear and neat! Thanks buddy. Now if only it could search through the OrdersHistory and print them on my terminal?! Thanks a lot.
Keep Learning and better your best!!
Jul 19, 2015 at 06:23
Tham gia từ Aug 28, 2011
4bài viết
Tham gia từ Jun 23, 2014
12bài viết
Aug 04, 2015 at 18:27
Tham gia từ Jun 23, 2014
12bài viết
@urdala
Thank you very much! You have solved my problem.
Thank you very much! You have solved my problem.
Keep Learning and better your best!!
*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.