[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 520
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
Invalid ticket number... But if we introduce Alert, it will clearly say that the ticket number has reached modification block. And there's only one order - what's wrong?
------------------------------------------------------------------------------------------------------------
double A = OrderTicket(),
---------------------------------------------------------------------------------------------------------------
OrderModify(OrderTicket(),OrderOpenPrice(),Bid-Point*15,OrderTakeProfit(),0,Blue);
---------------------------------------------------------------------------------------------------------------
Can someone help with OrderModify ()
Lim1 15.04.2010 00:22
Помогите кто нибудь с функцией OrderModify () - задал условия при которых должна происходить модификация параметров открытой позиции, но при тестировании происходит ошибка 4108.
Change the type of the variable you are assigning the ticket to - from double to int.
How do I change the colour of the buffer?
Здравствуйте. Подскажите пожалуйста как удалить группу объектов (трендовые линии), имена которых начинаются с "60m".
Cycle through all objects if the name begins with "60m" and delete them,
useful functions :
>>How do I change the colour of the buffer?
If I understand correctly, you mean the colour of the buffer of the custom indicator? Then via indicator_colorN https://docs.mql4.com/ru/basis/preprosessor/compilation
Циклом перебираете все объекты если имя начинаеться на "60m" удаляете,
полезные функции :
Thank you, it's sorted.
=))
Наверное, ДЦ не позволяет открывать ордера со стопами. Т.е. сначала надо открыть ордер, а потом выставить стопы.
You were right. Thank you!Thanks