Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Operations with indicator values

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

    Operations with indicator values

    Hi,

    I would like to make operations with the values of indicators but it seem that it's not possible.

    For an operations like

    Dif = StdDev(14) - StdDev(7);

    I get the error "Operator "-" cannot be applied to operands of type Ninjatrader.Indicator.RSI" on compiling

    How to retrieve the value of indicators?

    #2
    guillembm, is Dif a double value here?

    For the indicators they return a dataseries, so try accessing a double value from them by accessing via an index value : Dif = StdDev(14)[0] - StdDev(7)[0];
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by andrewtrades, Today, 04:57 PM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    5 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    436 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    7 views
    0 likes
    Last Post FAQtrader  
    Started by rocketman7, Today, 09:41 AM
    5 responses
    19 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X