Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

% move from open bands?

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

    % move from open bands?

    I am learning ninjascript but need help creating a simple indicator.
    plot upper and lower bands off a X% move from the opening print.

    When I say bands, I mean horizontal lines similar to an opening range, but plotted based off the % input.

    can someone help me with this?
    Last edited by mdl060374; 11-28-2019, 10:13 PM.

    #2
    Hi mdl060374, thanks for your note.

    The Bollinger Bands indicator is a good example of plotting upper and lower standard deviation. To get the opening price of the first bar of the session, use IsFirstBarOfSession

    e.g. if(IsFirstBarOfSession) {Print(Open[0]);}

    Please let me know if you have any questions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    661 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    376 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    110 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    580 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X