Browse Source

Add instructions for custom asset

pull/3326/head
Thomas Kaul 1 year ago
parent
commit
5f9cc3c2fb
  1. 19
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

19
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -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>

Loading…
Cancel
Save