agentsclimarketplace

Alphameta predicate

Skill intelliscale/alphameta-skills/skills/alphameta-predicate

AlphaMeta is an IBKR (Interactive Brokers) trading tool providing real-time market data for stocks, options, futures, and crypto via a standardized REST API.

Install
npx -y skills add intelliscale/alphameta-skills --skill alphameta-predicate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Conditional trigger automation and scheduled tasks via AlphaMeta — if...then... triggers (RSI, EMA crossover, price threshold), scheduled timed tasks, and async task management. Use when: "条件单", "自动化", "触发", "止损", "EMA", "RSI", "定时任务", "schedule", "自动交易", "predicate", "conditional order", "ifthen", "automation", "when price", "auto-stop".

SKILL.md

2.1 KB, as published. Nobody here has run it

AlphaMeta Predicate

Response language: match the user's input language (Simplified Chinese / Traditional Chinese / English).

⚠️ Critical

Conditions do NOT auto-expire: After triggering, conditions continue monitoring repeatedly. Stop with ifclear, ifrm, or when funds exhausted.

See the alphameta skill for server setup and command execution syntax.

Command Index

CategoryCommandsUse For
Predicate Managementifthen, iflist, ifgroup, ifclear, ifrm, autoConditional triggers
Schedulesadd, scancel, slistsTimed tasks
Task Managementtasklist, taskcancelAsync batch operations

Key Concepts

Predicate DSL

ifthen if <symbol> <indicator> <operator> <value>: <action>
ExampleMeaning
ifthen if AAPL rsi > 80: sell AAPL 100Sell when RSI > 80
ifthen if NVDA ema crossover up: buy NVDA 50Buy on EMA golden cross
ifthen if TSLA price > 250: close TSLAStop profit at $250

Schedule Syntax

sched-add <name> <HH:MM> "<command>"

Time must be in future Command must use double quotes Single execution only (auto-deletes after run)

Gotchas

  • if must be lowercase (it's part of the DSL syntax)
  • Scheduled tasks do not repeat daily
  • Tasks in memory disappear after restart

For full reference, see references/ref-predicate.md, references/ref-schedule.md, and references/ref-task.md.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.