The target value that triggers a buy.
- 0, positive or negative decimal numbers depending on the Buy Strategy.
PAIRSDCA
- Buy if buy value is 0 or bigger.
The buy direction depends on the indicator being used.
DEFAULT_A_buy_value = 0
- Buy if buy value is below -20.
The buy direction depends on the indicator being used.
DEFAULT_DCA_A_buy_value = -20