Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Basic code

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

    Basic code

    I am coding and indicator to draw a line after 7am of the high and low for the day between open and 7am. Can anyone help me with this logic this is what I have.

    if ( CurrentBar < 1 || (ToDay(Time[0]) == ToDay(Time[CurrentBar]))) return;
    if (ToTime(Time[0]) >= 70000)
    longtop = CurrentDayOHL().CurrentHigh[0];
    shortbot = CurrentDayOHL().CurrentLow[0];

    UpperLine.Set(longtop);
    LowerLine.Set(shortbot);

    #2
    blaircampbell, have you checked already into the sample code provided by this reference sample - http://www.ninjatrader-support2.com/...ead.php?t=8600

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    599 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    344 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    558 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    557 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X