Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - themaxx

Pages: [1]
1
Beginners & Help / Re: any idea on how to retrieve a 2 years old key?
« on: November 07, 2019, 11:40:15 AM »
Hi, I bought directly from Gunthar, and he isn't responding to my DMs on telegram (it's been over 1 month). What do I do?

Yes, he gets quite "a few" DM's so I can imagine he doesn't answer most of them. This has been delegated to resellers. If you bought from Gunthar himself you can contact @exquitas on Telegram. He will sort you out (as long as you still know your registered API key)...
Thank you!

2
Beginners & Help / Re: any idea on how to retrieve a 2 years old key?
« on: November 06, 2019, 12:00:24 PM »
Hi, I bought directly from Gunthar, and he isn't responding to my DMs on telegram (it's been over 1 month). What do I do?

3
General Discussion / Re: VPS Recomendation
« on: November 17, 2017, 10:33:13 AM »
I've been using interserver.net for a few years - their New Jersey VPS great connectivity to Equinix if you do other trading on the VPS.  Plus they also have cheap servers directly within Equinix

6
Beginners & Help / Re: My config for v3.3.5
« on: August 08, 2017, 10:34:15 AM »
I personally think it's a big enough market that if I release my settings, other people aren't going to ruin profitability.  Plus, maybe someone will improve my settings?

I think we can be more profitable working together than working alone.  But that's just me...

7
Beginners & Help / Re: My config for v3.3.5
« on: August 05, 2017, 07:52:02 PM »
What does the difference in BUY_LEVEL do?  I notice you two had 0.1 and 2 specified for this value - what is the difference this makes?
// BUY_LEVEL (%) is the amount in PERCENT below the ESTIMATED MOVING AVERAGE price that you would like
                            // Gunbot to make a purchase at. While Gunbots leads with the BB strategy for making purchases,
                            // it can be the case that a price may not satisfy the purchase requirements for the given
                            // BB parameter, but it is a good price to buy according to its level below the EMA. This
                            // setting will execute a buy even at the given percent below EMA even if the LOW_BB
                            // parameter is not met. So, Gunbot looks first to buy @ LOW_BB, and then @ BUY_LEVEL (THIS IS NOT USED IN v3.3.5)

From: http://objgen.com/json/models/CmCw

8
Beginners & Help / Re: My config for v3.3.5
« on: August 04, 2017, 07:36:32 AM »
Yeah I don't know why either.  Thanks for posting, I'm on Poloniex so can't use your settings, mine are below.  I'm more aggressive with my BB settings, and every morning I eyeball the charts to look for rising cryptos.

{
   "pairs": {
      "poloniex": {
         "BTC_BTS": {
            "strategy": "bb",
            "override": {}   
           },
         "BTC_ETH": {
            "strategy": "bb",
            "override": {}
           },
         "BTC_STR": {
            "strategy": "bb",
            "override": {}
           },
         "BTC_SC": {
            "strategy": "bb",
            "override": {}
           },
         "BTC_GAME": {
            "strategy": "bb",
            "override": {}
           },
         "BTC_REP": {
            "strategy": "bb",
            "override": {}
         }
      }
   },

   "exchanges": {
      "poloniex": {
         "key": "X",
         "secret": "Y"
      }
   },

   "bot": {
      "debug": true,

      "period_storage_ticker": 300,
      "interval_ticker_update": 10000,

      "timeout_buy": 60000,
      "timeout_sell": 60000,

      "MIN_VOLUME_TO_BUY": 0.0005,

      "WATCH_MODE": false
   },

   "strategies": {
      "bb": {
         "BTC_TRADING_LIMIT": 0.001,
         "PERIOD": 15,
         "BUY_LEVEL": 2,
         "GAIN": 1.6,
         "HIGH_BB": 25,
         "LOW_BB": 25,
         "PANIC_SELL": false,
         "DOUBLE_UP": false
      }
   }
}

10
Beginners & Help / Re: Help needed ! Beginner here.
« on: June 13, 2017, 05:00:33 PM »
Looks like it's working fine to me.  You have to wait for price to reach the STEPGAIN buy level before a trade will trigger.

11
Beginners & Help / Poloniex trade history overlay on chart?
« on: June 12, 2017, 05:12:56 PM »
Hi

I'd like to take my trade history from Poloniex and overlay it on a chart, to see where gunbot has historically placed its trades.  Is there a way to do this?

I've found two services that can do it:
https://cointracking.info - doesn't give me enough detail
https://www.coinigy.com - too expensive

Can anyone point me to any others please?

Thanks

Pete

13
Could someone please help me and show me where on a chart Gunbot would buy and sell with these settings:


 

14
Technical Support & Development / Re: Bugs/Issues tracker v3.3.2
« on: June 10, 2017, 06:34:15 PM »
I can't get access to the settings at the bottom left corner of Gunbot? There's no scrollbar, and the I can't access anything below the "Time Delay Price" in bot timing. Eg, I can't access the "Bot on fail delay" setting.
See http://imgur.com/a/Z5bKv

Pages: [1]