Skip to content

Commit

Permalink
Merge pull request Superalgos#4981 from quantum8/develop
Browse files Browse the repository at this point in the history
Docs spelling fixes.
  • Loading branch information
BastianMuc authored Sep 3, 2023
2 parents 36c9b92 + d7e62b2 commit f589c35
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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",
Expand All @@ -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."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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."
},
Expand Down

0 comments on commit f589c35

Please sign in to comment.