This is a working strategy on Mac. Has the pre-canned strategies from the freqtrade repository.
2 lines
65 B
Python
2 lines
65 B
Python
from freqtrade.strategy.interface import IStrategy # noqa: F401
|