Add TRIN Thrusts signals to swing trading dashboard
This commit is contained in:
parent
48d3fa4975
commit
da0799b3c4
@ -19,6 +19,7 @@ from strategies import internal_bar_strength
|
||||
from strategies import lower_lows
|
||||
from strategies import short_term_lows
|
||||
from strategies import trin
|
||||
from strategies import trin_thrusts
|
||||
from strategies import turnaround
|
||||
from strategies import two_period_rsi
|
||||
from strategies import vix_reversal_1
|
||||
@ -49,6 +50,7 @@ signal_functions: List[Dict[str, SignalFunction]] = [
|
||||
{'strategy': 'Lower Lows', 'function': lower_lows.signals},
|
||||
{'strategy': 'Short-Term Lows', 'function': short_term_lows.signals},
|
||||
{'strategy': 'TRIN', 'function': trin.signals},
|
||||
{'strategy': 'TRIN Thrusts', 'function': trin_thrusts.signals},
|
||||
{'strategy': 'Turnaround', 'function': turnaround.signals},
|
||||
{'strategy': 'VIX Reversal 1', 'function': vix_reversal_1.signals},
|
||||
{'strategy': 'VIX Reversal 2', 'function': vix_reversal_2.signals},
|
||||
|
Loading…
Reference in New Issue
Block a user