- Help you with what? You haven't stated a problem, you stated a want.
- Please use the link button
See the difference? https://www.mql5.com/en/market/product/10870
Messages Editor - Perhaps you should read the manual. iCustom
returns a handle not a price.
- You need to get a value from a buffer, we can't help you with which one.
Timeseries and Indicators Access / CopyBuffer - Reference on algorithmic/automated trading language for MetaTrader 5 - Don't use NULL.
- You can use NULL in place of _Symbol only in those calls that the documentation specially says you can. iHigh does, iCustom does, MarketInfo does not. OrderSend does not.
- Don't use NULL (except for pointers where you explicitly check for it.) Use _Symbol and _Period, that is minimalist as possible and more efficient.
- Zero is the same as PERIOD_CURRENT which means _Period. Don't hard code numbers.
- MT4: No need for a function call with iHigh(NULL,0,s) just use the predefined arrays, i.e. High[].
William Roeder:
- Help you with what? You haven't stated a problem, you stated a want.
- Please use the link button See the difference? https://www.mql5.com/en/market/product/10870
Messages Editor - Perhaps you should read the manual. iCustom
returns a handle not a price.
- You need to get a value from a buffer, we can't help you with which one.
Timeseries and Indicators Access / CopyBuffer - Reference on algorithmic/automated trading language for MetaTrader 5
hi
i cannot fixed this problem
do you have any idea ?
aliebnehosseini: i cannot fixed this problem do you have
any idea ?
You have only four choices:
- Search for it.
- Beg at
- Coding help - MQL4 programming forum
- Requests & Ideas (MQL5 only!) - Trade FX - Expert Advisors and Automated Trading - MQL5 programming forum
- Free coding for your trading system.. - Easy Trading Strategy - General - MQL5 programming forum
- I will code & automate your strategy for free - Options Trading Strategies - General - MQL5 programming forum
- Make It No Repaint Please! - MetaTrader 5 - MQL4 programming forum
- learn to code it.
If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you
the code, you don't know how to integrate it into yours.
I told you what was wrong at #1 № 2-3
- or pay (Freelance) someone to code it.
No free help
urgent help.

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
Hi I want to print to me send me price of last zizag . i use zizag rsi and use iCustom zigzad rsi : my code :
thansk a lot