Feature/extend faq by custom asset instructions (#3326)

* Add instructions for custom asset

* Update changelog
pull/3210/merge
Thomas Kaul 2 weeks ago committed by GitHub
parent 990028316e
commit 46432edce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Extended the content of the _Self-Hosting_ section by the custom asset instructions on the Frequently Asked Questions (FAQ) page
### Changed
- Upgraded `prisma` from version `5.12.1` to `5.13.0`

@ -118,6 +118,25 @@
providers are considered experimental.</mat-card-content
>
</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-header>
<mat-card-title>Which devices are supported?</mat-card-title>

Loading…
Cancel
Save