Browse Source

Extend FAQ by benchmarks for Markets

pull/3940/head
Thomas Kaul 10 months ago
parent
commit
c6918664d6
  1. 24
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

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

@ -139,9 +139,9 @@
</mat-card-header> </mat-card-header>
<mat-card-content> <mat-card-content>
<p> <p>
To compare your performance with benchmarks like To compare your performance with benchmarks (see
<i>Bitcoin</i>, <i>Gold</i>, or the <i>S&P 500</i>, follow these <i>Compare with...</i>) like <i>Bitcoin</i>, <i>Gold</i>, or the
steps. <i>S&P 500</i>, follow these steps.
</p> </p>
<ol> <ol>
<li>Open the <i>Admin Control</i> panel</li> <li>Open the <i>Admin Control</i> panel</li>
@ -170,6 +170,24 @@
</ol> </ol>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>How do I set up <i>Markets</i>?</mat-card-title>
</mat-card-header>
<mat-card-content>
<p>The <i>Markets</i> list is derived from your <i>Benchmarks</i>.</p>
<ol>
<li>Open the <i>Admin Control</i> panel</li>
<li>Navigate to the <i>Market Data</i> section</li>
<li>Choose an asset profile</li>
<li>In the dialog, check the <i>Benchmark</i> box</li>
</ol>
<p>
Please note: Data is cached, meaning changes may take a few minutes
to appear.
</p>
</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