Indicators: KalmanFilterCandle

 

KalmanFilterCandle:

The KalmanFilter indicator implemented as a sequence of candlesticks. Candlesticks appear as a result of relevant price timeseries processed by the KalmanFilter indicator algorithm.

Figure 1. The KalmanFilterCandle indicator

Author: Nikolay Kositsin

 
its not working... :(
 
SamRoy:
its not working... :(
Change line 57 of kalmanfilter.mq5 from :

input Applied_price_ IPC=PRICE_WEIGHTED; // Öåíîâàÿ êîíñòàíòà

to :

input Applied_price_ IPC=PRICE_WEIGHTED_; // Öåíîâàÿ êîíñòàíòà
and it will work