Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/update analytics images #112

Merged
merged 2 commits into from
Jul 14, 2024
Merged
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
3 changes: 3 additions & 0 deletions docs/analytics/python-build-view-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ Real-time logs from strategy execution are displayed in this section. Use these
#### Order History
View the order state transition for every order placed by your strategy in-depth.
![Order History](../python_build/imgs_v2/python_build_order_history.png)
#### P&L Table
View comprehensive trade-by-trade report in a user-friendly tabular format. This table provides details on entry and exit trades, prices, timestamps, transaction types, and trade-by-trade profit and loss. You can display these figures in either percentages or dollars.
![P&L table](../python_build/imgs_v2/python_build_pnl_table_1)
2 changes: 1 addition & 1 deletion docs/brokers/connecting_alpaca.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Embark on a streamlined and secure journey as you bind your Alpaca broker with A
- Navigate to the `Broking Details `page on the AlgoBulls platform.
- Here you will see all the brokers you have connected and their current statuses.

[![pythonbuild](../python_build/imgs_v2/pyBuild_broking_details.png "Click to Enlarge or Ctrl+Click to open in a new Tab")](../python_build/imgs_v2/pyBuild_broking_details.png)
[![pythonbuild](../python_build/imgs_v2/pyBuild_broking_details_1.png "Click to Enlarge or Ctrl+Click to open in a new Tab")](../python_build/imgs_v2/pyBuild_broking_details_1.png)

## How to set up Alpaca for trading in AlgoBulls with OAuth?
---
Expand Down
Binary file modified docs/python_build/imgs_v2/pyBuild_broking_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/python_build/imgs_v2/python_build_Oauth_successful.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/python_build/imgs_v2/python_build_daily_returns.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 modified docs/python_build/imgs_v2/python_build_eoy_returns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/python_build/imgs_v2/python_build_order_history.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 modified docs/python_build/imgs_v2/python_build_pnl_bar_chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/python_build/imgs_v2/python_build_stats.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 modified docs/python_build/imgs_v2/python_build_underwater_drawdown.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 modified docs/python_build/imgs_v2/python_build_user_logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/python_build/python-build-view-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ Real-time logs from strategy execution are displayed in this section. Use these
#### Order History
View the order state transition for every order placed by your strategy in-depth.
![Order History](../python_build/imgs_v2/python_build_order_history.png)

#### P&L Table
View comprehensive trade-by-trade report in a user-friendly tabular format. This table provides details on entry and exit trades, prices, timestamps, transaction types, and trade-by-trade profit and loss. You can display these figures in either percentages or dollars.
![P&L table](../python_build/imgs_v2/python_build_pnl_table_1.png)