Updated ProxyBot PAIRS.properties (markdown)
parent
1597a11e92
commit
6a6ba693cd
|
@ -4,6 +4,8 @@ Example ALL_trading_enabled = true or BTC_ETH_trading_enabled = true
|
||||||
A coin pair setting takes priority over ALL_ settings
|
A coin pair setting takes priority over ALL_ settings
|
||||||
Most options can be turned off by indicated false or setting a value of 0
|
Most options can be turned off by indicated false or setting a value of 0
|
||||||
|
|
||||||
|
## How BB is calculated
|
||||||
|
https://i.imgur.com/3uwN2ul.png
|
||||||
|
|
||||||
## All configuration that can enhance GB
|
## All configuration that can enhance GB
|
||||||
Only buy coins if the buy cost will not let your balance go below specified amount
|
Only buy coins if the buy cost will not let your balance go below specified amount
|
||||||
|
@ -81,7 +83,12 @@ List all pairs you want separated by comma or specify ALL to trade all pairs in
|
||||||
|
|
||||||
Use with gain strategy to try and maximize your profit.
|
Use with gain strategy to try and maximize your profit.
|
||||||
In short works like a trailing profit, but will not sell at a loss. More detail in examples below
|
In short works like a trailing profit, but will not sell at a loss. More detail in examples below
|
||||||
`ALL_trailing_profit = 1`
|
`ALL_trailing_profit = 0.5`
|
||||||
|
|
||||||
|
Use with LOWBB or LOSS buy strategy
|
||||||
|
This works exactly like the trailing profit but in reverse. The buy trigger will keep moving down.
|
||||||
|
This will try to catch the price at it's lowest point before buying
|
||||||
|
`ALL_trailing_buy = 0.3`
|
||||||
|
|
||||||
Enable DCA for all pairs with a balance. Will use strategy defined in DCA.properties
|
Enable DCA for all pairs with a balance. Will use strategy defined in DCA.properties
|
||||||
`ALL_DCA_enabled = false`
|
`ALL_DCA_enabled = false`
|
||||||
|
|
Loading…
Reference in New Issue