Versione 3.531
2022.06.20
Bug corrected that was causing all the project to stop working
Versione 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
//| | | |
//+----------------------------------------------------------------------
Versione 3.420
2022.06.20
Bug corrected
Versione 3.410
2022.06.19
Awesome Kalman signal added to substitute the noisy Kalman signal to increase precision
Versione 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!!!
Versione 3.200
2022.06.12
New functionality added
Versione 3.100
2022.06.09
Functionality modified for reliability
Versione 3.10
2022.06.08
Name changed to Kalman Bands and bug corrected
Versione 2.412
2022.06.06
Bear bounce and Bull bounce added
Versione 2.402
2022.06.06
Logic modified to be more precise by adding a filtered mid kalman signal to identify bounce conditions
Versione 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.
Versione 2.330
2022.06.04
Bug corrected for detecting correctly Fibonacci retracements.
Versione 2.321
2022.06.03
Bug corrected to display fibonacci retracement when other levels are cross.
Versione 2.311
2022.06.03
Bug corrected to invert colors of Fibonacci retracement
Versione 2.301
2022.06.03
Functionality added to indicate when to close buy or sell tickets
Versione 2.300
2022.06.03
Fibonacci retracement logic added
Versione 2.224
2022.06.03
Bullish and Bearish corrections
Versione 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.
Versione 2.222
2022.06.03
Resistance and support levels added
Versione 2.212
2022.06.02
Bug found and corrected
Versione 2.202
2022.06.02
All code has been improved to run in classes (object oriented) to optimize it's execution
Versione 2.201
2022.06.01
Bug found and corrected
Versione 2.2
2022.06.01
Redundancy added to avoid unstable signals
Versione 2.1
2022.06.01
New function to identify risk
Versione 2.0
2022.05.31
First Beta version containing martingale and automatic limits for buy and sell orders
Versione 1.414
2022.05.31
Martingale strategy added
Separate labels for buy and sell added to identify limits on orders
Versione 1.413
2022.05.31
Optimization and configuration added
Versione 1.412
2022.05.31
First stable version
Versione 1.402
2022.05.31
Martingale detection added
Versione 1.401
2022.05.31
Detection of reversal displayed on chart added.
Versione 1.400
2022.05.31
Bug found and corrected which was causing to always show sell options
Versione 1.324
2022.05.31
Added price for buy or sell (high for sell, low for buy)
Versione 1.323
2022.05.31
Bugs corrected after testing
Nice indicator, works perfect. Easy to follow and trade.