Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Typo in ParabolicSAR

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

    Typo in ParabolicSAR

    In the docs for NT7 there is a typo:

    "Examples

    // Prints the current value of ParabolicSAR using default price type
    double value = ParabolicSAR(0.02, 0.02, 0.2)[0];
    Print("The current ParabolicSAR value is " + value.ToString());"

    should be:

    double value = ParabolicSAR(0.02, 0.2, 0.02)[0];

    This typo is also on page 459 of the NT6 docs.

    Brooks

    #2
    Hello,

    Thank you for your forum post.

    Good catch, since these are parameters however the user will be putting the values he or she uses. But it would be best if it matched its default settings.

    I'll let the help guide guys know.

    Thank You.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by kujista, Today, 06:23 AM
    4 responses
    14 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by traderqz, Yesterday, 09:06 AM
    2 responses
    16 views
    0 likes
    Last Post traderqz  
    Started by traderqz, Today, 12:06 AM
    3 responses
    6 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by RideMe, 04-07-2024, 04:54 PM
    5 responses
    28 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by f.saeidi, Today, 08:13 AM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Working...
    X