- weekly box
- Specifying non working days for Ea
- Questions from Beginners MQL5 MT5 MetaTrader 5
I created a script which highlights the AsianSession but since I was only able to set a fixed date, the range is only highlighted on a particular day.
You have only four choices:
-
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)
You will need to set the time as you move/iterate over the chart.
Hi. Thanks for your reply. I tried adding some for loops but I cant seems to figure out the logic yet
for(int i = 0; i<bars; i++) { datetime asiansessionstart = StringToTime("00:00"); datetime asiansessionend = StringToTime("08:00"); //more line of code below... }
I'm aware that I should have the variable, "i" in my codes but the problem is that I cant figure out where to add it exactly
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use