PINE LIBRARY
更新済 StrategyMatrixLib

Library "StrategyMatrixLib"
render_matrix(posStr, digits, bgCol, headBg, headTxt, valCol, valTxt)
Renders a strategy performance matrix (table) using strategy.* and strategy.closedtrades.*
Parameters:
posStr (string): Table anchor position: "Top Left" | "Top Right" | "Bottom Left" | "Bottom Right"
digits (int): Decimal places for numeric formatting
bgCol (color): Background color for non-header cells
headBg (color): Background for header rows
headTxt (color): Text color for header rows
valCol (color): Background for value cells
valTxt (color): Text color for value cells
Returns: table id The created/updated table ID
render_matrix(posStr, digits, bgCol, headBg, headTxt, valCol, valTxt)
Renders a strategy performance matrix (table) using strategy.* and strategy.closedtrades.*
Parameters:
posStr (string): Table anchor position: "Top Left" | "Top Right" | "Bottom Left" | "Bottom Right"
digits (int): Decimal places for numeric formatting
bgCol (color): Background color for non-header cells
headBg (color): Background for header rows
headTxt (color): Text color for header rows
valCol (color): Background for value cells
valTxt (color): Text color for value cells
Returns: table id The created/updated table ID
リリースノート
v2リリースノート
v3Updated:
render_matrix(posStr, digits, bgCol, headBg, headTxt, valCol, valTxt)
Renders a strategy performance matrix table.
Parameters:
posStr (string): "Top Left" | "Top Right" | "Bottom Left" | "Bottom Right"
digits (int): Decimal places for numeric formatting
bgCol (color): Background for non-header label cells
headBg (color): Background for header rows
headTxt (color): Text color for header rows
valCol (color): Background for value cells
valTxt (color): Text color for value cells
Returns: table id (so caller can hold the table if desired)
リリースノート
v4リリースノート
v5リリースノート
v6リリースノート
v7リリースノート
v8Pineライブラリ
TradingViewの精神に則り、作者はこのPineコードをオープンソースライブラリとして公開してくれました。コミュニティの他のPineプログラマーが再利用できるようにという配慮です。作者に拍手を!このライブラリは個人利用や他のオープンソースの公開コンテンツで使用できますが、公開物でのコードの再利用はハウスルールに準じる必要があります。
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。
Pineライブラリ
TradingViewの精神に則り、作者はこのPineコードをオープンソースライブラリとして公開してくれました。コミュニティの他のPineプログラマーが再利用できるようにという配慮です。作者に拍手を!このライブラリは個人利用や他のオープンソースの公開コンテンツで使用できますが、公開物でのコードの再利用はハウスルールに準じる必要があります。
免責事項
この情報および投稿は、TradingViewが提供または推奨する金融、投資、トレード、その他のアドバイスや推奨を意図するものではなく、それらを構成するものでもありません。詳細は利用規約をご覧ください。