Updated PAIRS.properties (markdown)
parent
982e411453
commit
99c9f81e4f
|
@ -133,7 +133,14 @@ If ALL_trading_enabled is true this setting will disable trading only for this c
|
||||||
|
|
||||||
Set sell value for the specified coin to specified amount
|
Set sell value for the specified coin to specified amount
|
||||||
If ALL_sell_value is specified, this setting will override it
|
If ALL_sell_value is specified, this setting will override it
|
||||||
`BTC_SC_sell_value = 0.4`
|
`BTC_SC_sell_value = 0.4`
|
||||||
|
|
||||||
|
Allow initial buys if there's enough volume in order book to fill the order
|
||||||
|
This helps against partial buys
|
||||||
|
100% means there should be at least the amount we wanna buy in the orderbook
|
||||||
|
150% means. there shoud be 150% of the amount we wanna buy in the orderbook to issue the buy order
|
||||||
|
So if you need 5 coins at price A..orderbook should have atleast 7.5 coins at price A or lower
|
||||||
|
`ALL_buy_available_volume_trigger = 150`
|
||||||
|
|
||||||
Hard override and set a bought price and bought date for your coins. Bought date is required!
|
Hard override and set a bought price and bought date for your coins. Bought date is required!
|
||||||
The normal bought price property (see above) will always look at order book and only set bought_price to unassigned coins
|
The normal bought price property (see above) will always look at order book and only set bought_price to unassigned coins
|
||||||
|
|
Loading…
Reference in New Issue