How to detect a new bar in RENKO chart?
//-- To work only at the time of the birth of new bar datetime time_0=iTime(m_symbol.Name(),Period(),0); if(time_0==m_prev_bars) return; m_prev_bars=time_0; { // ... do your stuff }

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 there!
How to detect a new bar in RENKO chart?
How to programming this in MQL5 to Metatrader 5?
Thank you.
--
Cristiano Magalhaes