PulseAugur
实时 03:08:32
English(EN) Expected value calculation for stock positions — a Claude Code skill that does the math

Claude Code技能自动化股票交易预期价值计算

一位开发者创建了一个Claude Code技能,旨在自动化股票交易决策的预期价值(EV)计算。该技能解析自然语言输入,生成三种情景(看涨、基础、看跌)及其相关概率,然后计算加权EV。它还整合了Kelly Criterion以建议头寸规模,旨在强制执行一种更具纪律性且经过概率加权的投资方法。 AI

影响 通过自动化复杂的概率计算,为交易者提供了一个结构化的工作流程,以做出更具数据驱动性的投资决策。

排序理由 该集群描述了一个利用现有AI模型执行特定任务的特定工具的发布。

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Claude Code技能自动化股票交易预期价值计算

报道来源 [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · tellmefrankie ·

    股票头寸预期价值计算 — Claude Code 技能,轻松完成计算

    <p>Before entering any position, I run three scenarios: bull case, base case, bear case. Multiply each by its probability. Sum the results. If the EV is negative, don't enter.</p> <p>This sounds simple. In practice, when you're looking at a live chart with a position about to mov…