Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.286 Times

Moving Average Convergence Divergence software
Filter: All | Freeware | Demo
 

Moving Average Convergence Divergence

1 2 3 4 5 > 
Added: April 03, 2013 | Visits: 393

Moving Average Filter Implementation of Moving Average filter.The moving average filter operates by averaging a number of points from theinput signal to produce each point in the output signal. In equation form,this is written: 1 M-1Y[i] = --- SUM X[i + j] M j=0



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Moving Average Filter Download

Inverse Distance Weighted (IDW) or Simple Moving Average (SMA) INTERPOLATION This function computes at (Xi,Yi) unknown locations the IDW (w P=1, Q=1 yields interpolation at one point --> P>1, Q=1 yields interpolation at a vector of points --> P>1, Q>1 yields interpolation at a (ir)regular grid of points======================================== INPUTS Xc: (mandatory) [Nx1]...





Platforms: Matlab


Added: August 19, 2013 | Visits: 369

ARFIMA simulations he code performs the simulation of time series with autoregressive fractionally integrated moving average (ARFIMA) models that generalize ARIMA (autoregressive integrated moving average) and ARMA autoregressive moving average models. ARFIMA models allow non-integer values of the differencing...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): ARFIMA simulations Download

Added: April 02, 2013 | Visits: 361

TillsonT3 It calculates the Tillson moving average. The user is able to change the parameters such as the smoothing sweeps and the volume factor


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): TillsonT3 Download

Added: May 25, 2013 | Visits: 452

Fast moving average In terms of behavior, this is an alternative to filter() for a moving-average kernel, except that it is faster. The speed does not depend on the filter length.The code uses a variant of the cumsum-trick, although not the "garden variety" but in a way that does not run into numerical issues for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Fast moving average Download

Released: December 15, 2016  |  Added: December 20, 2016 | Visits: 556

Tulip Cell Perform Technical Analysis in Excel with Tulip Cell, the free technical analysis add-in for Excel! With Tulip Cell, you can quickly and easily do technical in any Excel spreadsheet. Tulip Cell is good for doing technical analysis on stock market data, Forex data, options and derivatives,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 447 KB Download (50): Tulip Cell Download

Released: April 10, 2015  |  Added: May 11, 2015 | Visits: 3.487

Portfolio Optimization The Portfolio Optimization template identifies the optimal capital weightings for a portfolio of financial investments that gives the desired risk and return profile based on the correlation between individual investments. The design of the portfolio optimization model enables it to be applied...


Platforms: Windows, Mac, Windows 8, Windows 7

License: Shareware Cost: $26.00 USD Size: 544 KB Download (203): Portfolio Optimization Download

Estimation value at risk by using Exponentially Weighted Moving Averagege This file contains three m-file which estimate the Value at Risk (VaR) of portfolio composed of two stocks price by using Exponentially Weighted Moving Average.the main function is 'ewmaestimatevar'. For estimating VaR you should use this function. This function also sketch related diagram. at...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Estimation value at risk by using Exponentially Weighted Moving Averagege Download

Added: April 09, 2013 | Visits: 443

movave Very efficient moving average filter implemented using convolution.Usage:Smoothed Data = movave(Data Vector, Averaging Window Size in Samples)See also: slidefilter.m by the same author


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): movave Download

Added: May 08, 2013 | Visits: 510

slidefilter Moving average filter implemented using a "Sliding Sum" technique. Comparatively efficient.Usage:Smoothed Data = slidefilter(Data Vector, Sliding Interval Length in Samples)See also: movave.m


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): slidefilter Download

Added: September 11, 2013 | Visits: 435

CheapHLOCPlot CHEAPHLOCPLOT A free High-Low-Open-Close (and volume and moving average) plot to answer a CSSM thread ("Subject: on using matlab to plot stock charts"). Parm # Description Size Optional ------ ----------- ---- -------- 1 dates 1xN No 2 High prices 1xN No 3 Low prices 1xN No 4 Open prices 1xN No...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): CheapHLOCPlot Download

Added: April 05, 2013 | Visits: 298

mvaverage A moving average implementation using build-in filter, which is very fast.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): mvaverage Download

Released: July 31, 2020  |  Added: January 11, 2021 | Visits: 4.105

Data Curve Fit Creator Add-in Data Curve Fit Creator Add-in is an easy-to-use data analysis add-in for Microsoft Excel. It adds curve fitting, interpolation, and data smoothing functions to Excel. Curve fitting functions include polynomial fits and a versatile local regression (loess) function. Interpolations include...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $79.95 USD Size: 7.12 MB Download (465): Data Curve Fit Creator Add-in Download

Released: June 05, 2012  |  Added: June 05, 2012 | Visits: 616

SmartChart Managing your stock trading activity with “Smart Chart” is a cinch. The program can read practically any ASCII file or MetaStock file and plot the data. The package includes: * Over 30 of the most popular technical indicators into the charting software so you have access to the likes of...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 1.41 MB Download (62): SmartChart Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 757

NeuralCode Neural Networks Trading NeuralCode is an industrial grade Artificial Neural Networks implementation for financial prediction. The software can take data like the Opening price, High, Low, Volume and other technical indicators for predicting or uncovering trends and patterns. It is designed to utilize Supervised Learning...


Platforms: Windows

License: Commercial Cost: $129.00 USD Size: 535 KB Download (68): NeuralCode Neural Networks Trading Download

Added: April 27, 2013 | Visits: 386

Signal Processing blocks This m-file implements a M-point moving average system.The equation is:y(n)=(x(n)+x(n-1)+.....+x(n-M))/M;M is the order of the M-point moving average system.Syntax:y=mpointaverage(input,order)The argument 'input' is the input sequence.The argument 'order' is T,the order of the M-point moving...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Signal Processing blocks Download

Added: July 20, 2013 | Visits: 391

RUNMEAN For vectors, Y = RUNMEAN(X,M) computes a running mean (also known as moving average) on the elements of the vector X. It uses a window of 2*M+1 datapoints. M an positive integer defining (half) the size of the window. In pseudo code: Y(i) = sum(X(j)) / (2*M+1), for j = (i-M):(i+M), and...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): RUNMEAN Download

Added: July 18, 2013 | Visits: 365

GUI Technical Analysis Tool Instructions:1. Give the symbol of the stock.2. Give today's date in the specific format (months-days-year).3. 'GET DATA' button fetches the data from Yahoo server.4. Choose the number of days you want to examine.5. Pick the fast and slow averages used by the functions (remember fast has to be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): GUI Technical Analysis Tool Download

Added: August 11, 2013 | Visits: 317

EWMA St.Dev. This code calculates the Exponentially Weighted Moving Average Standard Deviation Exponentially weighted moving average (EWMA) standard deviation applies different weights to different returns. More recent returns have greater weight on the variance. The exponentially weighted moving average...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): EWMA St.Dev. Download

Released: November 01, 2012  |  Added: December 29, 2012 | Visits: 1.758

MT4 Indicator- Divergence Constructor Free mt4 indicator - Divergence Constructor combines signals from 35 divergence indicators.Using divergence constructor, you can create super divergence indicator - indicator based on combination of several following divergence indicators: 1. AC (Bill Williams' Accelerator/Decelerator...


Platforms: Windows

License: Freeware Size: 604.64 KB Download (91): MT4 Indicator- Divergence Constructor Download

1 2 3 4 5 >