Skip to content

Commit 67df3a1

Browse files
committed
docs: ui screenshots
1 parent 2b90673 commit 67df3a1

14 files changed

+70
-2
lines changed

.vitepress/config.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ export default defineConfig({
6565
{ text: 'Performance Metrics', link: '/performance-metrics' },
6666
{ text: 'Trade Analysis with Tags', link: '/analyzing-trades' },
6767
]
68+
},
69+
{
70+
text: 'Stochastix UI',
71+
items: [
72+
{ text: 'Screenshots', link: '/screenshots' },
73+
]
6874
}
6975
],
7076

data-downloading.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Reliable backtesting starts with high-quality historical data. Stochastix provid
44

55
Under the hood, this downloader uses the powerful CCXT library, giving you access to dozens of exchanges.
66

7+
::: tip UI Alternative
8+
While the CLI is powerful for scripting, these tasks can also be performed visually from the [**Data Management UI**](./screenshots#data-management).
9+
:::
10+
711
## The Download Command
812

913
The primary tool for fetching data is the `stochastix:data:download` command (alias: `stx:data:dl`).

data-validation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The quality of your backtesting results is directly dependent on the quality of
44

55
Stochastix provides a dedicated command-line tool, `stochastix:data:info`, to help you with this process.
66

7+
::: tip UI Alternative
8+
Data files can also be inspected and validated from the [**Data Validation modal in the UI**](./screenshots#data-validation).
9+
:::
10+
711
## The `data:info` Command
812

913
This command reads a `.stchx` binary data file and displays its metadata and a sample of its content. Its most powerful feature is the ability to perform a full consistency validation on the data.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"docs:build": "vitepress build",
88
"docs:preview": "vitepress preview"
99
}
10-
}
10+
}

public/screenshots/backtest_chart.jpg

55 KB
Loading
89.5 KB
Loading
62.8 KB
Loading
84.9 KB
Loading
57.4 KB
Loading
114 KB
Loading

0 commit comments

Comments
 (0)