Be young. But don't be foolish. Study history! - Curtis Faith
How to make the EA wait x bars since the last order was closed 0 replies
Need indicator for detailed report on last 10 closed trades 1 reply
How to know if the last closed order 18 replies
Go only long if last closed order was sell and inverse 3 replies
last closed bar top 3 replies
DislikedHi guys,
I need help on selecting the last trade on the history. I have tried using this code:
OrderSelect(OrdersHistoryTotal(),SELECT_BY_POS,MODE_HISTORY);
I don't think it works. Is it the correct way to code it?
What do you think?
Cheers,
BangunIgnored