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)

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.