antifragileer

Adxl

antifragileer מעודכן   
Library "Adxl"
Functions to calculate the Average Directional Index

getDirectionUp(bar, lookback)
  Bar high changed from open for bar
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getDirectionDown(bar, lookback)
  Bar low changed from open for bar
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getPositiveDirectionalMovement(bar, lookback)
  Positive directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getNegativeDirectionalMovement(bar, lookback)
  Negative directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: series int The lookback period
  Returns: series float

getTrueRangeMovingAverage(bar, lookback)
  True range moving average for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getDirectionUpIndex(bar, lookback)
  Direction up index for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getDirectionDownIndex(bar, lookback)
  Direction down index for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getTotalDirectionIndex(bar, lookback)
  Total direction index for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int

getAverageDirectionalIndex(bar, lookback)
  Average Directional Index (ADX) for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
    lookback: simple int The lookback period
  Returns: series int
הערות שחרור:
v2

Updated:
getPositiveDirectionalMovement(bar)
  Positive directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
  Returns: series float

getNegativeDirectionalMovement(bar)
  Negative directional movement for bar during lookback
  Parameters:
    bar: series int The bar to calculate at
  Returns: series float
הערות שחרור:
v3
הערות שחרור:
v4
הערות שחרור:
v5

Added:
getChange(bar, lookback)
  Bar close from open for bar during lookback
  Parameters:
    bar: series int The bars back to calculate at
    lookback: series int The lookback period
  Returns: series float
ספריית Pine

ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומים אחרים בקוד פתוח, אך השימוש החוזר בקוד זה בפרסום כפוף לכללי הבית.

כתב ויתור

המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.

רוצה להשתמש בספרייה זו?

העתק את השורה הבאה והדבק אותה בסקריפט שלך.