PROTECTED SOURCE SCRIPT
更新済 Draw Horizontal Lines

This script will draw horizontal lines at user-specified levels on a trading chart, which is especially useful for marking key support and resistance levels.
Explanation:
Indicator Definition: The indicator function sets up the script with the name "Draw Horizontal Lines" and specifies that it should overlay the price chart.
Processing Levels: The space-separated string of levels is split into an array using str.split.
Explanation:
Indicator Definition: The indicator function sets up the script with the name "Draw Horizontal Lines" and specifies that it should overlay the price chart.
Processing Levels: The space-separated string of levels is split into an array using str.split.
リリースノート
Changed space separated input to comma separated input.リリースノート
Typo fix保護スクリプト
このスクリプトのソースコードは非公開で投稿されています。 無料かつ制限なしでご利用いただけます ― 詳細についてはこちらをご覧ください。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。
保護スクリプト
このスクリプトのソースコードは非公開で投稿されています。 無料かつ制限なしでご利用いただけます ― 詳細についてはこちらをご覧ください。
免責事項
これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。