# Watchlist Commands

## Add assets to your watchlist

In the free version, you can add a maximum of 7 assets to your watchlist, whereas, with our premium subscription, you can add up to 20 assets to your watchlist

**Command**: `/wl-add [ticker]`

**Example**:

```
/wl-add ticker:GBPJPY
```

#### Parameters

* **ticker:** All the assets can be found on yahoo finance
  * Crypto: btc-usd, eth-btc, eth-usdt, etc.
  * Stocks: nflx, aapl, googl
  * Forex: eurusd, gbpjpy, gbpusd
  * Index: GSPC (S\&P500), DJI (US30), IXIC (NASDAQ), etc.
  * Futures: GC=F (Gold), CL=F (Crude)

## Remove assets from your watchlist

**Command**: `/wl-remove [ticker]`

**Example**:

```
/wl-remove ticker:GBPJPY
```

#### Parameters

* **ticker:** All the assets can be found on yahoo finance
  * Crypto: btc-usd, eth-btc, eth-usdt, etc.
  * Stocks: nflx, aapl, googl
  * Forex: eurusd, gbpjpy, gbpusd
  * Index: GSPC (S\&P500), DJI (US30), IXIC (NASDAQ), etc.
  * Futures: GC=F (Gold), CL=F (Crude)

## Get Predictions of your watchlist

You can get EOD predictions of all the assets in your watchlist

Command: `/wl`

## Get Current prices of your watchlist

You can get the current prices of all the assets in your watchlist

Command: `/cwl`
