├── LICENSE ├── Master_Function.py ├── Moving Averages ├── TF_Adaptive_Moving_Average.py ├── TF_Exponential_Moving_Average.py ├── TF_Fibonacci_Moving_Average.py ├── TF_Fractal_Adaptive_Moving_Average.py ├── TF_Hull_Moving Average.py ├── TF_Simple_Moving_Average.py ├── TF_Smoothed_Moving_Average.py ├── TF_Triangular_Moving_Average.py ├── TF_Volatility_Adjusted_Moving_Average.py └── TF_Weighted_Moving_Average.py ├── README.md ├── Regime Detection ├── TF_Elder_Impulse_System.py ├── TF_Fibonacci_Range.py ├── TF_GRI_Index.py ├── TF_Heikin_Ashi.py └── TF_Slope_Indicator.py ├── Strategies ├── TF_Strategy_10_Hidden_Divergences.py ├── TF_Strategy_11_RSI_Neutrality_Cross.py ├── TF_Strategy_12_VAMA_Flip.py ├── TF_Strategy_13_RSI_Supertrend_Strategy.py ├── TF_Strategy_14_Catapult_Strategy.py ├── TF_Strategy_1_Moving_Average_Zone.py ├── TF_Strategy_2_Moving_Average_Crossovers.py ├── TF_Strategy_3_RSI_Moving_Average.py ├── TF_Strategy_4_MACD_Crossover.py ├── TF_Strategy_5_Moving_Average_Slope.py ├── TF_Strategy_6_SuperTrend_Flip.py ├── TF_Strategy_7_Parabolic_SAR_Moving_Average.py ├── TF_Strategy_8_Psychological_Levels_Moving_Average.py └── TF_Strategy_9_Trend_Intensity_Index_Moving_Average.py └── Trend Indicators ├── TF_Aroon_Oscillator.py ├── TF_Average_Directional_Index.py ├── TF_Awesome_Oscillator.py ├── TF_Donchian_Channel.py ├── TF_Ichimoku_Kinko_Hyo.py ├── TF_MACD_Oscillator.py ├── TF_Parabolic_SAR.py ├── TF_Squeeze_Momentum_Indicator.py ├── TF_SuperTrend.py ├── TF_TRIX.py ├── TF_Trend_Intensity_Index.py └── TF_Vertical_Horizontal_Filter.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/LICENSE -------------------------------------------------------------------------------- /Master_Function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Master_Function.py -------------------------------------------------------------------------------- /Moving Averages/TF_Adaptive_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Adaptive_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Exponential_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Exponential_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Fibonacci_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Fibonacci_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Fractal_Adaptive_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Fractal_Adaptive_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Hull_Moving Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Hull_Moving Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Simple_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Simple_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Smoothed_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Smoothed_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Triangular_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Triangular_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Volatility_Adjusted_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Volatility_Adjusted_Moving_Average.py -------------------------------------------------------------------------------- /Moving Averages/TF_Weighted_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Moving Averages/TF_Weighted_Moving_Average.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Trend-Following-Strategies-in-Python 2 | Official Repository 3 | -------------------------------------------------------------------------------- /Regime Detection/TF_Elder_Impulse_System.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Regime Detection/TF_Elder_Impulse_System.py -------------------------------------------------------------------------------- /Regime Detection/TF_Fibonacci_Range.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Regime Detection/TF_Fibonacci_Range.py -------------------------------------------------------------------------------- /Regime Detection/TF_GRI_Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Regime Detection/TF_GRI_Index.py -------------------------------------------------------------------------------- /Regime Detection/TF_Heikin_Ashi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Regime Detection/TF_Heikin_Ashi.py -------------------------------------------------------------------------------- /Regime Detection/TF_Slope_Indicator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Regime Detection/TF_Slope_Indicator.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_10_Hidden_Divergences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_10_Hidden_Divergences.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_11_RSI_Neutrality_Cross.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_11_RSI_Neutrality_Cross.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_12_VAMA_Flip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_12_VAMA_Flip.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_13_RSI_Supertrend_Strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_13_RSI_Supertrend_Strategy.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_14_Catapult_Strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_14_Catapult_Strategy.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_1_Moving_Average_Zone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_1_Moving_Average_Zone.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_2_Moving_Average_Crossovers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_2_Moving_Average_Crossovers.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_3_RSI_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_3_RSI_Moving_Average.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_4_MACD_Crossover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_4_MACD_Crossover.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_5_Moving_Average_Slope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_5_Moving_Average_Slope.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_6_SuperTrend_Flip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_6_SuperTrend_Flip.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_7_Parabolic_SAR_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_7_Parabolic_SAR_Moving_Average.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_8_Psychological_Levels_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_8_Psychological_Levels_Moving_Average.py -------------------------------------------------------------------------------- /Strategies/TF_Strategy_9_Trend_Intensity_Index_Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Strategies/TF_Strategy_9_Trend_Intensity_Index_Moving_Average.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Aroon_Oscillator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Aroon_Oscillator.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Average_Directional_Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Average_Directional_Index.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Awesome_Oscillator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Awesome_Oscillator.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Donchian_Channel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Donchian_Channel.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Ichimoku_Kinko_Hyo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Ichimoku_Kinko_Hyo.py -------------------------------------------------------------------------------- /Trend Indicators/TF_MACD_Oscillator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_MACD_Oscillator.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Parabolic_SAR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Parabolic_SAR.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Squeeze_Momentum_Indicator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Squeeze_Momentum_Indicator.py -------------------------------------------------------------------------------- /Trend Indicators/TF_SuperTrend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_SuperTrend.py -------------------------------------------------------------------------------- /Trend Indicators/TF_TRIX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_TRIX.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Trend_Intensity_Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Trend_Intensity_Index.py -------------------------------------------------------------------------------- /Trend Indicators/TF_Vertical_Horizontal_Filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sofienkaabar/trend-following-strategies/HEAD/Trend Indicators/TF_Vertical_Horizontal_Filter.py --------------------------------------------------------------------------------