OPEN-SOURCE SCRIPT
Обновлено

Averages - PineCoders FAQ

9 785
█ WARNING


The publication of our ConditionalAverages library has deprecated this publication.



█ ORIGINAL DESCRIPTION


The need to calculate averages (arithmetic mean) comes up here and there in scripts. When you want the average of a value only when a given condition has occurred, you will often not be able to use the standard sma function in Pine because it will average all values in the series. Even if you take care to use your condition to set non-conforming values to zero, this ends up skewing your results with zero values.

This script calculates:
1. The running average of all up volumes,
2. The average of last x occurrences of up volume ,
3. The average up volume occurrences in last y bars.



Look first. Then leap.

Информация о релизе

  • Made code for cases 2 and 3 into functions.
  • Added examples of multiple-result functions.
Информация о релизе

Conversion to v4.
Информация о релизе
Fixes to comments.
Информация о релизе
Simplified Case 1 code.
Информация о релизе
Changes to comments.
Информация о релизе
Updated calculations.
Информация о релизе
v8
Rewrite of code using techniques that eliminate all `for` loops.
Информация о релизе
v9
Functionalized case 1.

Отказ от ответственности

Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.