Hi everyone. I'm a beginner at MQL4. I've got a problem with getting the most value of an indicator for a specific time.
Here's the exact thing I wanna do : I wanted an indicator which gives me the value for moving average of volumes. I have searched and found the indicator which I've attached here. Now I want to get the most value of this "volume moving average" indicator for a specific period, for example yesterday. And I also want the index of that candlestick which this value is related to. Because I need to use the close price of that candlestick.
So I need two things : 1- How to find the most value of the indicator ? 2- How to know which candle is related to that value ?
What am I supposed to do ? btw I want to use it on M5 timeframe.
Any kind of help is much appreciated.
Do you mean highest value in specific period?
One solution is posting a freelance order.
- www.mql5.com
Vahid Tehrani: I want to get the most value of this "volume moving average" indicator for a specific period, for example yesterday.
What am I supposed to do ? btw I want to use it on M5 timeframe.Any kind of help is much appreciated.
-
Help you with what? You haven't stated a problem, you stated a want. Show us your attempt (using the CODE button) and state the nature of your difficulty.
No free help (2017)Or pay someone. Top of every page is the link Freelance.
Hiring to write script - General - MQL5 programming forum (2018)We're not going to code it for you (although it could happen if you are lucky or the issue is interesting).
You have only four choices:
No free help (2017)-
Search for it (CodeBase or Market). Do you expect us to do your research for you?
- Try asking at:
- Coding help - MQL4 programming forum
- Make It No Repaint Please! - MQL4 programming forum
- MT4 to MT5 code converter - MQL5 programming forum
- Please fix this indicator or EA - General - MQL5 programming forum
- Requests & Ideas (MQL5 only!) - Expert Advisors and Automated Trading - MQL5 programming forum
- Indicator to EA Free Service - General - MQL5 programming forum
-
MT4: Learn to code it.
MT5: Begin learning 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 your code.
-
Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
Hiring to write script - General - MQL5 programming forum (2019)
We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
No free help (2017) -
- Get the index of "yesterday" and today. Loop over those indexes, find the greatest value and index. Done.
Find bar of the same time one day ago - MQL4 programming forum #1 & #6 (2017)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi everyone. I'm a beginner at MQL4. I've got a problem with getting the most value of an indicator for a specific time.
Here's the exact thing I wanna do : I wanted an indicator which gives me the value for moving average of volumes. I have searched and found the indicator which I've attached here. Now I want to get the most value of this "volume moving average" indicator for a specific period, for example yesterday. And I also want the index of that candlestick which this value is related to. Because I need to use the close price of that candlestick.
So I need two things : 1- How to find the most value of the indicator ? 2- How to know which candle is related to that value ?
What am I supposed to do ? btw I want to use it on M5 timeframe.
Any kind of help is much appreciated.