Midnight Open Price For ThinkOrSwim

SJP07

Member
Hello,

I'm trying to have a vertical line appear at midnight, but whenever I put the time as "0000" the vertical line doesn't appear. Here's what I have:

declare hide_on_daily;

def London_DrawLine =
getDay() == getLastDay() and
(
!secondsFromTime(0000)
);


#AddVerticalLine (DrawLine, "", Color.Dark_Gray,Curve.Long_DASH);
AddVerticalLine (London_DrawLine, "", Color.Black,Curve.Firm);
 

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

Hello,

I'm trying to have a vertical line appear at midnight, but whenever I put the time as "0000" the vertical line doesn't appear. Here's what I have:

declare hide_on_daily;

def London_DrawLine =
getDay() == getLastDay() and
(
!secondsFromTime(0000)
);


#AddVerticalLine (DrawLine, "", Color.Dark_Gray,Curve.Long_DASH);
AddVerticalLine (London_DrawLine, "", Color.Black,Curve.Firm);

This should do that for you https://usethinkscript.com/threads/vertical-line-and-opening-price.11725/post-101368

Screenshot 2023-06-08 201615.png
 
Hello,
I have been looking at the forum and found a lot of great scripts, but I am trying to find a script that would plot a horizontal line for the NY opening price from 00:00 to 12:00 every day in the RGB color 234, 136, 255. If anyone could make the code or point me to another forum that would be greatly appreciated, thank you.
 
Looking for a thinkscript that can draw a dashed line at midnight open price.

Midnight open price :: Price at which 12 AM hourly candle opens.
This line should appear only on intraday timeframe. ( meaning if the chart timeframe is less than day i.e., 4Hr,1Hr,15Min, 1Min etc.,). It should not appear on D,W or M timeframe charts.
Ability to select the color of the line and thickness of the dashed line. This will be used on Index futures and equities.

Thank you.
 
Looking for a thinkscript that can draw a dashed line at midnight open price.

Midnight open price :: Price at which 12 AM hourly candle opens.
This line should appear only on intraday timeframe. ( meaning if the chart timeframe is less than day i.e., 4Hr,1Hr,15Min, 1Min etc.,). It should not appear on D,W or M timeframe charts.
Ability to select the color of the line and thickness of the dashed line. This will be used on Index futures and equities.

Thank you.

This should help that I posted previously
https://usethinkscript.com/threads/vertical-line-and-opening-price.11725/post-101368
 

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
501 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top