diff --git a/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-021-mean-reversion-channels.json b/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-021-mean-reversion-channels.json index 632c07611f..0e78045d81 100644 --- a/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-021-mean-reversion-channels.json +++ b/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-021-mean-reversion-channels.json @@ -3,7 +3,8 @@ "pageNumber": "21", "type": "Mean Reversion Channels", "definition": { - "text": "Mean Reversion Chanels use the concept that everything has a tendency to revert back to its average value. The channels attempt to identify overbought and oversold areas in which the price action is likely to provide some resistance." + "text": "Mean Reversion Channels use the concept that everything has a tendency to revert back to its average value. The channels attempt to identify overbought and oversold areas in which the price action is likely to provide some resistance.", + "updated": 1693779877762 }, "paragraphs": [ { @@ -12,7 +13,8 @@ }, { "style": "Text", - "text": "The indicator calculates the average price using a \"Super Smoother\" function, before applying offsets above and below the average. The offsets provide a weak overbought/oversold zone, and a standard overbought/oversold zone. Price action outside these zones provide a strong overbought and ovesold area." + "text": "The indicator calculates the average price using a \"Super Smoother\" function, before applying offsets above and below the average. The offsets provide a weak overbought/oversold zone, and a standard overbought/oversold zone. Price action outside these zones provide a strong overbought and oversold area.", + "updated": 1693779916902 }, { "style": "Png", @@ -32,18 +34,20 @@ }, { "style": "Text", - "text": "The `condition` value indicates the potential strength of a rebound, with +/-1 being the strongest and +/-5 as the weakest. A positive value indicates a downward reversal and vice versa.", - "updated": 1692937992834 + "text": "The \"condition\" value indicates the potential strength of a rebound, with +/-1 being the strongest and +/-5 as the weakest. A positive value indicates a downward reversal and vice versa.", + "updated": 1693779928857 }, { "style": "Text", - "text": "The `distance` value is the % distance from the mean that the candle close is from the mean." + "text": "The \"distance\" value is the % distance from the mean that the candle close is from the mean.", + "updated": 1693779936721 }, { "style": "Text", - "text": "The `width` value is the %width of the upper and lower channels in relation to the price action." + "text": "The \"width\" value is the %width of the upper and lower channels in relation to the price action.", + "updated": 1693779944981 }, - { + { "style": "Text", "text": "The parameters of the indicator's calculations can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under \"Mean Reversion Channels\" Procedure Loop." }, diff --git a/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-022-gk-yz-channels.json b/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-022-gk-yz-channels.json index a1461708fb..073429a0f5 100644 --- a/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-022-gk-yz-channels.json +++ b/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-022-gk-yz-channels.json @@ -12,7 +12,8 @@ }, { "style": "Text", - "text": "The indicator uses a non-linear regression analysis to predict the average of the price based on previous data samples. It then applies a GK-YZ historial volatility filter to help reduce noise in the price action." + "text": "The indicator uses a non-linear regression analysis to predict the average of the price based on previous data samples. It then applies a GK-YZ historical volatility filter to help reduce noise in the price action.", + "updated": 1693780118090 }, { "style": "Png", @@ -32,9 +33,10 @@ }, { "style": "Text", - "text": "The `signal` value indicates a potential \"go long\" or \"go short\" entry." + "text": "The \"signal\" value indicates a potential \"go long\" or \"go short\" entry.", + "updated": 1693780127042 }, - { + { "style": "Text", "text": "The parameters of the indicator's calculations can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under \"GK YZ Channels\" Procedure Loop." }, diff --git a/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-023-jurik-filter.json b/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-023-jurik-filter.json index ba93271d0d..059319219e 100644 --- a/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-023-jurik-filter.json +++ b/Projects/Foundations/Schemas/Docs-Topics/T/Trends/Trends-Data-Mine/trends-data-mine-023-jurik-filter.json @@ -12,7 +12,8 @@ }, { "style": "Text", - "text": "The indicator uses a non-linear regression analysis to predict the average of the price based on previous data samples. It then applies a GK-YZ historial volatility filter to help reduce noise in the price action." + "text": "The indicator uses a Jurik-filtered moving average that acts as both a baseline and a support and resistance indicator. The Jurik filter is an adaptive smoothing process which helps reduces lag while simultaneously smoothing the input data.", + "updated": 1693780392882 }, { "style": "Png", @@ -30,7 +31,7 @@ "style": "Table", "text": "| Product Name | Product Variable | Properties |\n| JurikFilter | JF | value |" }, - { + { "style": "Text", "text": "The parameters of the indicator's calculations can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Loop under \"Jurik Filter\" Procedure Loop." },