Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

draw a simple vertical line at specified time of day

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    draw a simple vertical line at specified time of day

    I am looking for a way to draw a vertical line at a specified time of day

    #2
    Do you know how to reference the specific time of day you're thinking of?

    If so, do something like

    if(whatever time of day)
    {
    DrawVerticalLine(CurrentBar.ToString(), 0, FromKnownColor(KnownColor.Cyan));
    }

    you can set whatever color you want.
    mrlogik
    NinjaTrader Ecosystem Vendor - Purelogik Trading

    Comment


      #3
      time of day reference

      thanks for replying

      i would like to draw a vertical line at 10am EST...
      could you show me how that should look?

      Comment


        #4
        Please see here how to code time conditions: http://www.ninjatrader-support.com/H...V6/ToTime.html

        Comment


          #5
          With reference to this area....it would be nice that when you placed a vertical line on a chart with the draw tool ....that as you moved the line back and forth or into the future on your chart that the time would scroll and show in the Data Box...that way one could easily place a vertical line at specific times....

          Thanks...

          Comment


            #6
            Thanks for your suggestion. We'll add it to the list of future considerations.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Vietanhnguyen2hotmailcom, Yesterday, 10:29 AM
            4 responses
            23 views
            0 likes
            Last Post Vietanhnguyen2hotmailcom  
            Started by PhillT, 04-19-2024, 02:16 PM
            4 responses
            35 views
            0 likes
            Last Post PhillT
            by PhillT
             
            Started by ageeholdings, 05-01-2024, 05:22 AM
            5 responses
            37 views
            0 likes
            Last Post ageeholdings  
            Started by reynoldsn, Today, 02:34 PM
            0 responses
            13 views
            0 likes
            Last Post reynoldsn  
            Started by nightstalker, Today, 02:05 PM
            0 responses
            21 views
            0 likes
            Last Post nightstalker  
            Working...
            X