Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

decimal sign in input of indicator

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

    decimal sign in input of indicator

    Hi,

    Last night I was playing with the ParabolicSar indicator.
    Compiling the script I got an error.
    In the script the indicator was written as follows

    ParabolicSar(0,02,0,2,0,02)

    while it should be

    ParabolicSar(0.02,0.2,0.02)

    Usually the input of an indicator is an integer and not a double.

    I assume the reason for the error is the fact that my windows is configured in such a (continental europe) way that the decimal sign is a comma and not a decimal point.

    Is there a way to avoid this problem?

    #2
    Which script are you referring to? In the ParabolicSar indicator I do not see any recursive references to itself. Does manually changing your code to reflect periods instead of commas not work?

    I was unaware of any rule that says an input can't be a double. I used doubles as inputs to my indicators whenever I had a need for them.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      This is a bug which on non-US machines which will be fixed with next release. Thanks for bringing this up. For now you could set your PC to US settings.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by judysamnt7, 03-13-2023, 09:11 AM
      4 responses
      59 views
      0 likes
      Last Post DynamicTest  
      Started by ScottWalsh, Today, 06:52 PM
      4 responses
      36 views
      0 likes
      Last Post ScottWalsh  
      Started by olisav57, Today, 07:39 PM
      0 responses
      7 views
      0 likes
      Last Post olisav57  
      Started by trilliantrader, Today, 03:01 PM
      2 responses
      21 views
      0 likes
      Last Post helpwanted  
      Started by cre8able, Today, 07:24 PM
      0 responses
      10 views
      0 likes
      Last Post cre8able  
      Working...
      X