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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      152 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      87 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      131 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      127 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      106 views
      0 likes
      Last Post CarlTrading  
      Working...
      X