Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .gitbook/assets/bollinger-bands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/donchainChannel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/highest-high.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/highlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/lowestlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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.