Hello
Can you help me to know how to calculate the number of bullish candles on a chart in mql4?
In advance thank you very much for the help.
- New Candle Open Price
- Emailing pivot points everyday!
- ObjectSetText problem
-
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 problem.
No free help 2017.04.21Or pay someone. Top of every page is the link Freelance.
Hiring to write script - General - MQL5 programming forum 2018.05.12 - Is it so hard you couldn't even attempt it? Not compiled, not tested, just typed.
int count_bullish(int n, int iBeg=0){ int count = 0; for(; n > 0; ++iBeg, --n) if(Close[iBeg] > Open[iBeg]) ++count; return count; }
Not compiled, not tested, just typed.
William Roeder:
I'm very sorry for your inconvenience.
However, I really appreciate your help.
I will gladly test your code.

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