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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    236 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    150 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    162 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    243 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    198 views
    0 likes
    Last Post CarlTrading  
    Working...
    X