-
Not an issue however, I noticed in your code you are looping 10 values then dividing by 10 to get the average. Lookup moving average.
I have found doing this way is not smooth on slower devices.
…
-
Feature request for a Smoothed Moving Average:
The first value for the Smoothed Moving Average is calculated as a Simple Moving Average (SMA):
SUM1=SUM (CLOSE, N)
SMMA1 = SUM1/ N
The second and …
-
Lately, https://dotty-bench.epfl.ch has looked pretty eratic:
![Screenshot_20241001_225413](https://github.com/user-attachments/assets/5846ac91-3cdd-44c9-a242-892f4de28e61)
Zooming out and enab…
-
Convert the plot simple moving average lines over to centered moving averages.
-
using EMA during training often leads to better results, and is a standard technique these days in training models.
-
Adding a moving average (rather than an infinite aquisition) to see some time evolution or to allows pointing mouvements.
The reference image for the tracking could be the first one of the ongoing (…
-
This is just decaying sum / decaying count
-
**Is your feature request related to a problem?**
Adding a new PPL `trendline` command to support computing a moving averages of fields.
We would like to support two flavours of moving average:
…
-
How about implementing the moving average method ? Calculate the moving average. Buy if the current value is below the average and increasing . Sell if the current value is is above the moving averag…
-
This file is empty: https://github.com/andrewcparnell/jags_examples/blob/master/R%20Code/jags_moving_average.R
It's not critical for me, but I just wanted to give you a heads up. Great repository.
…