Add source

This commit is contained in:
Matthias
2020-06-04 14:41:51 +02:00
committed by GitHub
parent a4a985bebf
commit 5ce0934849
@@ -8,6 +8,8 @@ from freqtrade.strategy.interface import IStrategy
class TDSequentialStrategy(IStrategy):
"""
Strategy based on TD Sequential indicator.
source:
https://hackernoon.com/how-to-buy-sell-cryptocurrency-with-number-indicator-td-sequential-5af46f0ebce1
Buy trigger:
When you see 9 consecutive closes "lower" than the close 4 bars prior.