chhagansinghmeena

BankNifty_CSM

chhagansinghmeena Updated   
Library "BankNifty_CSM"
TODO: add library description here

getLtp_N_Chang(openPrice, closePrice, highPrice, hl2Price, lowPrice, hlc3Price, bankNiftyClose)
  Parameters:
    openPrice (float)
    closePrice (float)
    highPrice (float)
    hl2Price (float)
    lowPrice (float)
    hlc3Price (float)
    bankNiftyClose (float)
Release Notes:
v2

Added:
candlepatternbullish()

candlepatternbearish()
Release Notes:
v3

Added:
getADX_Prediction(highPrice, lowPrice)
  Parameters:
    highPrice (float)
    lowPrice (float)

get_RSI_Prediction(closePrice, bnfprice, Ex_RS)
  Parameters:
    closePrice (float)
    bnfprice (float)
    Ex_RS (int)

get_MFI_Prediction(hlc3Price, bnfprice, Ex_RS)
  Parameters:
    hlc3Price (float)
    bnfprice (float)
    Ex_RS (int)

frama_Calculation(src, length, mult)
  Parameters:
    src (float)
    length (int)
    mult (float)

CSM_CPMA(length, price, HL2, Open, High, Low, OHLC4, HLC3, HLCC4)
  Parameters:
    length (simple int)
    price (float)
    HL2 (float)
    Open (float)
    High (float)
    Low (float)
    OHLC4 (float)
    HLC3 (float)
    HLCC4 (float)
Release Notes:
v4
Minor code , color added and corrections
Release Notes:
v5
Minor corrections and text changes
Release Notes:
v6
Release Notes:
v7

Added:
BullishCandlePatternOnDownTrend(C_Len, C_ShadowPercent, C_ShadowEqualsPercent, C_DojiBodyPercent, C_Factor)
  Parameters:
    C_Len (simple int)
    C_ShadowPercent (float)
    C_ShadowEqualsPercent (float)
    C_DojiBodyPercent (float)
    C_Factor (int)

BearishCandlePatternOnUpTrend(C_Len, C_ShadowPercent, C_ShadowEqualsPercent, C_DojiBodyPercent, C_Factor)
  Parameters:
    C_Len (simple int)
    C_ShadowPercent (float)
    C_ShadowEqualsPercent (float)
    C_DojiBodyPercent (float)
    C_Factor (int)

Updated:
getLtp_N_Chang(openPrice, closePrice, highPrice, hl2Price, lowPrice, hlc3Price, stockLastClosePrice, bankNiftyClose)
  Parameters:
    openPrice (float)
    closePrice (float)
    highPrice (float)
    hl2Price (float)
    lowPrice (float)
    hlc3Price (float)
    stockLastClosePrice (float)
    bankNiftyClose (float)

candlepatternbullish(C_Len, C_ShadowPercent, C_ShadowEqualsPercent, C_DojiBodyPercent)
  Parameters:
    C_Len (simple int)
    C_ShadowPercent (float)
    C_ShadowEqualsPercent (float)
    C_DojiBodyPercent (float)

candlepatternbearish(C_Len, C_ShadowPercent, C_ShadowEqualsPercent, C_DojiBodyPercent)
  Parameters:
    C_Len (simple int)
    C_ShadowPercent (float)
    C_ShadowEqualsPercent (float)
    C_DojiBodyPercent (float)
Release Notes:
v8
Release Notes:
v9
Release Notes:
v10
Release Notes:
v11
Release Notes:
v12
Release Notes:
v13

Added:
entryExitinStrategy(longCondition, shortCondition, window, longTakeProfit, shortTakeProfit, LossstratA, trailingTakeProfit)
  Parameters:
    longCondition (bool)
    shortCondition (bool)
    window (bool)
    longTakeProfit (float)
    shortTakeProfit (float)
    LossstratA (float)
    trailingTakeProfit (float)
Release Notes:
v14

Added:
getGradientColor(src, length, beta)
  Parameters:
    src (float)
    length (simple int)
    beta (float)
Release Notes:
v15

Updated:
getGradientColor(isFirstbar, src, length, beta)
  Parameters:
    isFirstbar (bool)
    src (float)
    length (simple int)
    beta (float)
Release Notes:
v16

Updated:
getGradientColor(isFirstbar, src, length, beta, isSmoothed)
  Parameters:
    isFirstbar (bool)
    src (float)
    length (simple int)
    beta (float)
    isSmoothed (bool)
Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.