Add mkt-alerts to Trading & Backtesting (#504)

Self-hosted market-alert daemon (TypeScript) — price, RSI/MACD/SMA
conditions, and Pine Script v5 custom indicators evaluated off
TradingView, on crypto (Coinbase) and stocks (Yahoo Finance), no
API key. Delivers via ntfy push, email, or Telegram.

Co-authored-by: Den <dzianisv@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Wilson Freitas <wilson.freitas@gmail.com>
This commit is contained in:
Den
2026-08-14 08:31:08 -03:00
committed by GitHub
co-authored by Den Copilot Wilson Freitas
parent c766b81eb7
commit 910f6675fb
+1
View File
@@ -172,6 +172,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
- [Wickra](https://github.com/wickra-lib/wickra) - `Rust` `Python` `JavaScript` `C++` `C#` `Golang` `Java` `R` - Streaming-first technical-analysis library with a Rust core: 514 indicators updating in O(1) per tick, with bit-exact batch-vs-streaming results.
## Trading & Backtesting
- [mkt-alerts](https://github.com/dzianisv/mkt-alerts) - `TypeScript` - Self-hosted market-alert daemon: price, RSI/MACD/SMA conditions, and full Pine Script v5 custom indicators evaluated off-TradingView, on crypto (Coinbase) and stocks (Yahoo Finance) with no API key, delivered via ntfy push, email, or Telegram.
- [pyhood](https://github.com/jamestford/pyhood) - `Python` - Robinhood API client for unattended automation: after the first approved login, sessions renew from a stored refresh token with no password or device approval prompt. Covers stocks, equity and index options with Greeks, futures, IRA accounts, and the official Crypto Trading API.
- [honest-signals](https://github.com/MarvinRey7879/honest-signals) - `Python` - Scores detected chart patterns against the pattern-free baseline for the same market, timeframe and horizon, reporting lift with cluster-robust confidence intervals instead of a hit rate against 50%.
- [rulelint](https://github.com/momoddo/rulelint) - `Python` - Linter for mechanical trading-rule conditions: replays every condition over historical bars to catch look-ahead levels, dead branches that can never fire, and regime-drifted absolute thresholds before you trust a backtest.