summaryrefslogtreecommitdiffstats
path: root/website/content/cryptocurrency/due_diligence/chart/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/cryptocurrency/due_diligence/chart/_index.md')
-rw-r--r--website/content/cryptocurrency/due_diligence/chart/_index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/website/content/cryptocurrency/due_diligence/chart/_index.md b/website/content/cryptocurrency/due_diligence/chart/_index.md
new file mode 100644
index 00000000000..bd7633237fb
--- /dev/null
+++ b/website/content/cryptocurrency/due_diligence/chart/_index.md
@@ -0,0 +1,12 @@
+```
+usage: chart [--vs VS] [-d DAYS] [-h]
+```
+
+Display chart for loaded coin. You can specify currency vs which you want to show chart and also number of days to get data for.
+
+```
+optional arguments:
+ --vs VS Currency to display vs coin (default: usd)
+ -d DAYS, --days DAYS Number of days to get data for (default: 30)
+ -h, --help show this help message (default: False)
+```