Updated ProxyBot PAIRS.properties (markdown)
parent
6a6ba693cd
commit
0cab7c1481
|
@ -2,10 +2,7 @@
|
||||||
All properties starting with ALL_ can also be defined as coinpair_
|
All properties starting with ALL_ can also be defined as coinpair_
|
||||||
Example ALL_trading_enabled = true or BTC_ETH_trading_enabled = true
|
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
|
||||||
|
@ -124,6 +121,9 @@ This options however will skip order book and set the specified bought price and
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
|
|
||||||
|
### How is BB calculated
|
||||||
|
https://i.imgur.com/3uwN2ul.png
|
||||||
|
|
||||||
### How does trailing profit work?
|
### How does trailing profit work?
|
||||||
sell value is the amount you want as profit
|
sell value is the amount you want as profit
|
||||||
if you dont set trailing profit
|
if you dont set trailing profit
|
||||||
|
|
Loading…
Reference in New Issue