Define one or more Global Strategies that can be used in your formulas and dynamic formulas.
A global strategy can be used in both PAIRS and DCA config even though they are only defined in PAIRS.
See the list of Buy and Sell Strategies to know which one is valid and where.
GLOBAL_A_strategy_label = SLATR
GLOBAL_A_strategy = ATRPERCENTAGE
DEFAULT_B_sell_strategy = GAIN
DEFAULT_B_sell_value = 0.5
DEFAULT_trailing_profit = SGA * 3
DEFAULT_DCA_B_sell_strategy = GAIN
DEFAULT_DCA_B_sell_value = 1
DEFAULT_DCA_trailing_stop_loss_arm = SB > SGA * 2
DEFAULT_DCA_trailing_stop_loss_trigger = 0.1
SLATR_indicator = EMA
SLATR_candle_period = 3600
SLATR_length = 14
SLATR_offset = 1