Username: Password:

Author Topic: TRADING_LIMIT  (Read 3410 times)

Offline Singman

  • Rookie
  • *
  • Posts: 33
    • View Profile
TRADING_LIMIT
« on: October 23, 2020, 06:43:32 PM »
Hi,

I have a problem with the TRADING_LIMIT parameter on strategy.
Because I want to catch the best opportunities, I set up that parameter to 10 (base currency, and it's not BTC :D ). But then, most buy orders are just 10 currency and never go over. On very rare occasion, I see a 2nd buy with (again) 10 currency.

What I want is to buy a minimum of 10 base currency but not limiting to 10 (15, 30, 1000 if that's possible). How to achieve this goal ?

Offline CryptoDROI

  • Rookie
  • *
  • Posts: 37
  • Get Gunbot Now!
    • View Profile
    • CryptoDROI Gunbot Reseller
Re: TRADING_LIMIT
« Reply #1 on: October 24, 2020, 09:18:50 AM »
You can achieve that with AutoConfig, there is a ready-made config in the Gunthy Marketplace that uses "compound" where you can take advantage of that feature if the exchange allows it.

You could use that specific config or get the idea and make your own, you can compound on Binance and Kucoin, that I know of, but should be more exchanges that allow that, you just need to search for “globaltotalholding” in a pair json state file, if it has a value greater than 0, it will work.

You can read more or download the Free config on the Gunthy Marketplace: https://marketplace.gunthy.io/product/grid-for-spot-trading/

Hope it Helps.
Authorized Gunbot Reseller https://cryptodroi.com/

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: TRADING_LIMIT
« Reply #2 on: October 26, 2020, 11:27:07 PM »
What I want is to buy a minimum of 10 base currency but not limiting to 10 (15, 30, 1000 if that's possible). How to achieve this goal ?

Just Trading_limit = 100 (or the max amount you want to buy)
And set MVTB to 10 (or the mininum amount you want to buy)