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 sjsj2732, 03-23-2026, 04:31 AM
    0 responses
    76 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    313 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    313 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    149 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    113 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X