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 - BluePhoeniX

Pages: [1]
1
Yes it will i still use 3.3.2 and i suggest using it!

2
There can be sometimes an error if there is a } missing at the end  i just str a copyd all and pasted it here
it should work or it works for me i hope i helped y'all!

3
My normal config just add pairs double up is Disabled!!
{
   "pairs": {
      "poloniex": {
         "BTC_XMR": {
            "strategy": "bb",
            "override": {}
         }
      },
      "kraken": {
         "DASHEUR": {
            "strategy": "bb",
            "override": {}
         }
      },
      "bittrex": {
         "BTC-LTC": {"strategy": "bb","override": {},
         "BTC-XMR": {"strategy": "bb","override": {},   
         "BTC-ETH": {"strategy": "bb","override": {}   
              }
            }
         }
      }
   },

   "exchanges": {
      "poloniex": {
         "key": "",
         "secret": ""
      },
      "kraken": {
         "key": "",
         "secret": ""
      },
      "bittrex": {
         "key": "",
         "secret": ""
      }
   },

   "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.002,
         "PERIOD": 15,
         "BUY_LEVEL": 2,
         "GAIN": 0.7,
         "HIGH_BB": 25,
         "LOW_BB": 25,
         "PANIC_SELL": false,
         "DOUBLE_UP": false
      }
   },

   "optionals": {
      "toOverride": {
         "BOUGHT_PRICE": 0.104744
 
      }
   }


}

4
Standard Debag settings just copy and paste them if you want  HAS TRAILING STOP OR DOUBLE UP ENABLED!!
 




{
  "pairs": {
    "poloniex": {
      "BTC_AMP":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_BTS":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_GNT":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_NAUT": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_ETH":  { "strategy": "bb", "override": {}},
      "BTC_BCN":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_DASH": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_DOGE": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}}   
                },
   
    "bittrex": {
      "BTC-PIVX": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC-LBC":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC-XMR": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC-LTC":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}}
              }
  },

  "exchanges": {
    "poloniex": {
      "key": "Xxx",
      "secret": "xx"
    },
   
    "bittrex": {
      "key": "",
      "secret": ""
    }
  },

  "bot": {
    "debug": false,
    "period_storage_ticker": 300,
    "interval_ticker_update": 10000,

    "timeout_buy": 120,
    "timeout_sell": 60,

    "BTC_TRADING_LIMIT": 0.001,
    "MIN_VOLUME_TO_BUY": 0.0005,

    "WATCH_MODE": false
  },

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

5
As always MY Tutorial for Windows
Step 1 download gb 3.3.5 from  : https://github.com/GuntharDeNiro/BTCT/releases
Step 2 Have javascript on your pc!! and editor to edit the files !!
Step 3 open The config.js file fill in your settings or copy paste mine  and add your key enjoy ;D
Video will be avaible soon under this link prolly when you read this :
https://www.youtube.com/watch?v=PKVAICWBk2U&feature=youtu.be

6
My Normal BB strat has double up fals=Disabled also copy pastable for you ;D Just change the pairs to the ones you want to trade ;D
{
  "pairs": {
    "poloniex": {
      "BTC_AMP":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC_BTS":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC_GNT":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC_NAUT": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC_ETH":  { "strategy": "bb", "override": {}},
      "BTC_BCN":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC_DASH": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC_DOGE": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}}   
                },
   
    "bittrex": {
      "BTC-PIVX": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC-LBC":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC-XMR": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}},
      "BTC-LTC":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 2, "GAIN": 0.6, "HIGH_BB": 20, "LOW_BB": 20, "PANIC_SELL": false}}
              }
  },

  "exchanges": {
    "poloniex": {
      "key": "Xxx",
      "secret": "xx"
    },
   
    "bittrex": {
      "key": "",
      "secret": ""
    }
  },

  "bot": {
    "debug": false,
    "period_storage_ticker": 300,
    "interval_ticker_update": 10000,

    "timeout_buy": 120,
    "timeout_sell": 60,

    "BTC_TRADING_LIMIT": 0.001,
    "MIN_VOLUME_TO_BUY": 0.0005,

    "WATCH_MODE": false
  },

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

7
Standard Debag settings just copy and paste them if you want  HAS TRAILING STOP OR DOUBLE UP ENABLED!!
{
  "pairs": {
    "poloniex": {
      "BTC_AMP":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_BTS":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_GNT":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_NAUT": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_ETH":  { "strategy": "bb", "override": {}},
      "BTC_BCN":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_DASH": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC_DOGE": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}}   
                },
   
    "bittrex": {
      "BTC-PIVX": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC-LBC":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC-XMR": { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}},
      "BTC-LTC":  { "strategy": "bb", "override": {"PERIOD": 15, "BUY_LEVEL": 0.1, "GAIN": 0.6, "HIGH_BB": 60, "LOW_BB": 40, "PANIC_SELL": false}}
              }
  },

  "exchanges": {
    "poloniex": {
      "key": "Xxx",
      "secret": "xx"
    },
   
    "bittrex": {
      "key": "",
      "secret": ""
    }
  },

  "bot": {
    "debug": false,
    "period_storage_ticker": 300,
    "interval_ticker_update": 10000,

    "timeout_buy": 120,
    "timeout_sell": 60,

    "BTC_TRADING_LIMIT": 0.001,
    "MIN_VOLUME_TO_BUY": 0.0005,

    "WATCH_MODE": false
  },

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

8
Well first fo all go to : https://github.com/GuntharDeNiro/BTCT/releases
download the version 3.3.3 or 3.3.4 version 3.3.4 is recommended
1.Make a new folder unzip the files drag them into the new folder
2. edit the config.js file with notepad or notepad ++
3.IMPORTANT !! double up true = Avraging down feature on bot will buy to avrage your last buys down to sellable lvls NOT ADVISED with under .2btc captial!! put in double up=false to disable
4. Put in your settings and api keys for your markets!! also use Override to put in custom settings other than the bb ones at the bottom
Ive also made a video for that has a step by step guide ;D
Sry for audio im sick at the moment-__- https://www.youtube.com/watch?v=7z5-kngFXBM
shitty audio but my voice is too quiet in the other recordings i made -_-

9
Sry i had it on private 4 about 10mins its on not listed now  ;)
You can view it now anyways its just not up on my normal channel ;D

10
https://www.youtube.com/watch?v=j3Gedb8lcDc
Is the video link sry for the audio quality in the first 5seconds.

So 1. DOWNLOAD the GUNBOT FROM :
https://github.com/GuntharDeNiro/BTCT/releases/

Then 2. Enable 2FA on Poloniex for security reasons and create an api key copy api key and secret . make a .txt file and paste them FOR 1TIME USE not for longterm security reasons!

3. Start Gunbot.exe and Enter apikey+secret  in top left corner+rigthcorner choose the market you bougth your licence for!

4. Choose pairs wisely coins over 200btc volume have higher chances of trades & and arent as likely to get pump/dumped but sometimes that happens aswell in Alt Bloodbaths(every Monday in my experience)

5. Change your Settings But stick with the Default BB or SG strategys first since they are safe
5.Have fun and tell me if the screenshot and video helped you ill make a german and maybe french version for every new release!

Pages: [1]