Set the maximum difference allowed from the average order size within the sell_wall_orderbook_depth.
If this difference is exceeded then the coin will not be bought.
Average of the bottom 20 sell orders (excluding largest order) is e.g. 0.05 BTC in size. If the largest order is 600% or 6 times the average (e.g. 0.3 BTC) then this will be identified as a sell wall.
DEFAULT_sell_wall_orderbook_depth = 20
DEFAULT_sell_wall_diff_percentage = 600
Average of the bottom 20 sell orders (excluding largest order) is e.g. 0.05 BTC in size. If the largest order is 600% or 6 times the average (e.g. 0.3 BTC) then this will be identified as a sell wall.
DEFAULT_DCA_sell_wall_orderbook_depth = 20
DEFAULT_DCA_sell_wall_diff_percentage = 600
Used with sell_wall_orderbook_depth