Announcement

Collapse
No announcement yet.

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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      566 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      547 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      548 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X