Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

multicharts-powerlanguage

multicharts-powerlanguage 收录了来自 KasperChenGH 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
8
更新
2026-06-12
Forks
4
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

powerlanguage-cpp-conversion
软件开发工程师

Use when converting or porting code between MultiCharts PowerLanguage and C++ in either direction — Strategy base-class scaffold, concept mapping tables, semantic differences, TA-Lib indicators, conversion checklists.

2026-06-12
powerlanguage-pinescript-conversion
软件开发工程师

Use when converting or porting code between MultiCharts PowerLanguage and TradingView Pine Script in either direction — concept mapping tables, semantic differences, conversion checklists.

2026-06-12
powerlanguage-python-conversion
软件开发工程师

Use when converting or porting code between MultiCharts PowerLanguage and Python in either direction — Strategy ABC scaffold, concept mapping tables, semantic differences, pandas-ta/TA-Lib indicators, conversion checklists.

2026-06-12
powerlanguage-rust-conversion
软件开发工程师

Use when converting or porting code between MultiCharts PowerLanguage and Rust in either direction — Strategy trait scaffold, concept mapping tables, semantic differences, ta-rs indicators, conversion checklists.

2026-06-12
multicharts-fundamentals
软件开发工程师

Use when orienting on the MultiCharts platform — choosing Indicator vs Signal vs Function, bar-close vs intra-bar-order-generation execution, multi-data references (data1, data2), Buy/Sell/SellShort/BuyToCover orders, and the unique-signal-name compile rule.

2026-06-10
pinescript-builtins
软件开发工程师

Use when writing Pine Script logic with built-in namespaces — ta.* (averages, oscillators, crossovers), strategy.* (orders, position info), request.* (multi-timeframe), math.*, str.*, array.*, color.*, bar state, symbol info.

2026-06-10
pinescript-core
软件开发工程师

Use when writing or reading Pine Script language fundamentals — @version, script types (indicator/strategy/library), type system (series/simple/const), var/varip/input.*, control flow, user-defined functions/types, gotchas (repainting, na handling, max_bars_back).

2026-06-10
pinescript-visual
软件开发工程师

Use when adding visual output to Pine Script — plot()/plotshape()/bgcolor()/fill()/hline(), label.*, line.*, box.*, table.*, map.*, matrix.*, log.*, alerts, and drawing object limits.

2026-06-10
powerlanguage-keywords-reference
软件开发工程师

Use when looking up any of the 947 official PowerLanguage keywords and built-in functions across 40 categories (Strategy Orders, Math and Trig, Plotting, Drawing, Sessions, Portfolio, etc.) — returns signature, category, description, and official wiki link.

2026-06-10
powerlanguage-syntax
软件开发工程师

Use when reading or writing PowerLanguage code — declarations, data types, begin/end rules, control flow, bar references (Close[N]), Value/Condition built-ins, trade-state variables (MarketPosition, EntryPrice), and gotchas including "syntax error, unexpected X" / "Wrong syntax of X" from keywords used as RHS values, MarketPosition(N) being position history (not bar offset), and bars labeled by close time.

2026-06-10