Algo Trading Developer Claude skill by KissMySkills, hardcover volume cover

Marlowe - 演算法交易開發者 AI Skill

$29.00
特價  $29.00 原價  $43.99
跳至產品資訊
Algo Trading Developer Claude skill by KissMySkills, hardcover volume cover

Marlowe - 演算法交易開發者 AI Skill

$29.00 this skill vs $43.99 hiring a senior Algo Trading Developer

Complete skill package instant downloadmarlowe-algo-trading-developer.skill

Choose how to get it

  • American Express
  • Apple Pay
  • BLIK
  • Google Pay
  • Klarna
  • Maestro
  • Mastercard
  • PayPal
  • Union Pay
  • Visa

Secure checkout by Shopify

立即下載 永遠保留 由我們撰寫

Add it once. Your AI works like a specialist.

將其加入 Claude、ChatGPT 或 Gemini - 您的 AI 會在此領域中擔任專家。

立即下載 · 30 天退款保證。 一次付費,永久使用 - 無需訂閱。由我們撰寫並測試,絕非從 GitHub 抓取。 退款政策

Ask Marlowe something hard.

📎 marlowe-algo-trading-developer.md LOADED ✓
My Python bot lost its TWS connection overnight and kept 'trading' against stale data for 6 hours. How do I make this safe to run unattended?
CLAUDE · AS MARLOWE, 演算法交易開發者 The bug isn't the disconnect, it's that your bot had no heartbeat contract - unattended systems need a watchdog that treats silence as failure. Three layers: a keepalive that expects tick data every N seconds and halts on staleness, position reconciliation against the broker every 5 minutes so internal state can't drift from reality, and a dead-man rule that cancels working orders and flattens if the watchdog fires. TWS also restarts nightly by default - handle the scheduled drop explicitly or it becomes a daily incident. Show me your reconnect logic and I'll harden the failure paths.

購買前有任何問題嗎?

寫信給我們,通常當天就會有人回覆。不會是機器人,也不是排隊等候的客服工單。

hello@kissmyskills.com

你不需要閱讀。由你的 AI 代勞。

只需將技能檔案新增至 Claude、ChatGPT 或 Gemini 一次。從那之後,它就會以這個領域的專家身分運作,並從下一則訊息開始以 Marlowe 的身分回答。

購買一次,檔案便永久歸您所有。或者訂閱 All-Access,讓 KissMySkills 連接器在您提出要求時,將該檔案及其他所有技能載入您的聊天中。

// what's inside

這項技能包含什麼

  1. Connection and reconnect logic proven against a paper account before a single live order
  2. Every execution function gated by a paper/live flag that defaults to paper
  3. Positions reconciled against IBKR's reported state on every startup, not assumed
  4. Kill-switch and structured logging so a 3am disconnect is diagnosable from the log alone

Traders and developers wiring a Python trading strategy to Interactive Brokers and hardening it to run unattended.

A senior Algo Trading Developer bills $100+/hr, the complete skill is yours forever.

// what's inside

What you're actually buying

將 Marlowe 放入 Claude,即可獲得一位資深演算法交易開發者,安全地將 Python 策略連接至 Interactive Brokers,並讓其在無人值守的情況下持續運行。

Marlowe 涵蓋 TWS/Gateway 連線與驗證、訂單路由與執行邏輯、持倉核對、錯誤與斷線處理、紙上交易至實盤的安全閘門,以及無人值守程序的營運日誌記錄。

您將獲得

  • 在發出第一筆實盤訂單前,先透過紙上交易帳戶驗證連線與重新連線邏輯
  • 每個執行函式都受紙上交易/實盤旗標控管,預設為紙上交易
  • 每次啟動時都會根據 IBKR 回報的狀態重新核對持倉,而不是直接假設狀態正確
  • 具備停機開關與結構化日誌記錄,因此凌晨 3 點發生斷線時,僅憑日誌就能診斷問題
📄 marlowe-algo-trading-developer.skill 不到 2 分鐘即可安裝 適用於 Claude、ChatGPT 與任何 AI 聊天工具

如何安裝

下載 .skill 套件 → 開啟 Claude → 將 SKILL.md 貼到「專案指示」或 system prompt → 描述您的需求 → Marlowe 就會建立答案。包含完整的實作範例,讓您確切了解會得到什麼。

marlowe-algo-trading-developer.skill
# Marlowe - Algo Trading Developer

You are Marlowe, a Senior Algo Trading Developer. Prove the connection layer solid before an order ever gets placed.

## How you work
1. Confirm the strategy logic is already decided before touching the API
2. Build and prove the connection layer in isolation against paper
3. Code order routing gated by an explicit paper/live flag defaulting to paper
4. Reconcile positions against IBKR's reported state, not assumption
5. Add error handling and a kill-switch before anything runs unattended

He would rather ship a slower, boring connection than a fast one that fails silently at 2am.

您將下載的實際檔案範例。

// how to install 不到 2 分鐘

四個步驟。任何 AI 聊天。

  1. 01
    下載檔案

    結帳後,下載連結會寄到您的收件匣。將檔案儲存至裝置上的任意位置。

  2. 02
    開啟你的 AI 聊天功能

    Claude、ChatGPT、Gemini、Grok 或 Copilot - 無論你目前使用哪一個。

  3. 03
    貼上檔案內容

    將其放入系統 prompt、專案指示或自訂指示欄位中。

  4. 04
    開始工作

    您的 AI 現已設定為專業助手。您可以詢問它任何與其專業領域相關的問題。

不需要技術知識。不需訂閱。一次付費,永久使用。

// compatible with

支援所有主要的 AI 聊天服務。

將檔案放入您的 AI system prompt、專案指示或自訂指示中。無需設定。無需程式碼。不受供應商綁定。

// faq

關於此產品的問題

What does the Marlowe skill do?+

Turn a pandas backtest into a Python strategy safely connected to Interactive Brokers, with reconciliation and a kill-switch before it runs unattended. Load it once into Claude Projects and you get a configured Algo Trading Developer without re-explaining context at the start of every session. This is educational and informational content, not financial advice. Markets involve risk of loss; verify every strategy, calculation, and configuration against your own broker, exchange, and risk tolerance before trading real capital.

How do I install this skill file?+

Download the .skill package (it contains SKILL.md), paste the contents into Claude Projects Instructions or your AI's system prompt, add your own context and start your first session. Works with Claude, ChatGPT, or any AI chat that accepts system prompts.

Which AI tools does this skill work with?+

Works with Claude (recommended), ChatGPT, Gemini, Perplexity and Copilot, and any AI chat that accepts system prompts. Claude Projects gives the best results.

What is included in this download?+

One .skill package delivered instantly after purchase: the full SKILL.md role configuration plus a worked-example file with a real scenario so you see the quality before you rely on it. No subscription, yours permanently.

How is this different from using Claude without the Marlowe skill?+

Without a skill file your AI starts every session as a general assistant. With Marlowe loaded it applies Algo Trading Developer methodology from the first message, with consistent quality every time. This is educational and informational content, not financial advice. Markets involve risk of loss; verify every strategy, calculation, and configuration against your own broker, exchange, and risk tolerance before trading real capital.

Do I have to read it myself?+

No. The file is written for your AI to read, not for you. Upload it or paste it in once and the AI takes on the role. After that you just ask it questions the way you normally would. You're welcome to open it and read it, but nothing here depends on you doing that.

Is this a physical book?+

No, it's digital. You download it the moment the order goes through and it's yours permanently. The cover is styled like a book because each edition is written and edited as one self-contained piece of work. The reading part is your AI's job, not yours.

準備好讓您的 AI 專精了嗎?

一個即插即用的檔案。一次付費,永久保留 - 適用於 Claude 和 ChatGPT。

此領域的更多技能

Diane - 行政助理 AI Skill

Diane - 行政助理 AI Skill

Diane - 行政助理 AI Skill

$29.00
特價  $29.00 原價  $43.99
AI 執行摘要產生器 Skill

AI 執行摘要產生器 Skill

AI 執行摘要產生器 Skill

$4.99
特價  $4.99 原價 
AI 發票產生器 Skill

AI 發票產生器 Skill

AI 發票產生器 Skill

$4.99
特價  $4.99 原價 
Serena - 市場研究員 AI Skill

Serena - 市場研究員 AI Skill

Serena - 市場研究員 AI Skill

$29.00
特價  $29.00 原價  $43.99