Версия 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.