PINE LIBRARY

Heikinashi

업데이트됨
Library "Heikinashi"
This library calculates "Heikinashi".

calc(_o, _h, _l, _c, _my_close)
  This function calculates "Heikinashi".
  Parameters:
    _o: open
    _h: high
    _l: low
    _c: close
    _my_close: Specify if you want to force only the closing price to a real value.
  Returns: TODO: add what function returns
릴리즈 노트
v2
Added sample code for multiple averaged heikinashi.
릴리즈 노트
v3

Added:
calcFor(_o, _h, _l, _c, _close_type, _times)
  This function calculates "Heikinashi".
  Parameters:
    _o: open
    _h: high
    _l: low
    _c: close
    _close_type: ['ohlc4', 'hlc3', 'oc2', 'hl2', 'close'] Sets the calculation method to be used for the closing price.
    _times: Sets how many times to average.(min:1, max:10)
  Returns: TODO: add what function returns

Updated:
calc(_o, _h, _l, _c, _close_type)
  This function calculates "Heikinashi".
  Parameters:
    _o: open
    _h: high
    _l: low
    _c: close
    _close_type: ['ohlc4', 'hlc3', 'oc2', 'hl2', 'close'] Sets the calculation method to be used for the closing price.
  Returns: TODO: add what function returns
릴리즈 노트
v4
Performance Improvement
릴리즈 노트
v5
Bug fixed.

Added:
calcFor_v1(_o, _h, _l, _c, _close_type, _times)
  This function calculates "Heikinashi".
  Parameters:
    _o: open
    _h: high
    _l: low
    _c: close
    _close_type: ['ohlc4', 'hlc3', 'oc2', 'hl2', 'close'] Sets the calculation method to be used for the closing price.
    _times: Sets how many times to average.(min:1, max:10)
  Returns: TODO: add what function returns
릴리즈 노트
v6
Added the source types "ohlc4 smoothed".
릴리즈 노트
v7

Removed:
calcFor_v1(_o, _h, _l, _c, _close_type, _times)
  This function calculates "Heikinashi".
릴리즈 노트
v8
revert v1

Added:
calcFor_v1(_o, _h, _l, _c, _close_type, _times)
  This function calculates "Heikinashi".
  Parameters:
    _o (float): open
    _h (float): high
    _l (float): low
    _c (float): close
    _close_type (string): ['ohlc4', 'hlc3', 'oc2', 'hl2', 'close'] Sets the calculation method to be used for the closing price.
    _times (int): Sets how many times to average.(min:1, max:10)
  Returns: TODO: add what function returns
릴리즈 노트
v9

Added:
f_heikinashi_close(_type, _o, _h, _l, _c)
  Parameters:
    _type (string)
    _o (float)
    _h (float)
    _l (float)
    _c (float)
릴리즈 노트
v10

calcfor algo improved.
bar_typesheikin-ashi

파인 라이브러리

진정한 TradingView 정신에 따라, 저자는 이 파인 코드를 다른 파인 프로그래머들이 재사용할 수 있도록 오픈 소스 라이브러리로 공개했습니다. 저자에게 박수를 보냅니다! 이 라이브러리는 개인적으로 사용하거나 다른 오픈 소스 출판물에서 사용할 수 있지만, 이 코드를 출판물에서 재사용하는 것은 하우스 룰에 의해 관리됩니다.


또한 다음에서도:

면책사항