PINE LIBRARY

Initial Daily Range Back-End Library

30
Library "IDR_Lib"
Back-End Logic for DR/IDR Strategy

SessionActive(drIdr, settings, drawDRIDRs)
  Parameters:
    drIdr (DrIdr)
    settings (DrIdrSettings)
    drawDRIDRs (bool)

DrawMidLine(drIdr, settings, drawDRIDRs)
  Parameters:
    drIdr (DrIdr)
    settings (DrIdrSettings)
    drawDRIDRs (bool)

ExtendBands(drIdr, settings, drawDRIDRs)
  Parameters:
    drIdr (DrIdr)
    settings (DrIdrSettings)
    drawDRIDRs (bool)

CheckForRetest(drIdr, settings, RetestZones, currentUpperThreshold, currentLowerThreshold)
  Parameters:
    drIdr (DrIdr)
    settings (DrIdrSettings)
    RetestZones (RetestZones)
    currentUpperThreshold (float)
    currentLowerThreshold (float)

ResetVals(drIdr)
  Parameters:
    drIdr (DrIdr)

GetNewDrIdr()

CandleData
  Fields:
    High (series float)
    HighClose (series float)
    Low (series float)
    LowClose (series float)
    BarIndex (series int)

DrIdrSettings
  Fields:
    CloseColor (series color)
    UpperLineColor (series color)
    MidLineColor (series color)
    LowerLineColor (series color)
    UpperBandColor (series color)
    LowerBandColor (series color)
    UpperLineWidth (series int)
    MidLineWidth (series int)
    LowerLineWidth (series int)
    MarkCandles (series bool)

RetestZone
  Fields:
    UpperBorder (series float)
    LowerBorder (series float)
    StartBar (series int)
    InZoneValid (series bool)
    InZoneBar (series int)
    InZoneBox (series box)
    BreakoutValid (series bool)
    BreakoutBar (series int)
    BreakoutBox (series box)

RetestZones
  Fields:
    ArrRetestZones (array<RetestZone>)
    ArrRetestZonesLength (series int)

Retest
  Fields:
    FirstLeaving (series bool)
    FirstLeavingBar (series int)
    RetestOccured (series bool)
    RetestBar (series int)
    SecondLeaving (series bool)
    Bullish (series bool)
    Bearish (series bool)
    RetestValid (series bool)
    RangeValid (series bool)

DrIdr
  Fields:
    StartHour (CandleData)
    Retest (Retest)
    CloseZoneBox (series box)
    UpperZoneBox (series box)
    LowerZoneBox (series box)
    UpperLine (series line)
    UpperLevel (series float)
    MidLine (series line)
    MidLevel (series float)
    LowerLine (series line)
    LowerLevel (series float)

면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.