Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1183
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
so put it together and divide it yourself.
You can, of course, and it is not difficult, I just thought there was such a thing, I thought maybe my eyes are lidded, so I asked again, there is nothing difficult, but an extra hour to spend 2.
I just thought there was one already
There's a Doncian.
It's not too much. Then I'll make an indicator, it's not too complicated.
Good day, advise indicators for MT5 support and resistance lines and local max and mIn indicator
Donchian
good afternoon all! my construction giving an error when working on the data:
for(int trade = OrdersTotal() - 1; trade >= 0; trade--)
{
if(OrderSelect(trade, SELECT_BY_POS, MODE_TRADES))
{
if(OrderSymbol() == Symbol() && OrderMagicNumber()==1 && (OrderType() == OP_BUYSTOP)
....
Nopending Buyorders, there is one open and in if. Anybody has a problem with this?
good afternoon all! my construction giving an error when working on the data:
for(int trade = OrdersTotal() - 1; trade >= 0; trade--)
{
if(OrderSelect(trade, SELECT_BY_POS, MODE_TRADES))
{
if(OrderSymbol() == Symbol() && OrderMagicNumber()==1 && (OrderType() == OP_BUYSTOP)
....
Nopending Buyorders, there is one open and in if. Anybody has a problem with this?
Did you change anything in the code?