[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 513
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
Hello!
Why does it only delete BUYSTOP but not SELLLIMIT? Even though I have two open orders!
Yes, it can. But then you should not forget to resize it.
doesn't work
If you declare it like this:
double DayHigh[], DayLow[];
then when I assign certain values to elements of the array, only "0" is saved
Can you tell me why EAs can be greyed out in the list?
because the same folder with the Expert Advisor does not contain its source in .mq4 format
advise an EA in codebase in which the lot size in a new order depends on the result of a previous trade (how to determine the result of the last trade?)
i will use it as a template for my own EA
doesn't work
If you declare it like this:
double DayHigh[], DayLow[];
then when I assign certain values to elements of the array, only "0" is retained
advise an EA in codebase where the lot size in a new order depends on the result of a previous trade (how to determine the result of the last trade?)
I will use it as an example for my EA
STORM https://www.mql5.com/ru/code/10557
Hello all!
I can't place an order if I specify a stop loss:
And this is how it is set:
OrderSend(Symbol(),OP_BUY,BaseLot,Ask,3,NULL,NULL, "My order #",16384,0,Green);
Error 130 wrong stops.
And we cannot modify an order to set a stop loss either.
Hello!
Why does it only delete BUYSTOP but not SELLLIMIT? Even though I have two open orders!
Hello all!
An order is not being placed if I specify a stop loss:
;Error 130 Wrong stops.