[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 285
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
The first is OrderSelect(0,SELECT_BY_TICKET); it needs order_type == OP_BUY to work, but in this case it does not work.
Thank you for your help.
Is there a zero ticket?
If you select by ticket, it does:
Yes. I wrote you on the previous one.
or order_id with SELECT_BY_TICKET
or 0 with SELECT_BY_POS
you mixed up 0 for SELECT_BY_TICKET.
and then you left the second unnecessary OrderSelect
Yes. I wrote you on the previous one.
or order_id with SELECT_BY_TICKET
or 0 with SELECT_BY_POS
you mixed up 0 for SELECT_BY_TICKET.
and then you left the second unnecessary OrderSelect
Thank you, is the second one not in if?
Thank you, the second one is not in the if?
Yes. Put this if in the first OrderSelect.
and delete the OrderSelect before OrderClose.
Yes. Put this if in the first OrderSelect.
and delete the OrderSelect that comes before OrderClose.
Right?
Right?
is it working?
Re-camped, the ticks are coming up...
Five minutes, I'll write back, thank you very much, sergeev, artmedia70.
is it working?
Bingo!!!!!Works!!!!
Thank you so much!)))
Good evening, could you please tell me if it is possible to change the thickness of the chart line on the chart, make it thinner?