Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

0 ? 0 : 100

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

    0 ? 0 : 100

    In the TSI indicator there the calculation of the plot line is

    Value[0] = fastAbsEma[0] == 0 ? 0 : 100 * fastEma[0] / fastAbsEma[0];

    Maybe this is basic, but what is the "0 ? 0 : 100" indicating? what is the calculation here?

    Thanks

    #2
    ?: in C#, Ternary operator, Ternary operator in C#, C# Ternary operator, C# Ternary operator, csharp Ternary operator, Ternary operator in csharp, Ternary operator C#, Free C# Tutorials for beginners, C#, .net tutorials, c# tutorial, C# tutorials, csharp tutorials, csharp tutorial, C# Programming, C# for Beginners , C# Basic Syntax,


    Originally posted by tradebot View Post
    In the TSI indicator there the calculation of the plot line is

    Value[0] = fastAbsEma[0] == 0 ? 0 : 100 * fastEma[0] / fastAbsEma[0];

    Maybe this is basic, but what is the "0 ? 0 : 100" indicating? what is the calculation here?

    Thanks

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    367 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    571 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X