moving-average
There are 309 repositories under moving-average topic.
fmilthaler/FinQuant
A program for financial portfolio management, analysis and optimisation.
greyblake/ta-rs
Technical analysis library for Rust language
everget/tradingview-pinescript-indicators
A collection of various technical indicators implemented in Pine Script for the TradingView platform
amv-dev/yata
Yet Another Technical Analysis library [for Rust]
joanby/trading-algoritmico-a-z-con-python
Repositorio del curso online en Frogames Formación
deshwalmahesh/NSE-Stock-Scanner
National Stock Exchange (NSE), India based Stock screener program. Supports Live Data, Swing / Momentum Trading, Intraday Trading, Connect to online brokers as Zerodha Kite, Risk Management, Emotion Control, Screening, Strategies, Backtesting, Automatic Stock Downloading after closing, live free day trading data and much more
UniBwTAS/ccma
Curvature Corrected Moving Average: An accurate and model-free path smoothing algorithm.
ajitsingh98/Time-Series-Analysis-and-Forecasting-with-Python
Time Series Analysis and Forecasting in Python
alanvito1/ORSTAC
This repository is the largest collection of scripts for use on Binary or Deriv bots. It is powered by Deriv and contains a wide variety of scripts that can be used to enhance and automate trading strategies on these platforms.
FilippoMB/python-time-series-handbook
Book and material for the course "Time series analysis with Python" (STA-2003)
kaelzhang/stock-pandas
🚀 The production-ready subclass of `pandas.DataFrame` to support stock statistics and indicators
JChristensen/movingAvg
A simple Arduino library for calculating moving averages.
binary-ex-machina/binary.com-bot
Scripts for using on Binary.com Bots.
siropkin/robinhood-ai-trading-bot
Simple AI-powered trading bot for Robinhood
leandcesar/PeakDetection
Real time peak detection with z-score for Arduino
vishnukanduri/Time-series-analysis-in-Python
I perform time series analysis of data from scratch. I also implement The Autoregressive (AR) Model, The Moving Average (MA) Model, The Autoregressive Moving Average (ARMA) Model, The Autoregressive Integrated Moving Average (ARIMA) Model, The ARCH Model, The GARCH model, Auto ARIMA, forecasting and exploring a business case.
JuliaDynamics/ARFIMA.jl
Simulate stochastic timeseries that follow ARFIMA, ARMA, ARIMA, AR, etc. processes
kaelzhang/finmath
The collections of simple, weighted, exponential, smoothed moving averages.
doowb/sma
Calculate the simple moving average of an array.
jonschlinkert/exponential-moving-average
Calculate an exponential moving average from an array of numbers.
jerryshell/midas
Moving Average Trading backtest simulator
dgfctr/PineScript
[PineScript] Dosyalar pek çok uygulama başlığına dair özgün, birbirinden bağımsız açık kaynak kodlarını içerir.
data-forge/data-forge-indicators
Financial indicators for use with Data-Forge
gulabpatel/TimeSeries
Arima, Sarima, LSTM, Prophet, DeepAR, Kats, Granger-causality, Autots
ManojKumarMaruthi/Time-Series-Forecasting
Forecasting Monthly Sales of French Champagne - Perrin Freres
EarnForex/MTF_MA
Multi-Timeframe Moving Average
navdeep-G/tslib
Time Series Analysis in Java
AlexandreHiroyuki/MovingAveragePlus
Moving Average Plus is a C++ library that implements a moving average on the Arduino platform. Performance and usability are the two focuses I thought of when creating this library, so every improvement tip is welcome. It is useful for filtering noisy data from sensors, for example.
IsaacCheng9/quant-trading-strategy-backtester
A quantitative trading strategy backtester with an interactive dashboard. Enables users to implement, test, and visualise trading strategies using historical market data, featuring customisable parameters and key performance metrics. Developed with Python and Polars.
mxmCherry/movavg
Moving Average calculator for Go (Golang)
philipzabicki/binance-algotrading
Collection of personal tools used for strategies analysis and algorithmic trading on Binance exchange.
binarymaker/moving-average-filter
Moving average filter library
mhtb32/EfficientMovingAverage
An Efficient moving average implementation intended to be used for micro-controllers.
pleonova/data-diary
My life dashboard - automatically track and visualize your data. Using common tracker APIs to create a minute by minute representation of your day.
EarnForex/Binario
Binario is an expert advisor that uses a rather unconventional moving average strategy to trade.
RenatoMaynard/Time-series-forecasting-methods
Time Series Forecasting Methods — A collection of Python implementations for essential time series forecasting techniques, including Simple, Double, Triple Exponential Smoothing, and Moving Averages.