InTouch Hub · Blue Isle Software

Stock Price Watch

DEPRECATED — superseded by `stocks-portfolio-watch`, which does the same job. Kept so existing installs keep resolving.

Superseded. Stock Price Watch has been replaced by stocks-portfolio-watch, which does the same job. This page stays so existing installs keep resolving — install the replacement instead.

Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.

alertfinanceinvestmentmonitornotificationpersonalschedulestock-pricestockssummarythresholdwatcher

Stock Price Watch

Daily price check on a single stock ticker. Notifies the owner when the price crosses a buy or sell threshold.

What it does

Every day (default 09:00 server time — edit the schedule when you install), the monitor calls the stock-price tool with the configured ticker. Two arms then evaluate:

  1. Buy alert — price ≤ $150 (default). Sends a notification with the current price, daily change, and a one-line summary.
  2. Sell alert — price ≥ $250 (default). Same shape.

If neither threshold is hit, the else: arm matches and nothing fires (no notification noise on normal days).

Edit before installing

In monitor.iml:

Reference the same ticker symbol in check.prices.<TICKER>.price inside the condition — the stock-price tool keys its prices map by symbol.

Bindings used

Tool used

stock-price — hub-installed IML tool that queries Yahoo Finance with no API key. Comma-separated symbols lets you watch many tickers in one call; expand the condition to {{check.prices.MSFT.price}} <= 300 || {{check.prices.NVDA.price}} >= 1000 or use the stocks-portfolio-watch monitor for the per-ticker for_each pattern.