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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      51 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      30 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      99 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      177 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      170 views
      0 likes
      Last Post CarlTrading  
      Working...
      X