Set a unique label for your strategy in order to facilitate the same indicator being used multiple times.
DEFAULT_A_buy_strategy = SMACROSS
DEFAULT_A_buy_value = -2
DEFAULT_B_buy_strategy_label = SMASLOWCROSS
DEFAULT_B_buy_strategy = SMACROSS
DEFAULT_B_buy_value = -2
DEFAULT_DCA_A_buy_strategy = RSI
DEFAULT_DCA_A_buy_value = 37
DEFAULT_DCA_B_buy_strategy_label = RSI900
DEFAULT_DCA_B_buy_strategy = RSI
DEFAULT_DCA_B_buy_value = 45
SMA_cross_candles = 2
SMA_candle_period = 300
SMA_fast_length = 12
SMA_slow_length = 24
SMASLOWCROSS_cross_candles = 2
SMASLOWCROSS_candle_period = 900
SMASLOWCROSS_fast_length = 100
SMASLOWCROSS_slow_length = 200
RSI_candle_period = 300
RSI_length = 35
RSI900_candle_period = 900
RSI900_length = 35
1.The label can be anything alphanumeric. 1337SUPERDUPER420 will work.
2. Labels used with SIGNAL strategy need to be sent from your TV script or your provider.