Dark Ryd3r:
I am updating Rates to chart
I am using CustomRatesReplace to update chart in real time but i am facing two issues:
1. prev_calculated always returns to zero
2. ChartRedraw(0) not refreshing chart
Any help regarding how to make these would, will be very helpful
Thanks
I am using following method to refresh chart every time when a new candle closes, but looking forward if its possible to get prev_calculated working
int num = iBarShift ( NULL , PERIOD_M1 , TimeGMT ()- PeriodSeconds ( PERIOD_M1 ), false ); if (num!= 1 ) { ChartSetSymbolPeriod ( 0 , _Symbol , _Period ); }
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
I am updating Rates to chart
I am using CustomRatesReplace to update chart in real time but i am facing two issues:
1. prev_calculated always returns to zero
2. ChartRedraw(0) not refreshing chart
Any help regarding how to make these would, will be very helpful
Thanks