diff --git a/.gitbook/assets/bollinger-bands.png b/.gitbook/assets/bollinger-bands.png new file mode 100644 index 00000000..f49abc6d Binary files /dev/null and b/.gitbook/assets/bollinger-bands.png differ diff --git a/.gitbook/assets/donchainChannel.png b/.gitbook/assets/donchainChannel.png new file mode 100644 index 00000000..fa07bf62 Binary files /dev/null and b/.gitbook/assets/donchainChannel.png differ diff --git a/.gitbook/assets/highest-high.png b/.gitbook/assets/highest-high.png new file mode 100644 index 00000000..747e72bc Binary files /dev/null and b/.gitbook/assets/highest-high.png differ diff --git a/.gitbook/assets/highlow.png b/.gitbook/assets/highlow.png new file mode 100644 index 00000000..d9e123d8 Binary files /dev/null and b/.gitbook/assets/highlow.png differ diff --git a/.gitbook/assets/lowestlow.png b/.gitbook/assets/lowestlow.png new file mode 100644 index 00000000..81a4865a Binary files /dev/null and b/.gitbook/assets/lowestlow.png differ diff --git a/analytics-panels/chart/technical-indicators/channels/bollinger-bands.md b/analytics-panels/chart/technical-indicators/channels/bollinger-bands.md index 2ad94295..b35649d0 100644 --- a/analytics-panels/chart/technical-indicators/channels/bollinger-bands.md +++ b/analytics-panels/chart/technical-indicators/channels/bollinger-bands.md @@ -1,2 +1,16 @@ # Bollinger Bands +![Example of Bollinger Bands](../../../../.gitbook/assets/bollinger-bands.png) + +Bollinger Bands consider prices and volatility over time of a financial instrument or commodity, using a formulaic method propounded by John Bollinger in the 1980s. + +### Input Parameters +**Period of MA for envelopes** - Number of bars to use to calculate the moving average envelope. + +**Value of confidence interval** - Standard deviation of price movement and volatility. + +**Sources prices for MA** - Input for the moving average. + +**Type of moving average** - Defines the type of moving average calculation used for the overall equation. + +**Calculation Type** - Use all data in the rendered chart or just the defined n bars in period. \ No newline at end of file diff --git a/analytics-panels/chart/technical-indicators/channels/donchian-channel.md b/analytics-panels/chart/technical-indicators/channels/donchian-channel.md index a312a975..a7f305ac 100644 --- a/analytics-panels/chart/technical-indicators/channels/donchian-channel.md +++ b/analytics-panels/chart/technical-indicators/channels/donchian-channel.md @@ -1,2 +1,16 @@ # Donchian Channel +![Example of Donchian Channel](../../../../.gitbook/assets/donchainChannel.png) + +The Donchian channel is an indicator used in market trading developed by Richard Donchian. It is formed by taking the highest high and the lowest low of the last n periods. The area between the high and the low is the channel for the period chosen. + +### Input Parameters +**Period** - Number of bars to use when calcuating n period high and low. + +**Extremes** - Change from using the traditionally high-low calcuation for the extremes to any of the other options. + +**Period** - Number of bars to use when calcuating n period high and low. + +**Margins** - TBD + +**Shift** - Number of bars to shift the indicator forward. \ No newline at end of file diff --git a/analytics-panels/chart/technical-indicators/channels/high-low-indicator.md b/analytics-panels/chart/technical-indicators/channels/high-low-indicator.md index 6609f5cf..2f73f61c 100644 --- a/analytics-panels/chart/technical-indicators/channels/high-low-indicator.md +++ b/analytics-panels/chart/technical-indicators/channels/high-low-indicator.md @@ -1,2 +1,10 @@ # High Low Indicator +![Example of High Low](../../../../.gitbook/assets/highlow.png) + +This indicator marks the highes price and the lowest price of the instrument traded over _n_ periods. + +### Input Parameters +**Range** - Number of _n_ periods to look back. + +**Period** - Timeperiod to look back _n_ amount and grab the high and low. diff --git a/analytics-panels/chart/technical-indicators/channels/highest-high.md b/analytics-panels/chart/technical-indicators/channels/highest-high.md index 858596eb..cb0a9e8e 100644 --- a/analytics-panels/chart/technical-indicators/channels/highest-high.md +++ b/analytics-panels/chart/technical-indicators/channels/highest-high.md @@ -1,2 +1,11 @@ # Highest High +![Example of Highest High](../../../../.gitbook/assets/highest-high.png) + +This indicator marks the highes price the instrument traded over _n_ periods. + +### Input Parameters +**Period** - Number of bars back to consider for calculating the highest high. + + +Note: By default it appears as a sub window go to settings > view > position on chart to have it overlay the main price chart. \ No newline at end of file diff --git a/analytics-panels/chart/technical-indicators/channels/lowest-low.md b/analytics-panels/chart/technical-indicators/channels/lowest-low.md index 60706ff4..aa272a02 100644 --- a/analytics-panels/chart/technical-indicators/channels/lowest-low.md +++ b/analytics-panels/chart/technical-indicators/channels/lowest-low.md @@ -1,2 +1,11 @@ # Lowest Low +![Example of Lowest Low](../../../../.gitbook/assets/lowestlow.png) + +This indicator marks the lowest price the instrument traded over _n_ periods. + +### Input Parameters +**Period** - Number of bars back to consider for calculating the lowest low. + + +Note: By default it appears as a sub window go to settings > view > position on chart to have it overlay the main price chart. \ No newline at end of file