con some one slove that ..
i wana modify pending order with bollinger band
why dsont wok
MT5 or MT4?
Anyway place the cursor in iBands and press F1 - study and use the example!!
-
double bolingbandlower = iBands(NULL,0,20,2,0,PRICE_WEIGHTED ,MODE_LOWER,0 ); double bolingbanduper = iBands(NULL,0,20,2,0, PRICE_WEIGHTED ,MODE_UPPER,0 );
Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
General rules and best pratices of the Forum. - General - MQL5 programming forum?
Next time, post in the correct place. The moderators will likely move this thread there soon. -
OrderModify(OrderTicket(),priceNew,0,OrderStopLoss(),OrderTakeProfit());
Check your return codes, and report your errors (including market prices and your variables). Don't look at GLE/LE unless you have an error. Don't just silence the compiler (MT5/MT4+strict), it is trying to help you.
What are Function return values ? How do I use them ? - MQL4 programming forum (2012)
Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles (2014)
-
Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
General rules and best pratices of the Forum. - General - MQL5 programming forum?
Next time, post in the correct place. The moderators will likely move this thread there soon. -
Check your return codes, and report your errors (including market prices and your variables). Don't look at GLE/LE unless you have an error. Don't just silence the compiler (MT5/MT4+strict), it is trying to help you.
What are Function return values ? How do I use them ? - MQL4 programming forum (2012)
Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles (2014)
sorry i use mt4

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
con some one slove that ..
i wana modify pending order with bollinger band
why dsont wok