There are 6 repositories under moving-average topic.
A program for financial portfolio management, analysis and optimisation.
A collection of various technical indicators implemented in Pine Script for the TradingView platform
Repositorio del curso online en Frogames Formación
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
Curvature Corrected Moving Average: An accurate and model-free path smoothing algorithm.
Time Series Analysis and Forecasting in Python
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.
Book and material for the course "Time series analysis with Python" (STA-2003)
🚀 The production-ready subclass of `pandas.DataFrame` to support stock statistics and indicators
A simple Arduino library for calculating moving averages.
Simple AI-powered trading bot for Robinhood
Scripts for using on Binary.com Bots.
Real time peak detection with z-score for Arduino
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.
Simulate stochastic timeseries that follow ARFIMA, ARMA, ARIMA, AR, etc. processes
Moving Average Trading backtest simulator
Calculate an exponential moving average from an array of numbers.
[PineScript] Dosyalar pek çok uygulama başlığına dair özgün, birbirinden bağımsız açık kaynak kodlarını içerir.
Financial indicators for use with Data-Forge
Arima, Sarima, LSTM, Prophet, DeepAR, Kats, Granger-causality, Autots
Forecasting Monthly Sales of French Champagne - Perrin Freres
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.
Collection of personal tools used for strategies analysis and algorithmic trading on Binance exchange.
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.
Binario is an expert advisor that uses a rather unconventional moving average strategy to trade.
Moving average filter library
An Efficient moving average implementation intended to be used for micro-controllers.
My life dashboard - automatically track and visualize your data. Using common tracker APIs to create a minute by minute representation of your day.
Time Series Forecasting Methods — A collection of Python implementations for essential time series forecasting techniques, including Simple, Double, Triple Exponential Smoothing, and Moving Averages.