Squeeze Momentum shows periods when volatility increases or decreases, in other words, when the market goes from the trend into flat movement and vice versa.
By default this strategy is true when the SQUEEZEMOMENTUM value is less than the buy_value
or is greater than or equal to the sell_value
.
Use buy/sell strategy direction to change this if needed.
SQUEEZE
( -1 ON, 1 OFF, 0 Neither)
HISTOGRAM
# Buy when SQUEEZE is 1
DEFAULT_A_buy_strategy = SQUEEZEMOMENTUM
DEFAULT_A_buy_value = 1
# Sell when SQUEEZE is -1
DEFAULT_A_sell_strategy = SQUEEZEMOMENTUM
DEFAULT_A_sell_value = -1
# Buy when HISTOGRAM is positive
DEFAULT_A_buy_strategy_label = SQUEEZEMOMENTUMHISTO
DEFAULT_A_buy_strategy = SQUEEZEMOMENTUM
DEFAULT_A_buy_value = 0.00001
# Sell when HISTOGRAM is negative
DEFAULT_A_sell_strategy_label = SQUEEZEMOMENTUMHISTO
DEFAULT_A_sell_strategy = SQUEEZEMOMENTUM
DEFAULT_A_sell_value = -0.00001
# Buy when SQUEEZE is 1
DEFAULT_DCA_A_buy_strategy = SQUEEZEMOMENTUM
DEFAULT_DCA_A_buy_value = 1
# Sell when SQUEEZE is -1
DEFAULT_DCA_A_sell_strategy = SQUEEZEMOMENTUM
DEFAULT_DCA_A_sell_value = -1
# Buy when HISTOGRAM is positive
DEFAULT_DCA_A_buy_strategy_label = SQUEEZEMOMENTUMHISTO
DEFAULT_DCA_A_buy_strategy = SQUEEZEMOMENTUM
DEFAULT_DCA_A_buy_value = 0.00001
# Sell when HISTOGRAM is negative
DEFAULT_DCA_A_sell_strategy_label = SQUEEZEMOMENTUMHISTO
DEFAULT_DCA_A_sell_strategy = SQUEEZEMOMENTUM
DEFAULT_DCA_A_sell_value = -0.00001
SQUEEZEMOMENTUM_candle_period = 3600
SQUEEZEMOMENTUM_bb_length = 20
SQUEEZEMOMENTUM_bb_std = 2
SQUEEZEMOMENTUM_kc_length = 20
SQUEEZEMOMENTUM_kc_multiplier = 1.5
SQUEEZEMOMENTUM_return_value = SQUEEZE
SQUEEZEMOMENTUMHISTO_candle_period = 3600
SQUEEZEMOMENTUMHISTO_bb_length = 20
SQUEEZEMOMENTUMHISTO_bb_std = 2
SQUEEZEMOMENTUMHISTO_kc_length = 20
SQUEEZEMOMENTUMHISTO_kc_multiplier = 1.5
SQUEEZEMOMENTUMHISTO_return_value = HISTOGRAM