All Projects → prodipta → R Examples

prodipta / R Examples

Licence: gpl-2.0
Example of intraday stop loss behaviour

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to R Examples

Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+11500%)
Mutual labels:  trading, trading-strategies
Freqtrade Strategies
Free trading strategies for Freqtrade bot
Stars: ✭ 697 (+13840%)
Mutual labels:  trading, trading-strategies
Awesome Algorithmic Trading
A curated list of awesome algorithmic trading frameworks, libraries, software and resources
Stars: ✭ 328 (+6460%)
Mutual labels:  trading, trading-strategies
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+73700%)
Mutual labels:  trading, trading-strategies
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (+9620%)
Mutual labels:  trading, trading-strategies
51bitquant
51bitquant Python数字货币量化交易视频 CCXT框架 爬取交易所数据 比特币量化交易 交易机器人51bitquant tradingbot cryptocurrency quantitative trading btc trading
Stars: ✭ 284 (+5580%)
Mutual labels:  trading, trading-strategies
Sgx Full Orderbook Tick Data Trading Strategy
Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
Stars: ✭ 733 (+14560%)
Mutual labels:  trading, trading-strategies
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (+320%)
Mutual labels:  trading, trading-strategies
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (+8880%)
Mutual labels:  trading, trading-strategies
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+91920%)
Mutual labels:  trading, trading-strategies
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (+5060%)
Mutual labels:  trading, trading-strategies
Alphapy
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Stars: ✭ 564 (+11180%)
Mutual labels:  trading, trading-strategies
tvjs-overlays
💴 Collection of overlays made by the TradingVueJs community
Stars: ✭ 65 (+1200%)
Mutual labels:  trading, trading-strategies
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+99480%)
Mutual labels:  trading, trading-strategies
renko trend following strategy catalyst
Example of adaptive trend following strategy based on Renko
Stars: ✭ 65 (+1200%)
Mutual labels:  trading, trading-strategies
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (+6600%)
Mutual labels:  trading, trading-strategies
MoniGoMani
Isn't that what we all want? Our money to go many? Well that's what this framework/strategy hopes to do for you! By giving you & HyperOpt a lot of signals to alter the weights from.
Stars: ✭ 868 (+17260%)
Mutual labels:  trading, trading-strategies
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (+1880%)
Mutual labels:  trading, trading-strategies
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (+6980%)
Mutual labels:  trading, trading-strategies
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+113400%)
Mutual labels:  trading-strategies, trading

R Example Repository

Barrier Hit Probability

This is an example R code which analyzes the impact of stop loss/ take profit on trading strategies. The approach taken here is to treat the problem as that of barrier hitting probabilities under geometric brownian motion. See http://prodiptag.blogspot.com/2015/08/systematic-strategy-high-probability.html for details.

NIFTY Option Chain

This is an R program to download the current option chain trading on NSE NIFTY Index. This program accesses the data from a dynamic website, and uses the R Selenium package to download both the futures data as well as option chains. The resulting option chain table can be used for calibrating a suitable volatility model. For more on the later, see https://github.com/prodipta/bsoption

Technical Pattern Back-testing

This example demonstrates a back-test of technical pattern performance for many different stock indices. This uses the R package techchart https://github.com/prodipta/techchart to define and extract technical pattern from time series data. See the discussions at http://prodiptag.blogspot.com/2017/01/systematic-trading-back-testing.html for further details.

Wide and Deep in R

This is an example set-up for designing and training a wide-n-deep TensorFlow model in R (which is now a breeze thanks to the recently released Keras interface from R Studio). See the discussion for more details at http://prodiptag.blogspot.com/2017/06/off-topic-wide-and-deep-learning-in-r.html

Auto-encoder

This is an set-up for extracting (time-series) momentum factors from a set of technical inputs using a 2 layer 3 latent dimension autoencoding based on the Keras/ TensorFlow framework. See the discussion for more details at http://prodiptag.blogspot.co.uk/2017/10/systematic-trading-using-autoencoder.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].