
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
above
It's not higher, it's inside, at the beginning.
No and it doesn't work that way... because if there are no poses, the selector won't change the value of the variable until the next one appears
that's how I wanted to do it:
Once again, if the flag of the select function is set to mode_trades orders are allocated to current and not from the history, so it makes no sense to request the closing time, it will always be equal to zero
i fixed it... i know it myself but i just started trying everything
By the way, is this how it's supposed to be?
Would a base like this work? It always works 100% for me:
if(OrderSelect(0,SELECT_BY_POS,MODE_TRADES)==true)
{
if(OrderSymbol()==Symbol())
{
...and so on...
}
}