stable/scripts/plot_profit.py

12 lines
296 B
Python
Raw Normal View History

2018-01-12 09:55:49 +00:00
#!/usr/bin/env python3
2018-01-12 09:55:49 +00:00
import sys
print("This script has been integrated into freqtrade "
"and its functionality is available by calling `freqtrade plot-profit`.")
print("Please check the documentation on https://www.freqtrade.io/en/latest/plotting/ "
"for details.")
2018-01-12 09:55:49 +00:00
sys.exit(1)