TradingView
chhagansinghmeena
2023년 4월 30일 오후 12시 30분

BankNifty_CSM 

Nifty Bank IndexNSE

설명

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)

릴리즈 노트

v2

Added:
candlepatternbullish()

candlepatternbearish()

릴리즈 노트

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)

릴리즈 노트

v4
Minor code , color added and corrections

릴리즈 노트

v5
Minor corrections and text changes

릴리즈 노트

v6

릴리즈 노트

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)

릴리즈 노트

v8

릴리즈 노트

v9

릴리즈 노트

v10

릴리즈 노트

v11

릴리즈 노트

v12

릴리즈 노트

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)

릴리즈 노트

v14

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

릴리즈 노트

v15

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

릴리즈 노트

v16

Updated:
getGradientColor(isFirstbar, src, length, beta, isSmoothed)
  Parameters:
    isFirstbar (bool)
    src (float)
    length (simple int)
    beta (float)
    isSmoothed (bool)
코멘트
pshelar837
Hello can you provide access to 1 minute indicator and what is use of that
chhagansinghmeena
@pshelar837, Thank you for reaching out to us regarding the 1-minute indicator. I apologize for any confusion, but it seems that there might be a misunderstanding. We don't currently have a 1-minute indicator available in our library.

To better assist you, could you please provide more details about the specific indicator you are referring to or the context in which it is used? This will allow us to better understand your needs and provide the appropriate assistance.

Thank you for your understanding, and I look forward to your response.
pshelar837
@chhagansinghmeena, on this indicator you have displayed one picture there is on indicator called 1 minute ML + candel EXP
chhagansinghmeena
@pshelar837, The script is currently undergoing development and is being thoroughly backtested with various scenarios. Once this process is complete, I will publish it here.
더보기