Add optional parameter to limit liquidity to be put on order

Issue #830 resolved
Desrever Nu created an issue

With the current configurations, all funds are put into orders, in the t2-tail.

This will make it impossible for a custodian to have multiple bots on the same account (on different pair).

Need to make it possible via config param

Comments (3)

  1. Desrever Nu reporter

    two parameters are needed , one per side. Total NBT amount to put on order such that t1+t2<= limit

     "bookSellMaxVolumeCumulative" : 2000,
     "bookBuyMaxVolumeCumulative" : 2000,
    
  2. Log in to comment