├── .gitattributes ├── README.md ├── perf_TradingPair(452516 [eth_btc]).csv ├── perf_analysis_pyfolio.ipynb ├── pyrenko.py ├── renko_trend_following.py └── renko_trend_following_optimizer.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamres/renko_trend_following_strategy_catalyst/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamres/renko_trend_following_strategy_catalyst/HEAD/README.md -------------------------------------------------------------------------------- /perf_TradingPair(452516 [eth_btc]).csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamres/renko_trend_following_strategy_catalyst/HEAD/perf_TradingPair(452516 [eth_btc]).csv -------------------------------------------------------------------------------- /perf_analysis_pyfolio.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamres/renko_trend_following_strategy_catalyst/HEAD/perf_analysis_pyfolio.ipynb -------------------------------------------------------------------------------- /pyrenko.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamres/renko_trend_following_strategy_catalyst/HEAD/pyrenko.py -------------------------------------------------------------------------------- /renko_trend_following.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamres/renko_trend_following_strategy_catalyst/HEAD/renko_trend_following.py -------------------------------------------------------------------------------- /renko_trend_following_optimizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lamres/renko_trend_following_strategy_catalyst/HEAD/renko_trend_following_optimizer.py --------------------------------------------------------------------------------