Update README.md

master
Brandon Lee Camilleri 5 years ago committed by GitHub
parent 7d63d6780c
commit 08fe0cd757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.md

@ -35,16 +35,15 @@ When prompted please enter comma-delimited list of stock tickers. The
list and other settings are stored in the profile file (default: ``.moprc`` in your ``$HOME`` directory) list and other settings are stored in the profile file (default: ``.moprc`` in your ``$HOME`` directory)
### Expression-based Filtering ### Expression-based Filtering
Mop has an realtime expression-based filtering engine that is very easy to use. Mop has an in realtime expression-based filtering engine that is very easy to use.
At the main screen, press `f` and a prompt will appear. Now you can At the main screen, press `f` and a prompt will appear. Write an expression that uses the stock properties.
a expression that uses the stock properties.
Example: Example:
```last <= 5``` ```last <= 5```
This expression will make Mop show only stocks whose `last` values are less than $5. This expression will make Mop show only the stocks whose `last` values are less than $5.
The available properties are: `last`, `change`, `changePercent`, `open`, `low`, `high`, `low52`, `high52`, `volume`, `avgVolume`, `pe`, `peX`, `dividend`, `yield`, `mktCap`, `mktCapX` and `advancing`. The available properties are: `last`, `change`, `changePercent`, `open`, `low`, `high`, `low52`, `high52`, `volume`, `avgVolume`, `pe`, `peX`, `dividend`, `yield`, `mktCap`, `mktCapX` and `advancing`.

Loading…
Cancel
Save