Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Input Series

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

    Input Series

    part of stochastics codes is shown below:

    nom.Set(Close[0] - MIN(Low, PeriodK)[0]);
    den.Set(MAX(High, PeriodK)[0] - MIN(Low, PeriodK)[0]);

    If we let ema(14) as input series of a default stochastics
    stochastics a=stochastics(ema(14), 35);
    then, the Close[0] is the Value[0] of ema(14)
    Low[0] is the Value[0] of ema(14)
    High[0] is the Value[0] of ema(14).

    Am I right? The Close, Low and High are not the values from original series, are they?

    Another question is what is the difference between Input and Close?

    #2
    Hello microsat,

    Thank you for your post.
    Am I right? The Close, Low and High are not the values from original series, are they?
    Correct, when an indicator is used as the Input Series it only has it's one value (or selected plot if the indicator has multiple) that is used for OHLC.
    Another question is what is the difference between Input and Close?
    Close is the actual bar series the indicator(s) are applied to and it represents the close price of the referenced bar. Input is the Input Series selected in the Indicator settings menu.

    Please let me know if you have any questions.

    Comment

    Latest Posts

    Collapse

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