Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vesper

Vesper is a session indicator for TradingView. It shades the Asia, London, and NY trading sessions, highlights the overlap zones where liquidity steps up, plots each session's high/low, and fires open/close alerts ready for webhooks.

One file, no dependencies. Pine Script v6. Kanagawa dark palette.

Vesper default chart

Install

  1. Open TradingView → Pine Editor.
  2. Paste the contents of vesper.pine, save.
  3. Search Vesper in the Indicators window, add it to the chart.

That's it. Everything else is editable from the Settings pane.

Settings

  • Session Windows — each session in HHMM-HHMM[:TZ]. Defaults (UTC): Asia 00-07, London 07-13, NY 13-22. No timezone suffix means the chart's exchange zone.
  • Shading / Colors — session fills, the orange overlap accent, and a bgcolor or translucent boxes render mode.
  • Session H/L — dashed high/low lines per session, auto-cleared when the next session opens.
  • Info Table — a live panel with the active session and all H/Ls.
  • Alerts — session open/close alerts, off by default.

Alerts

Enable the toggles under Alerts, then create an alert with condition Vesper — Any alert() function call. Add a webhook URL in the Notifications tab to push events.

Each event fires once, at bar close — no repaint. Payloads are single lines, UTC timestamps, session names ASIA / LONDON / NY:

Vesper|NY|OPEN|price=1.08925|ts=2026-08-10T13:00:00Z

Notes

  • On daily and higher timeframes nothing renders.
  • No request.*, no repainting, no lookahead.

About

Liquidity-Time Session Indicator for TradingView

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors