Alert Combiner

Combine trading alert conditions with logical operators for watchlist scanning.

5|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/kayzaa/k.i.t.-bot --skill alert-combiner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Alert Combiner
Source: https://github.com/kayzaa/k.i.t.-bot/tree/main/skills/alert-combiner
Command: npx skills add https://github.com/kayzaa/k.i.t.-bot --skill alert-combiner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill allows users to create sophisticated, multi-condition alerts by combining various types of trading signals, overcoming the limitations of simple single-condition alerts.

Core Features & Use Cases

  • Multi-Condition Alerts: Combine price, indicator, drawing, volume, and time-based conditions.
  • Logical Operators: Use AND, OR, NOT, and THEN for complex logic.
  • Watchlist Scanning: Apply composite alerts to entire watchlists for broader market monitoring.
  • Use Case: Get alerted only when a Golden Cross occurs, AND volume is double the average, AND the RSI is below 70, ensuring high-conviction trading signals.

Quick Start

Configure the alertCombiner skill to trigger a Telegram alert when a 50-day moving average crosses above the 200-day moving average.

Frequently Asked Questions about Alert Combiner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I combine multiple trading alerts into a single condition?

Create multi-condition trading alerts by combining price, indicator, volume, drawing, and time-based signals using logical operators like AND, OR, NOT, and THEN to trigger automated notifications only when all specified criteria are met.

Can I scan an entire watchlist using custom multi-condition alerts?

Yes, you can apply composite alerts to entire watchlists for broader market monitoring, scanning all listed assets against your configured multi-condition criteria to identify trading signals across multiple symbols simultaneously.

What logical operators are supported for building composite trading alerts?

Supported logical operators include AND, OR, NOT, and THEN, allowing you to define sophisticated trigger logic by chaining multiple indicator, price, volume, and time-based conditions together within a single alert configuration.

How do I set up an alert for a moving average cross with high volume?

Configure the alert to trigger when a moving average cross occurs AND volume is double the average, ensuring high-conviction trading signals by combining indicator conditions with volume conditions using the AND operator.

Can I configure cooldown periods for automated trading notifications?

Yes, you can configure cooldown periods within the alert setup to control the frequency of automated notifications, preventing alert spam when composite conditions are repeatedly triggered over a short timeframe.

What types of indicators and conditions can I use for trading alerts?

Supported condition types include price levels, technical indicators, drawing objects, volume thresholds, and time-based parameters, which can all be combined to create customized composite alerts for watchlist scanning.