Browse Source
Feature/extend faq by custom asset instructions (#3326)
* Add instructions for custom asset
* Update changelog
pull/3327/head
Thomas Kaul
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
23 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
## Unreleased |
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|
- Extended the content of the _Self-Hosting_ section by the custom asset instructions on the Frequently Asked Questions (FAQ) page |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Upgraded `prisma` from version `5.12.1` to `5.13.0` |
|
|
- Upgraded `prisma` from version `5.12.1` to `5.13.0` |
|
|
|
@ -118,6 +118,25 @@ |
|
|
providers are considered experimental.</mat-card-content |
|
|
providers are considered experimental.</mat-card-content |
|
|
> |
|
|
> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
|
|
<mat-card-header> |
|
|
|
|
|
<mat-card-title>How do I add a custom asset?</mat-card-title> |
|
|
|
|
|
</mat-card-header> |
|
|
|
|
|
<mat-card-content> |
|
|
|
|
|
<p> |
|
|
|
|
|
If you want to track an asset that is not available from any data |
|
|
|
|
|
provider, you can create a custom asset as follows. |
|
|
|
|
|
</p> |
|
|
|
|
|
<ol> |
|
|
|
|
|
<li>Go to the <i>Admin Control</i> panel</li> |
|
|
|
|
|
<li>Go to the <i>Market Data</i> section</li> |
|
|
|
|
|
<li>Create an asset profile</li> |
|
|
|
|
|
<li>Select <i>Add Manually</i> and enter a unique symbol</li> |
|
|
|
|
|
<li>Edit your asset profile</li> |
|
|
|
|
|
<li>Add a new activity by searching for the symbol</li> |
|
|
|
|
|
</ol> |
|
|
|
|
|
</mat-card-content> |
|
|
|
|
|
</mat-card> |
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
<mat-card-header> |
|
|
<mat-card-header> |
|
|
<mat-card-title>Which devices are supported?</mat-card-title> |
|
|
<mat-card-title>Which devices are supported?</mat-card-title> |
|
|