PINE LIBRARY

SumOfCandles

已更新
Library "SumOfCandles"
This function returns sum of candlestick's body.

calc(_open, _close, _len, _malen, _usema)
  Returns the sum of candlestick body.
  Parameters:
    _open: Source
    _close: Source
    _len: Period
    _malen: MA Period
    _usema: A flag of using MA
  Returns: sum

calc(_len, _malen, _usema)
  Returns the sum of candlestick body.
  Parameters:
    _len: Period
    _malen: MA period
    _usema: A flag of using MA
  Returns: sum
發行說明
v2

Added:
simple_sum(_int)
  This function returns a value without any post-processing.
  Parameters:
    _int: Period
techindicator

Pine腳本庫

在真正的TradingView精神中,作者將這段Pine程式碼發佈為開源程式庫,以便我們社群的其他Pine程式設計師可以重複使用它。請向作者致敬!您可以私下使用這個函式庫,或在其他開源出版品中使用,但在出版物中再次使用這段程式碼將受到網站規則的約束。


更多:

免責聲明