├── .gitignore ├── 3commas.py ├── BBRSITV.py ├── Canals.py ├── README.md ├── RSIDivergence.py ├── SMAOffset.py ├── SMAOffsetProtectOptV1.py ├── SqueezeMomentum.py ├── TrailingBuyStrat.py └── Uptrend.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/.gitignore -------------------------------------------------------------------------------- /3commas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/3commas.py -------------------------------------------------------------------------------- /BBRSITV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/BBRSITV.py -------------------------------------------------------------------------------- /Canals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/Canals.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/README.md -------------------------------------------------------------------------------- /RSIDivergence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/RSIDivergence.py -------------------------------------------------------------------------------- /SMAOffset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/SMAOffset.py -------------------------------------------------------------------------------- /SMAOffsetProtectOptV1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/SMAOffsetProtectOptV1.py -------------------------------------------------------------------------------- /SqueezeMomentum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/SqueezeMomentum.py -------------------------------------------------------------------------------- /TrailingBuyStrat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/TrailingBuyStrat.py -------------------------------------------------------------------------------- /Uptrend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thierryjmartin/freqtrade-stuff/HEAD/Uptrend.py --------------------------------------------------------------------------------