-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from VladKochetov007/dev
v6.0.0: QuickTradeGraph
- Loading branch information
Showing
12 changed files
with
694 additions
and
334 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# plots | ||
|
||
File for creating quick-trade charts. | ||
|
||
## make_figure | ||
|
||
Method for creating standard figure for plotly. | ||
|
||
| param | type | description | | ||
| :---: | :---: | :---: | | ||
| height | Union\[int, float] | Plotly plot height | | ||
| width | Union\[int, float] | Plotly plot width | | ||
| template | str | template from https://plotly.com/python/templates/ | | ||
| row_heights | list | The ratio of the heights of the symbol data, deposit and the deposit change. | | ||
|returns|`plotly.graph_objs.Figure`| standard plotly figure for quick-trade | | ||
|
||
!> The number of columns must be 1, and the number of rows must be 3. | ||
|
||
## QuickTradeGraph | ||
|
||
### connect_trader | ||
|
||
### show | ||
|
||
### plot_line | ||
|
||
### plot_candlestick | ||
|
||
### plot_deposit | ||
|
||
### plot_returns | ||
|
||
### plot_SL_TP_OPN | ||
|
||
### plot_trade_triangles | ||
|
||
### log_y | ||
|
||
### plot_area |
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 |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
|
||
|
||
|
||
|
||
|
||
</script> | ||
<!-- Docsify v4 --> | ||
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script> | ||
|
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
Oops, something went wrong.