[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 147
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
On the subject of candle colouring, can anyone suggest it?
Decide first what to do with the third option
How about this: "If the closing price of a candle is greater than or equal to MA 21, then it's a green candle, otherwise it's a red one. "?
This one does not work. Not the best one, of course.
Before the weekend, the spread increases. And quite a lot.
Vinin please reply will the spreads come back on Monday and will the previous results come back? thank you
Vinin can you please tell me if the spreads will come back on Monday and will the results be the same as before? thank you
What can they do. Of course they will.
Good night,
I need a command to open an order after the EA is turned on, I am trying the line
int start()
{int j = OrdersTotal()-1; j >= 0; j--)
{
if(OrderSelect(j, SELECT_BY_POS)
}
return(0);
}
an error is thrown
This line was found in the MT4 Tutorials on the Internet
Good night,
I need a command to open an order after entering an EA.
int start()
{int j = OrdersTotal()-1; j >= 0; j--)
{
if (OrderSelect(j, SELECT_BY_POS)
}
return(0);
}
I get an error
I found this string on the Internet in MT4 tutorials
Good night,
I need a command to open an order after entering an EA.
int start()
{int j = OrdersTotal()-1; j >= 0; j--)
{
//if (OrderSelect(j, SELECT_BY_POS)
}
return(0);
}
I get an error
I found this string on the Internet in MT4 tutorials
Please tell me why the EA does not open trades Error 130.Stop Loss = 55 pips (4 digits of quotes)