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;
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,221 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    10 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    6 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    437 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    9 views
    0 likes
    Last Post FAQtrader  
    Working...
    X