OPEN-SOURCE SCRIPT

Averages - PineCoders FAQ

업데이트됨
█ 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.
averagefaqMoving Averagespinecoders

오픈 소스 스크립트

진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

차트에 이 스크립트를 사용하시겠습니까?


Tools and ideas for all Pine coders: pinecoders.com
Our Pine FAQ & Code: pinecoders.com/faq_and_code/
Pine news broadcasts: t.me/PineCodersSquawkBox or twitter.com/PineCoders
또한 다음에서도:

면책사항