
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
Bars 144 shift 10000
with standard settings also redraws.Open one of the two scans you sent and play with the right/left buttons. The indicator on your scans not only redraws the last bar, it redraws the whole bar, all the peaks and all the bottoms. Agree, it is a bit strange, ...check the settings.... although you probably have lost interest already.... year has almost passed.
What is a "state vector"?
What is the set of states? Trend up/trend down, for example?
this is the test result with conditions of article but the date is only from 01-8-2017 to 30-10-2017 (instead of 30-8-2017 in article)
The indicator compiled normally. When trying to compile the Expert Advisor, I get the following errors:
'TimeFrame' - unexpected token, probably type is missing? SignalKalman.mqh 153 16
'TimeFrame' - function already defined and has different type SignalKalman.mqh 153 16
'HistoryBars' - unexpected token, probably type is missing? SignalKalman.mqh 166 16
'HistoryBars' - function already defined and has different type SignalKalman.mqh 166 16
'ShiftPeriod' - unexpected token, probably type is missing?SignalKalman.mqh 176 16
'ShiftPeriod' - function already defined and has different type SignalKalman.mqh 176 16
What am I doing wrong?
The indicator compiled normally. When trying to compile the Expert Advisor, I get the following errors:
'TimeFrame' - unexpected token, probably type is missing? SignalKalman.mqh 153 16
'TimeFrame' - function already defined and has different type SignalKalman.mqh 153 16
'HistoryBars' - unexpected token, probably type is missing? SignalKalman.mqh 166 16
'HistoryBars' - function already defined and has different type SignalKalman.mqh 166 16
'ShiftPeriod' - unexpected token, probably type is missing?SignalKalman.mqh 176 16
'ShiftPeriod' - function already defined and has different type SignalKalman.mqh 176 16
What am I doing wrong?
New MT5 builds require explicitly specifying the type of the returned result of the method. To fix the error, you should add void at the beginning of the specified lines
New MT5 builds require explicitly specifying the type of the returned method result. To fix the error, you should add void to the beginning of the specified lines