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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    32 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    12 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    18 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    20 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X