chhagansinghmeena

BankNifty_CSM

chhagansinghmeena Aktualisiert   
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)
Versionshinweise:
v2

Added:
candlepatternbullish()

candlepatternbearish()
Versionshinweise:
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)
Versionshinweise:
v4
Minor code , color added and corrections
Versionshinweise:
v5
Minor corrections and text changes
Versionshinweise:
v6
Versionshinweise:
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)
Versionshinweise:
v8
Versionshinweise:
v9
Versionshinweise:
v10
Versionshinweise:
v11
Versionshinweise:
v12
Versionshinweise:
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)
Versionshinweise:
v14

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

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

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

In echter TradingView-Manier hat der Autor diesen Pine-Code als Open-Source-Bibliothek veröffentlicht, so dass andere Pine-Programmierer aus unserer Community ihn weiterverwenden können. Ein Hoch auf den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Publikationen verwenden, aber die Wiederverwendung dieses Codes in einer Publikation unterliegt den Hausregeln.

Haftungsausschluss

Die Informationen und Veröffentlichungen sind nicht als Finanz-, Anlage-, Handels- oder andere Arten von Ratschlägen oder Empfehlungen gedacht, die von TradingView bereitgestellt oder gebilligt werden, und stellen diese nicht dar. Lesen Sie mehr in den Nutzungsbedingungen.

Möchten Sie diese Bibliothek nutzen?

Kopieren Sie die folgende Zeile und fügen Sie sie in Ihr Skript ein.