NexusFi: Find Your Edge


Home Menu

 





Time stamp


Discussion in ThinkOrSwim

Updated
    1. trending_up 1,615 views
    2. thumb_up 3 thanks given
    3. group 2 followers
    1. forum 5 posts
    2. attach_file 1 attachments




 
Search this Thread

Time stamp

  #1 (permalink)
astortx
Austin, TX USA
 
Posts: 13 since Apr 2018
Thanks Given: 17
Thanks Received: 2

I would like to see if anyone has a script or able to write one to automate the time stamp at the open of the market.I do it manually now by editing but would be very nice to have it advance by itself. Thanks in advance.

Attached Thumbnails
Click image for larger version

Name:	timestamp.jpg
Views:	128
Size:	120.5 KB
ID:	310583  
Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Trade idea based off three indicators.
Traders Hideout
ZombieSqueeze
Platforms and Indicators
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
35 thanks
Tao te Trade: way of the WLD
26 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
20 thanks
  #2 (permalink)
 JayC 
San Diego, CA
 
Experience: Beginner
Platform: TOS, Sierra
Trading: Emini ES, Crude CL
Posts: 55 since Mar 2019
Thanks Given: 9
Thanks Received: 43

You just want a vertical line at session start? Try this...

 
Code
AddVerticalLine(SecondsTillTime(930) == 0, getMonth() + "/" + getDayOfMonth(getYyyyMmDd()) + "/" + AsPrice(getYear()) + "  9:30", color = Color.CYAN);

Reply With Quote
Thanked by:
  #3 (permalink)
astortx
Austin, TX USA
 
Posts: 13 since Apr 2018
Thanks Given: 17
Thanks Received: 2


Thanks a lot, appreciated, I wonder if it deletes the previous day stamp?
If not I can leave or delete myself once week or so.

Reply With Quote
  #4 (permalink)
 JayC 
San Diego, CA
 
Experience: Beginner
Platform: TOS, Sierra
Trading: Emini ES, Crude CL
Posts: 55 since Mar 2019
Thanks Given: 9
Thanks Received: 43

It’s a study, not a drawing so you can’t delete it. If you want I can add a condition to only mark today’s session?

Jay

Reply With Quote
Thanked by:
  #5 (permalink)
astortx
Austin, TX USA
 
Posts: 13 since Apr 2018
Thanks Given: 17
Thanks Received: 2


JayC View Post
It’s a study, not a drawing so you can’t delete it. If you want I can add a condition to only mark today’s session?

Jay

Yes, that would be awesome...

Reply With Quote
  #6 (permalink)
 JayC 
San Diego, CA
 
Experience: Beginner
Platform: TOS, Sierra
Trading: Emini ES, Crude CL
Posts: 55 since Mar 2019
Thanks Given: 9
Thanks Received: 43

 
Code
AddVerticalLine(GetDay() == GetLastDay() and SecondsTillTime(930) == 0, getMonth() + "/" + getDayOfMonth(getYyyyMmDd()) + "/" + AsPrice(getYear()) + "  9:30", color = Color.CYAN);

Reply With Quote
Thanked by:




Last Updated on March 14, 2021


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts