Fix repo links to point under freqtrade org

This commit is contained in:
Samuel Husso
2018-06-05 13:33:44 +03:00
parent d7ba619517
commit 886cba77fe
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import pandas as pd
"""
Indicators for Freqtrade
author@: Gerald Lonlas
github@: https://github.com/glonlas/freqtrade-strategies
github@: https://github.com/freqtrade/freqtrade-strategies
"""
def pivots_points(dataframe: pd.DataFrame, timeperiod=30, levels=3) -> pd.DataFrame: