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 swestendorf, Today, 11:14 AM
            2 responses
            5 views
            0 likes
            Last Post NinjaTrader_Kimberly  
            Started by xiinteractive, 04-09-2024, 08:08 AM
            4 responses
            12 views
            0 likes
            Last Post xiinteractive  
            Started by Mupulen, Today, 11:26 AM
            0 responses
            1 view
            0 likes
            Last Post Mupulen
            by Mupulen
             
            Started by Sparkyboy, Today, 10:57 AM
            1 response
            5 views
            0 likes
            Last Post NinjaTrader_Jesse  
            Started by TheMarlin801, 10-13-2020, 01:40 AM
            21 responses
            3,917 views
            0 likes
            Last Post Bidder
            by Bidder
             
            Working...
            X