Fix repo links to point under freqtrade org
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -18,7 +18,7 @@ class Strategy001(IStrategy):
|
||||
"""
|
||||
Strategy 001
|
||||
author@: Gerald Lonlas
|
||||
github@: https://github.com/glonlas/freqtrade-strategies
|
||||
github@: https://github.com/freqtrade/freqtrade-strategies
|
||||
|
||||
How to use it?
|
||||
> python3 ./freqtrade/main.py -s Strategy001
|
||||
|
||||
@@ -16,7 +16,7 @@ class Strategy002(IStrategy):
|
||||
"""
|
||||
Strategy 002
|
||||
author@: Gerald Lonlas
|
||||
github@: https://github.com/glonlas/freqtrade-strategies
|
||||
github@: https://github.com/freqtrade/freqtrade-strategies
|
||||
|
||||
How to use it?
|
||||
> python3 ./freqtrade/main.py -s Strategy002
|
||||
|
||||
@@ -16,7 +16,7 @@ class Strategy003(IStrategy):
|
||||
"""
|
||||
Strategy 003
|
||||
author@: Gerald Lonlas
|
||||
github@: https://github.com/glonlas/freqtrade-strategies
|
||||
github@: https://github.com/freqtrade/freqtrade-strategies
|
||||
|
||||
How to use it?
|
||||
> python3 ./freqtrade/main.py -s Strategy003
|
||||
|
||||
@@ -14,7 +14,7 @@ class Strategy004(IStrategy):
|
||||
"""
|
||||
Strategy 004
|
||||
author@: Gerald Lonlas
|
||||
github@: https://github.com/glonlas/freqtrade-strategies
|
||||
github@: https://github.com/freqtrade/freqtrade-strategies
|
||||
|
||||
How to use it?
|
||||
> python3 ./freqtrade/main.py -s Strategy004
|
||||
|
||||
@@ -16,7 +16,7 @@ class Strategy005(IStrategy):
|
||||
"""
|
||||
Strategy 005
|
||||
author@: Gerald Lonlas
|
||||
github@: https://github.com/glonlas/freqtrade-strategies
|
||||
github@: https://github.com/freqtrade/freqtrade-strategies
|
||||
|
||||
How to use it?
|
||||
> python3 ./freqtrade/main.py -s Strategy005
|
||||
|
||||
Reference in New Issue
Block a user