Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Please help me with this basic indicator

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

    Please help me with this basic indicator

    Hi,

    I need an idea of how to create a very basic indicator. All I want to do is take the session open (very similar to the CurrentDayOHLC NT indicator) and subtract it by 20pts and display this value on the chart in the same manner.

    I have never used NinjaScript before, apart from the tutorials, but I am still struggling to understand how to do the above.

    Any help will be greatly appreciated, I am a fully licensed user by the way.

    Thank you in advance

    #2
    suprsnipes, please try something like this to get this value with 20 tick offset -

    Code:
     
    double myOffsetOpen = CurrentDayOHL().CurrentOpen[0] - 20 * TickSize;

    Comment

    Latest Posts

    Collapse

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