Library "TA" Technical analysis library that provides convenience functions and overrides for tradingview's own ta.* functions in order to work around various limitations.
sma(src, length) Override for ta.sma that allows you to provide series values Parameters: src (float): The source values to process length (int): The length of the source to evaluate for the moving average Returns: float The moving average
ema(src, length) Override for ta.ema that allows you to provide series values Parameters: src (float): The source values to process length (int): The length of the source to evaluate for the moving average Returns: float The moving average
rma(src, length) Override for ta.rma that allows you to provide series values Parameters: src (float): The source values to process length (int): The length of the source to evaluate for the moving average Returns: float The moving average
wma(src, length) Override for ta.wma that allows you to provide series values Parameters: src (float): The source values to process length (int): The length of the source to evaluate for the moving average Returns: float The moving average
vwma(src, length) Override for ta.vwma that allows you to provide series values Parameters: src (float): The source values to process length (int): The length of the source to evaluate for the moving average Returns: float The moving average
ma(src, length, maType) Provide the requested moving average Parameters: src (float): The source values to process length (int): The length of the source to evaluate for the moving average maType (string): The type of moving average to return: SMA (default), EMA, SMMA (RMA), WMA, VWMA Returns: float The moving average
ספריית Pine
ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומי קוד פתוח אחרים, אך השימוש החוזר בקוד זה בפרסומים כפוף לכללי הבית.
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.
ברוח TradingView אמיתית, המחבר פרסם את קוד Pine זה כספריית קוד פתוח כך שמתכנתי Pine אחרים מהקהילה שלנו יוכלו לעשות בו שימוש חוזר. כל הכבוד למחבר! אתה יכול להשתמש בספרייה זו באופן פרטי או בפרסומי קוד פתוח אחרים, אך השימוש החוזר בקוד זה בפרסומים כפוף לכללי הבית.
I release TradingView indicators and libraries designed to make you a better trader. For detailed info about them, head over to improve.trading
גם על:
כתב ויתור
המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.