All Projects → lamres → renko_trend_following_strategy_catalyst

lamres / renko_trend_following_strategy_catalyst

Licence: other
Example of adaptive trend following strategy based on Renko

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to renko trend following strategy catalyst

Chanlun
文件 笔和线段的一种划分.py,只需要把k线high,low数据输入,就能自动实现笔,线段,中枢,买卖点,走势类型的划分了。可以把sh.csv 作为输入文件。个人简历见.pdf。时间的力量。有人说择时很困难,有人说选股很容易,有人说统计套利需要的IT配套设施很重要。还有人说系统有不可测原理。众说纷纭。分布式的系统,当你的影响可以被忽略,你才能实现,Jiang主席所谓之,闷声发大财。
Stars: ✭ 206 (+216.92%)
Mutual labels:  trading, trading-strategies, trading-algorithms
awesome-pinescript
A Comprehensive Collection of Everything Related to Tradingview Pine Script.
Stars: ✭ 563 (+766.15%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (+281.54%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (+133.85%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (+52.31%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Py Market Profile
A library to calculate Market Profile (aka Volume Profile) for financial data from a Pandas DataFrame.
Stars: ✭ 153 (+135.38%)
Mutual labels:  trading, trading-strategies, trading-algorithms
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (+249.23%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Quant
Codera Quant is a Java framework for algorithmic trading strategies development, execution and backtesting via Interactive Brokers TWS API or other brokers API
Stars: ✭ 104 (+60%)
Mutual labels:  trading, trading-strategies, trading-algorithms
LickHunterPRO
Cryptocurrency Trading Bot that looks for large pools of liquidity getting liquidated on margin trading, when it finds these it counter trades them!
Stars: ✭ 114 (+75.38%)
Mutual labels:  trading, trading-strategies, trading-algorithms
algotrading-example
algorithmic trading backtest and optimization examples using order book imbalances. (bitcoin, cryptocurrency, bitmex, binance futures, market making)
Stars: ✭ 169 (+160%)
Mutual labels:  trading, trading-strategies, trading-algorithms
quick trade
convenient script for trading with python.
Stars: ✭ 63 (-3.08%)
Mutual labels:  trading, trading-strategies, trading-algorithms
TradingView-Machine-Learning-GUI
Let Python optimize the best stop loss and take profits for your TradingView strategy.
Stars: ✭ 396 (+509.23%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (+103.08%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Openalgo
💹 openAlgo is a public repository for various work product relavant to algorithms and the high frequency low latency electronic trading space with a bias toward market microstructure as well as exchange traded futures and options.
Stars: ✭ 158 (+143.08%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Turingtrader
The Open-Source Backtesting Engine/ Market Simulator by Bertram Solutions.
Stars: ✭ 132 (+103.08%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Eiten
Statistical and Algorithmic Investing Strategies for Everyone
Stars: ✭ 2,197 (+3280%)
Mutual labels:  statistics, trading-strategies, trading-algorithms
Tradingview Alert Binance Trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 100 (+53.85%)
Mutual labels:  trading, trading-strategies, trading-algorithms
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (+53.85%)
Mutual labels:  trading, trading-strategies, trading-algorithms
tradingview-alert-binance-trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 153 (+135.38%)
Mutual labels:  trading, trading-strategies, trading-algorithms
roq-samples
How to use the Roq C++20 API for Live Cryptocurrency Algorithmic and High-Frequency Trading as well as for Back-Testing and Historical Simulation
Stars: ✭ 119 (+83.08%)
Mutual labels:  trading, trading-strategies, trading-algorithms

renko_trend_following_strategy_catalyst

Example of adaptive trend following strategy based on Renko. This article describes the strategy https://medium.com/@sermal/adaptive-trend-following-trading-strategy-based-on-renko-9248bf83554

Article about optimizer script https://towardsdatascience.com/bayesian-optimization-in-trading-77202ffed530

This strategy uses Catalyst framework for backtesting https://enigma.co/catalyst/beginner-tutorial.html

Project contains:

renko_trend_following.py - main file. You should execute this file by python in Catalyst environment.

perf_TradingPair(452516 [eth_btc]).csv - you get this file when the main script is executed. The file contains basic stats of performance.

perf_analysis_pyfolio.ipynb - this ipython-notebook carries out an advanced analytics using csv-file.

pyrenko.py - necessary file to analysis. You can find the latest version here https://github.com/quantroom-pro/pyrenko

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].