PINE LIBRARY

OHLC_Strategy_Library

71
Library "OHLC_Strategy_Library"

f_getPriceType(displayOption, openPrice, highPrice, lowPrice, closePrice, prevOpen, prevHigh, prevLow, prevClose)
  Parameters:
    displayOption (string)
    openPrice (float)
    highPrice (float)
    lowPrice (float)
    closePrice (float)
    prevOpen (float)
    prevHigh (float)
    prevLow (float)
    prevClose (float)

f_getTimeframeGroup(groupSelector)
  Parameters:
    groupSelector (string)

f_calculateHeikinAshi(openPrice, highPrice, lowPrice, closePrice, prevHaOpen, prevHaClose)
  Parameters:
    openPrice (float)
    highPrice (float)
    lowPrice (float)
    closePrice (float)
    prevHaOpen (float)
    prevHaClose (float)

f_calculateAverages(priceLevels1, priceLevels2)
  Parameters:
    priceLevels1 (array<float>)
    priceLevels2 (array<float>)

f_withinDateRange(currentTime, startDate, endDate)
  Parameters:
    currentTime (int)
    startDate (int)
    endDate (int)

f_heikinAshiConditions(haOpen, haHigh, haLow, haClose)
  Parameters:
    haOpen (float)
    haHigh (float)
    haLow (float)
    haClose (float)

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.