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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    173 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    328 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    252 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    354 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    181 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X