Add Connors VIX Reversal 1 strategy to swing trading dashboard
This commit is contained in:
parent
e3f150213e
commit
04db8007eb
@ -19,6 +19,7 @@ from strategies import lower_lows
|
|||||||
from strategies import trin
|
from strategies import trin
|
||||||
from strategies import turnaround
|
from strategies import turnaround
|
||||||
from strategies import two_period_rsi
|
from strategies import two_period_rsi
|
||||||
|
from strategies import vix_reversal_1
|
||||||
from strategies import vix_rsi
|
from strategies import vix_rsi
|
||||||
from stylesheets import grid_stylesheet, theme_stylesheet
|
from stylesheets import grid_stylesheet, theme_stylesheet
|
||||||
|
|
||||||
@ -39,6 +40,7 @@ signal_functions: List[Dict[str, SignalFunction]] = [
|
|||||||
{'strategy': 'Lower Lows', 'function': lower_lows.signals},
|
{'strategy': 'Lower Lows', 'function': lower_lows.signals},
|
||||||
{'strategy': 'TRIN', 'function': trin.signals},
|
{'strategy': 'TRIN', 'function': trin.signals},
|
||||||
{'strategy': 'Turnaround', 'function': turnaround.signals},
|
{'strategy': 'Turnaround', 'function': turnaround.signals},
|
||||||
|
{'strategy': 'VIX Reversal 1', 'function': vix_reversal_1.signals},
|
||||||
{'strategy': 'VIX RSI', 'function': vix_rsi.signals}
|
{'strategy': 'VIX RSI', 'function': vix_rsi.signals}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user