バージョン 3.531
2022.06.20
Bug corrected that was causing all the project to stop working
バージョン 3.521
2022.06.20
//+----------------------------------------------------------------------
//| 3.521 | 6/19/2022 | Miguel Marina | - Bug fix for retracement
//| | | | that was inverted for
//| | | | Kalman Bands
//| | | | - New functionality added
//| | | | to filter the candle
//| | | | information for open,
//| | | | median, high, low and
//| | | | close prices to be used
//| | | | as "awesome" signal
//| | | | instead of Kalman common
//| | | | filtered signal named
//| | | | "noisy" signal.
//| | | | - Configuration updated
//| | | | to increase performance
//| | | | without affecting
//| | | | functionality by
//| | | | increasing
//| | | | the sample window to 50
//| | | | bars
//| | | |
//+----------------------------------------------------------------------
バージョン 3.420
2022.06.20
Bug corrected
バージョン 3.410
2022.06.19
Awesome Kalman signal added to substitute the noisy Kalman signal to increase precision
バージョン 3.300
2022.06.14
Updated to run in parallel 2 versions of the bands, one fast and one slow, and compare the result of both before confirming the trend.
NOTE: The trend may be in different direction than the buy or sell option, this is due to market fluctuations, so follow the signal only when both, the trend and the sell or buy option match each one!!!
バージョン 3.200
2022.06.12
New functionality added
バージョン 3.100
2022.06.09
Functionality modified for reliability
バージョン 3.10
2022.06.08
Name changed to Kalman Bands and bug corrected
バージョン 2.412
2022.06.06
Bear bounce and Bull bounce added
バージョン 2.402
2022.06.06
Logic modified to be more precise by adding a filtered mid kalman signal to identify bounce conditions
バージョン 2.400
2022.06.05
Added functionality to run 4 algorithms in parallel and compare the output to display the trend on the top corner right and when to buy, sell or close your tickets.
バージョン 2.330
2022.06.04
Bug corrected for detecting correctly Fibonacci retracements.
バージョン 2.321
2022.06.03
Bug corrected to display fibonacci retracement when other levels are cross.
バージョン 2.311
2022.06.03
Bug corrected to invert colors of Fibonacci retracement
バージョン 2.301
2022.06.03
Functionality added to indicate when to close buy or sell tickets
バージョン 2.300
2022.06.03
Fibonacci retracement logic added
バージョン 2.224
2022.06.03
Bullish and Bearish corrections
バージョン 2.223
2022.06.03
Descriptions changed to explicitly say when to buy, when to sell, when to do martingale and when to close tickets.
バージョン 2.222
2022.06.03
Resistance and support levels added
バージョン 2.212
2022.06.02
Bug found and corrected
バージョン 2.202
2022.06.02
All code has been improved to run in classes (object oriented) to optimize it's execution
バージョン 2.201
2022.06.01
Bug found and corrected
バージョン 2.2
2022.06.01
Redundancy added to avoid unstable signals
バージョン 2.1
2022.06.01
New function to identify risk
バージョン 2.0
2022.05.31
First Beta version containing martingale and automatic limits for buy and sell orders
バージョン 1.414
2022.05.31
Martingale strategy added
Separate labels for buy and sell added to identify limits on orders
バージョン 1.413
2022.05.31
Optimization and configuration added
バージョン 1.412
2022.05.31
First stable version
バージョン 1.402
2022.05.31
Martingale detection added
バージョン 1.401
2022.05.31
Detection of reversal displayed on chart added.
バージョン 1.400
2022.05.31
Bug found and corrected which was causing to always show sell options
バージョン 1.324
2022.05.31
Added price for buy or sell (high for sell, low for buy)
バージョン 1.323
2022.05.31
Bugs corrected after testing
Nice indicator, works perfect. Easy to follow and trade.