From e68890735fd308bcb39decec4b7cf0c907a4718c Mon Sep 17 00:00:00 2001 From: Colton Deegan Date: Fri, 24 Apr 2020 22:24:40 -0600 Subject: [PATCH] Working Strategy This is a working strategy on Mac. Has the pre-canned strategies from the freqtrade repository. --- freqtrade/strategy/{__init__.py => __init__ copy.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename freqtrade/strategy/{__init__.py => __init__ copy.py} (100%) diff --git a/freqtrade/strategy/__init__.py b/freqtrade/strategy/__init__ copy.py similarity index 100% rename from freqtrade/strategy/__init__.py rename to freqtrade/strategy/__init__ copy.py