parent_command:crypto/dd
usage: ath [--vs {usd,btc}]

All time high data for loaded coin

optional arguments:
  --vs {usd,btc}  currency (default: usd)


Examples:
- To display the all-time high data for a loaded coin in USD: crypto/load <COIN>/dd/ath
- To display the all-time high data for a loaded coin in BTC: crypto/load <COIN>/dd/ath --vs btc
- For all-time high data of a specific coin in USD: crypto/dd/ath --vs usd
- For all-time high data of a specific coin in BTC: crypto/dd/ath --vs btc