Don't forget to check INDICATORS.properties to setup your indicators correctly
Buying
Find below all buy strategies currently available
Buy as soon as the current price goes below the LOWBB line you specified
Strategy = LOWBB
BB values are percentages of the BB width. BB width = HIGHBB - LOWBB
Possible buy values example
20 -> 20% above LOWBB line
0 -> right on top of the LOWBB line
-10 -> 10% below LOWBB line
Buy as soon as the current price goes above the HIGHBB line you specified
Strategy = HIGHBB
BB values are percentages of the BB width. BB width = HIGHBB - LOWBB
Possible buy values example
20 -> 20% below HIGHBB line
0 -> right on top of the HIGHBB line
-10 -> 10% above HIGHBB line
Buy as soon as the pair drops the amount of percentages specified.
Strategy = LOSS
The percentage is the 24h change specified buy your exchange
Possible buy values example
-7 -> buy if the pair has fallen 7% or more in the last 24h
7 -> positive numbers are converted to negative. So result is the same as above
Buy as soon as the price goes below the specified EMA line.
Strategy = EMAGAIN
EMAGAIN value is a percentage below or above the lowest of the 2 EMA lines
Possible buy values example
-1 -> buy if the current price is 1% below (or lower) the lowest EMA line
1 -> buy if the current price is 1% above (or lower) the lowest EMA line
Buy as soon as the price goes below the specified SMA line.
Strategy = SMAGAIN
SMAGAIN value is a percentage below or above the lowest of the 2 SMA lines
Possible buy values example
-3 -> buy if the current price is 3% below (or lower) the lowest SMA line
3 -> buy if the current price is 3% above (or lower) the lowest SMA line
Buy as soon as EMA spread reaches your specified value.
Strategy = EMASPREAD
EMASPREAD value is a percentage spread difference between EMA1 (slow) and EMA2 (fast)
Calculation: (EMA2 / EMA1 - 1) * 100% -> result of this calculation is the spread
Possible buy values example
-1 -> buy if the current spread is -1% or smaller (EMA2 is lower than EMA1)
1 -> buy if the current spread is 1% or bigger (EMA2 is higher than EMA1)
Buy as soon as SMA spread reaches your specified value.
Strategy = SMASPREAD
SMASPREAD value is a percentage spread difference between SMA1 (slow) and SMA2 (fast)
Calculation: (SMA2 / SMA1 - 1) * 100% -> result of this calculation is the spread
Possible buy values example
-1 -> buy if the current spread is -1% or smaller (SMA2 is LOWER than SMA1)
0.5 -> buy if the current spread is 0.5% or bigger (SMA2 is HIGHER than SMA1)
Selling
Find below all sell strategies currently available
Sell as soon as the current price goes above the HIGHBB line you specified
Strategy = HIGHBB
BB values are percentages of the BB width. BB width = HIGHBB - LOWBB
Possible sell values example
20 -> 20% below HIGHBB line
0 -> right on top of the HIGHBB line
-10 -> 10% above LOWBB line
Sell as soon as the current price reaches the profit specified
Strategy = GAIN
Possible sell values example
2 -> sell if profit is 2% or more
-10 -> sell if profit is -10% or more