
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
Force it to do what? What is "not greater than all values" of what?
Until you can state your requirements in concrete terms, it can not be coded.
a
When asked, "what is higher than what," you posted a chart. What “bar in a range” is greatest, is different from asking what “element in an array” is the greatest (your other post).
How To Ask Questions The Smart Way. (2004)
Be precise and informative about your problem
Perhaps you should read the manual. iHighest - Timeseries and Indicators Access - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
How To Ask Questions The Smart Way. (2004)
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.
Your other post shows that you are using MT4. 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? (2017)
Next time, post in the correct place. The moderators will likely move this thread there soon.
When asked, "what is higher than what," you posted a chart. What “bar in a range” is greatest, is different from asking what “element in an array” is the greatest (your other post).
How To Ask Questions The Smart Way. (2004)
Be precise and informative about your problem
Perhaps you should read the manual. iHighest - Timeseries and Indicators Access - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
How To Ask Questions The Smart Way. (2004)
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.
Your other post shows that you are using MT4. 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? (2017)
Next time, post in the correct place. The moderators will likely move this thread there soon.
I mean values of Force index indicator, not prices
This is mql5 code not mql4 by the way
Why haven't you read the documentation?
So read in the values with CopyBuffer and use ArrayMaximum. Again, what is the problem?
Why haven't you read the documentation?
So read in the values with CopyBuffer and use ArrayMaximum. Again, what is the problem?
I try to read but the language is not help
I hope in the future the site will use Arabic language in explanation
//The second code is so good and open deal when current force value is lower than the last 70 values
//The third code is my try to open deal when preview force value in candle 2 or preview force value in candle 3 or preview force value in candle 4, is lower than the last 70 values (ex: force value in candle 4 is lower than all force values in candles from 5:75)