← All Analyses
O
EURUSD
neutral

asian session

Tanish Arora
Tanish Arora
1w ago
asian session

This Lipi script for GoCharting creates a simple session background highlight based on time parameters.

Script Breakdown:

  1. indicator("Simple Session Highlight", "", true): Declares the script as an overlay indicator so it sits directly on top of your price candles.
  2. input.int(...): Creates adjustable settings in your script menu where you can configure your custom start and end hours/minutes.
  3. hour and minute: Built-in time variables that evaluate the timestamp of each bar against your defined session window.
  4. bgcolor(...): Dynamically paints the background color soft blue (color.new(color.blue, 85)) only when the candles fall inside your chosen hours.
Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by GoCharting. Read more in the Terms of Use.

Comments (0)

Loading comments…