From 99c9f81e4fddd22afb2c6c175d6879892377f0a8 Mon Sep 17 00:00:00 2001 From: taniman Date: Sat, 18 Nov 2017 19:44:51 +0100 Subject: [PATCH] Updated PAIRS.properties (markdown) --- PAIRS.properties.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/PAIRS.properties.md b/PAIRS.properties.md index 89f7ca9..1d3e1c5 100644 --- a/PAIRS.properties.md +++ b/PAIRS.properties.md @@ -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 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! The normal bought price property (see above) will always look at order book and only set bought_price to unassigned coins