a_dema

Delimited Levels Today Session

This script takes a delimited string of level values (up to 12) and plots them on the chart as per parameters.
Alerts can be set up for crossing, etc, using the Alerts panel as per usual.

Very handy if you have a spreadsheet or list of values to plot.

For example, say your spreadsheet has a list of these 12 levels to plot:
3800
3811
3822
3837
3851
3862
3877
3887
3902
3913
3928

The values could be copied to notepad / text editor, and the line breaks replaced with a delimiter, such as the ';' character (note: no trailing delimiter), to produce a delimited string:
3800;3811;3822;3837;3851;3862;3877;3887;3902;3913;3928


And then simply copy / paste this delimited string into the "Levels Delimited String" parameter.


Note: This script builds upon earlier script:

Enhancements include:
- Plot only for latest day (weekends factored in)
- Plot only for specified session
- Plot as bands or as lines

リリースノート:
Script enhanced to support timezone configurable definition of "today".
This is specified in an input variable, using UTC/GMT notation (e.g., "UTC-5", "GMT+0530") or as an IANA time zone database name (e.g., "America/New_York").
リリースノート:
Weekend adjustment not working as expected, removed this function until code fixes complete
リリースノート:
Simplified. "Today" is simply defined as midnight onwards for the specified timezone.
オープンソーススクリプト

TradingViewの精神に則り、このスクリプトの作者は、トレーダーが理解し検証できるようにオープンソースで公開しています。作者に敬意を表します!無料で使用することができますが、このコードを投稿で再利用するには、ハウスルールに準拠する必要があります。 お気に入りに登録してチャート上でご利用頂けます。

免責事項

これらの情報および投稿は、TradingViewが提供または保証する金融、投資、取引、またはその他の種類のアドバイスや推奨を意図したものではなく、またそのようなものでもありません。詳しくは利用規約をご覧ください。

チャートでこのスクリプトを利用したいですか?