OPEN-SOURCE SCRIPT

Averages - PineCoders FAQ

Atualizado
█ 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.

Notas de Lançamento

  • Made code for cases 2 and 3 into functions.
  • Added examples of multiple-result functions.
Notas de Lançamento

Conversion to v4.
Notas de Lançamento
Fixes to comments.
Notas de Lançamento
Simplified Case 1 code.
Notas de Lançamento
Changes to comments.
Notas de Lançamento
Updated calculations.
Notas de Lançamento
v8
Rewrite of code using techniques that eliminate all `for` loops.
Notas de Lançamento
v9
Functionalized case 1.
averagefaqMoving Averagespinecoders

Script de código aberto

No verdadeiro espírito do TradingView, o autor desse script o publicou como código aberto, para que os traders possam compreendê-lo e analisá-lo. Parabéns ao autor! Você pode usá-lo gratuitamente, mas a reutilização desse código em publicações é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.

Quer usar esse script no gráfico?


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
Também em:

Aviso legal