PINE LIBRARY
已更新

Jags_Lib

114
Library "Jags_Lib"
TODO: add library description here

ComplexRejBear(_can)
  Returns whether candle is a rejection based on complex rules within library
  Parameters:
    _can (int)
  Returns: true/false

ComplexRejBull(_can)
  Returns whether candle is a rejection based on complex rules within library
  Parameters:
    _can (int)
  Returns: true/false

bullHCS(_can, _lookback)
  Returns whether current candle is creating a bull HCS
  Parameters:
    _can (int)
    _lookback (int)
  Returns: integer value representing the first candle in the HCS. 0 = no HCS

bearHCS(_can, _lookback)
  Returns whether current candle is creating a bear HCS
  Parameters:
    _can (int)
    _lookback (int)
  Returns: integer value representing the first candle in the HCS. 0 = no HCS

bullIBLQtake(_can, _lookback)
  Returns whether current candle is is a BullRej which has taken IB liquidiy in the last _lookback candles
  Parameters:
    _can (int)
    _lookback (int)
  Returns: integer value representing the first candle in the HCS. 0 = no HCS

bearIBLQtake(_can, _lookback)
  Returns whether current candle is is a BearRej which has taken IB liquidiy in the last _lookback candles
  Parameters:
    _can (int)
    _lookback (int)
  Returns: integer value representing the first candle in the HCS. 0 = no HCS
版本注释
v2

Updated:
bullIBLQtake(_can, _lookback)
  Returns whether current candle is is a BullRej which has taken IB liquidiy in the last _lookback candles
  Parameters:
    _can (int)
    _lookback (int)
  Returns: integer value representing the IB that was found and it's liquidity taken. 0 = not found

bearIBLQtake(_can, _lookback)
  Returns whether current candle is is a BearRej which has taken IB liquidiy in the last _lookback candles
  Parameters:
    _can (int)
    _lookback (int)
  Returns: integer value representing the IB that was found and it's liquidity taken. 0 = not found
版本注释
v3

免责声明

这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。