-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve overall docusaurus * update pypi on installation * fix merge conflicts * fix spelling * change CRLF to LF * improve docs installation for bot * more changes * few more * fix --------- Co-authored-by: andrewkenreich <andrew.kenreich@gmail.com>
- Loading branch information
1 parent
5b4ad7c
commit 2754be2
Showing
158 changed files
with
4,208 additions
and
4,021 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Reference", | ||
"label": "Commands", | ||
"position": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
--- | ||
########### THIS FILE IS AUTO GENERATED - ANY CHANGES WILL BE VOID ########### | ||
title: c | ||
description: OpenBB Telegram Command | ||
--- | ||
|
||
# c | ||
|
||
This command will retrieve a candlestick chart for the crypto coin provided. The interval provided must be a valid time interval (default 15 minutes). The chart will be displayed to the user and will contain information such as the opening and closing prices, the high and low, the volume, and any other relevant information. | ||
|
||
### Usage | ||
|
||
```python wordwrap | ||
/c symbol [currency] [exchange] [interval] [srlines] [fibs] | ||
``` | ||
|
||
--- | ||
|
||
## Parameters | ||
|
||
| Name | Description | Optional | Choices | | ||
| ---- | ----------- | -------- | ------- | | ||
| symbol | Crypto Symbol | False | None | | ||
| currency | Crypto Currency. Default: USDT | True | None | | ||
| exchange | Crypto Exchange. Default: binanceus | True | None | | ||
| interval | 1m: 1 Minute 3m: 3 Minutes 5m: 5 Minutes 15m: 15 Minutes 30m: 30 Minutes 1hr: 1 Hour 1d: 1 Day 1wk: 1 Week 1mo: 1 Month | True | 1m, 3m, 5m, 15m, 30m, 1hr, 1d, 1wk, 1mo | | ||
| srlines | Show Support/Resistance Lines. Default: False | True | None | | ||
| fibs | Show Fibonacci Retracement Levels. Default: False | True | None | | ||
|
||
|
||
--- | ||
|
||
## Examples | ||
|
||
``` | ||
/c doge | ||
``` | ||
|
||
``` | ||
/c doge interval:3m | ||
``` | ||
--- | ||
--- | ||
########### THIS FILE IS AUTO GENERATED - ANY CHANGES WILL BE VOID ########### | ||
title: c | ||
description: OpenBB Telegram Command | ||
--- | ||
|
||
# c | ||
|
||
This command will retrieve a candlestick chart for the crypto coin provided. The interval provided must be a valid time interval (default 15 minutes). The chart will be displayed to the user and will contain information such as the opening and closing prices, the high and low, the volume, and any other relevant information. | ||
|
||
### Usage | ||
|
||
```python wordwrap | ||
/c symbol [currency] [exchange] [interval] [srlines] [fibs] | ||
``` | ||
|
||
--- | ||
|
||
## Parameters | ||
|
||
| Name | Description | Optional | Choices | | ||
| ---- | ----------- | -------- | ------- | | ||
| symbol | Crypto Symbol | False | None | | ||
| currency | Crypto Currency. Default: USDT | True | None | | ||
| exchange | Crypto Exchange. Default: binanceus | True | None | | ||
| interval | 1m: 1 Minute 3m: 3 Minutes 5m: 5 Minutes 15m: 15 Minutes 30m: 30 Minutes 1hr: 1 Hour 1d: 1 Day 1wk: 1 Week 1mo: 1 Month | True | 1m, 3m, 5m, 15m, 30m, 1hr, 1d, 1wk, 1mo | | ||
| srlines | Show Support/Resistance Lines. Default: False | True | None | | ||
| fibs | Show Fibonacci Retracement Levels. Default: False | True | None | | ||
|
||
|
||
--- | ||
|
||
## Examples | ||
|
||
``` | ||
/c doge | ||
``` | ||
|
||
``` | ||
/c doge interval:3m | ||
``` | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
--- | ||
########### THIS FILE IS AUTO GENERATED - ANY CHANGES WILL BE VOID ########### | ||
title: c15m | ||
description: OpenBB Telegram Command | ||
--- | ||
|
||
# c15m | ||
|
||
This command allows the user to retrieve a 15-minute intraday chart for a given ticker. The chart will show the price and volume of the stock over the past 3 days in 15 minute intervals. This command is useful for performing technical analysis and tracking short-term price movements. | ||
|
||
### Usage | ||
|
||
```python wordwrap | ||
/c15m ticker | ||
``` | ||
|
||
--- | ||
|
||
## Parameters | ||
|
||
| Name | Description | Optional | Choices | | ||
| ---- | ----------- | -------- | ------- | | ||
| ticker | Stock Ticker | False | None | | ||
|
||
|
||
--- | ||
|
||
## Examples | ||
|
||
``` | ||
/c15m AMD | ||
``` | ||
|
||
--- | ||
--- | ||
########### THIS FILE IS AUTO GENERATED - ANY CHANGES WILL BE VOID ########### | ||
title: c15m | ||
description: OpenBB Telegram Command | ||
--- | ||
|
||
# c15m | ||
|
||
This command allows the user to retrieve a 15-minute intraday chart for a given ticker. The chart will show the price and volume of the stock over the past 3 days in 15 minute intervals. This command is useful for performing technical analysis and tracking short-term price movements. | ||
|
||
### Usage | ||
|
||
```python wordwrap | ||
/c15m ticker | ||
``` | ||
|
||
--- | ||
|
||
## Parameters | ||
|
||
| Name | Description | Optional | Choices | | ||
| ---- | ----------- | -------- | ------- | | ||
| ticker | Stock Ticker | False | None | | ||
|
||
|
||
--- | ||
|
||
## Examples | ||
|
||
``` | ||
/c15m AMD | ||
``` | ||
|
||
--- |
Oops, something went wrong.