You cannot vote on your own post 0 I am trying to create a stock candle with MA(15) on daily data. I can create a chart with OHLC bar without any problem.
I need to keep track of the last 7 days work hours in a flat file reading loop. It\'s being used to measure \'fatigueability\' of work rosters.
Language: C++ Development Environment: Microsoft Visual C++ Libraries Used: MFC Problem: This should be fairly simple, but I can\'t quite wrap my head around it. I\'m attempting to calculate a roll
I am trying to create a function that computes a windowed moving average in SQLServer 2008. I am quite new to SQL so I am having a fair bit of difficulty. The data that I am trying to perform the movi
I have a method that calculates the moving median value of a time series. Like a moving average, it use a fixed window or period (sometimes referred to as the look back period).
I have a time series in the form of a SortedList<dateTime,double>. I would like to calculate a moving average of this series. I can do this using simple for loops. I was wondering if there is a
I want to filter the accelerometer values using a m开发者_如何学Gooving average, how is this done?
Is there a pythonic way to build up a list that contains a running average of some function? After reading a fun little piece about Martians, black boxes, and the Cauchy distribution, I thought it wo
I have the following table: dateuser_city 2000-01-01 amsterdam 2000-01-01 copenhagen 2000-01-01 amsterdam