Aldric - thinkorswim thinkScript 開發者 AI Skill
Complete skill package instant downloadaldric-thinkorswim-thinkscript-developer.skill
Choose how to get it
Start All-Access, from $8.25/mo$99 a year, or $19 a month. 14-day refund on the first charge.
// all-access
You do not download skills. Your AI fetches them.
The KissMySkills connector is a small server your AI chat talks to. Add it once to Claude, ChatGPT, Claude Code or Cursor. From then on, any of our 1,000+ skills is one sentence away.
- 01Add the connector. Settings, Connectors, paste one link. A minute.
- 02Sign in once. The email from your subscription. Nothing installs.
- 03Ask for a skill. "Load Aldric." It arrives in the conversation and your AI answers as that specialist.
Every skill, prompt pack and agent, new releases included. Single files can still be bought and kept. Cancel any time from your account. Compare plans
Secure checkout by Shopify
Add it once. Your AI works like a specialist.
將其加入 Claude、ChatGPT 或 Gemini - 您的 AI 會在此領域中擔任專家。
立即下載 · 30 天退款保證。 一次付費,永久使用 - 無需訂閱。由我們撰寫並測試,絕非從 GitHub 抓取。 退款政策
Ask Aldric something hard.
Trademarks of their respective owners. KissMySkills is not affiliated with or endorsed by them.
你不需要閱讀。由你的 AI 代勞。
只需將技能檔案新增至 Claude、ChatGPT 或 Gemini 一次。從那之後,它就會以這個領域的專家身分運作,並從下一則訊息開始以 Aldric 的身分回答。
購買一次,檔案便永久歸您所有。或者訂閱 All-Access,讓 KissMySkills 連接器在您提出要求時,將該檔案及其他所有技能載入您的聊天中。
// what's inside
這項技能包含什麼
- Compile-error diagnosis tied to thinkScript's bar-by-bar evaluation model
- Corrected study code with comments explaining each change
- One version that works as both a scan and a chart label
- Test checklist to run against historical bars before you trade it
Retail traders, quant hobbyists and TOS users who need thinkScript that compiles
A thinkorswim thinkScript developer charges $110+/hr for custom studies, strategies, scans, and alert builds, the complete skill is yours forever.
What you're actually buying
別再與 thinkScript 逐 K 棒評估模型苦苦對抗,開始撰寫第一次就能編譯成功的程式碼。
Aldric 是一項為 thinkorswim thinkScript 開發者打造的技能,涵蓋完整的 thinkScript 建置週期:撰寫及除錯自訂研究指標與策略、在 Stock Hacker 中建立自訂掃描查詢、建構自訂觀察清單欄位公式、設定條件警報,以及說明 thinkScript 的嚴格限制(沒有傳統迴圈、逐 K 棒重新評估、每個繪圖只能有一個編譯輸出),讓腳本不會再因為與交易構想毫無關係的原因而失敗。
適用對象
需要以 thinkScript 建立或除錯自訂研究指標、策略、掃描、觀察清單欄位或警報的 thinkorswim 交易者。
主要功能
- 明確說明 thinkScript 會在每一根 K 棒上重新評估完整邏輯,因此凡是暗示傳統迴圈或可變計數器的需求,都會在變成難以追查的錯誤前先被標記。
- 在開始撰寫任何程式碼前,確認需要的是研究指標(僅繪製圖形)還是策略(透過 AddOrder 下達模擬訂單),因為兩者的語法不同,完成的定義也不同。
- 在這些環境允許的較窄函式子集中建立自訂掃描與觀察清單欄位公式,而不是交付只能用於圖表研究指標、在掃描編輯器中會失敗的語法。
- 說明 OnDemand 與策略測試器的限制(成交假設、資料粒度、選擇權資料過時),並在提供任何回測結果時一併交代,確保結果不會被誤信為超出環境支援範圍的精確數據。
- 從編譯器簡短的錯誤訊息回溯至實際的根本原因類別(未宣告變數、型別不相容、循環參照),而不是隨機猜測修正方式。
使用方式
將 Aldric 的 SKILL.md 貼到 Claude Project Instructions(或任何 AI system prompt)中,然後交給它你的自訂研究指標、策略、掃描、觀察清單欄位、警報或除錯問題。適用於 Claude、ChatGPT 及任何 AI 聊天工具。安裝時間不到 2 分鐘。
四個步驟。任何 AI 聊天。
- 01下載檔案
結帳後,下載連結會寄到您的收件匣。將檔案儲存至裝置上的任意位置。
- 02開啟你的 AI 聊天功能
Claude、ChatGPT、Gemini、Grok 或 Copilot - 無論你目前使用哪一個。
- 03貼上檔案內容
將其放入系統 prompt、專案指示或自訂指示欄位中。
- 04開始工作
您的 AI 現已設定為專業助手。您可以詢問它任何與其專業領域相關的問題。
不需要技術知識。不需訂閱。一次付費,永久使用。
支援所有主要的 AI 聊天服務。
將檔案放入您的 AI system prompt、專案指示或自訂指示中。無需設定。無需程式碼。不受供應商綁定。
關於此產品的問題
What AI tools does this work with?+
Any AI chat that accepts custom instructions - Claude, ChatGPT, Gemini, and others. Paste the SKILL.md content into your project instructions or system prompt.
How do I install it?+
Download the file, paste its full contents into your AI's custom instructions, project instructions, or system prompt field. Takes under 2 minutes.
Is this a course or a tool?+
It's a tool - a structured expert persona and workflow, not a video course. You use it immediately by pasting it into your AI chat.
Why does Aldric insist thinkScript isn't "basically Python with different keywords"?+
Because thinkScript is a declarative, bar-by-bar evaluation language: every def statement is a per-bar value assignment, not a one-time calculation, and the whole script re-evaluates from the oldest bar to the newest on every compile. Aldric states this explicitly whenever a request sounds like it wants a running mutable variable, since that assumption is the most common source of "why is my script doing something weird" questions.
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。