Username: Password:

Author Topic: Gunbot 3.3 - SMART edition: Windows/Linux/MacOs/armv6/armv7 - Release name "Sato  (Read 31850 times)

Offline AlexBit

  • Rookie
  • *
  • Posts: 1
    • View Profile
I'll need a bigger discount if you wana sell the second one for 0.5!-)

Lol thanks I corrected the price to the real price of 0.05

Hello sir, could you please provide a link for buying Gunbot

Offline leeview

  • Rookie
  • *
  • Posts: 36
  • Gunbot Reseller & Support
    • View Profile
    • Buy Gunbot
well you probably got a license by now, but for anybody looking for a Link to buy it just go here :

https://thecryptobot.com

And all the pieces will fall in the right place ;)

Cheers and Plus Profits !

Offline MovingMantis

  • Rookie
  • *
  • Posts: 3
    • View Profile
How do I get this update?

Offline leeview

  • Rookie
  • *
  • Posts: 36
  • Gunbot Reseller & Support
    • View Profile
    • Buy Gunbot

Offline Pittie

  • Rookie
  • *
  • Posts: 2
  • @DontTreadMe (https://t.me/DontTreadMe)
    • View Profile
How can I run it on Linux (Ubuntu)?

Offline dobcrypto

  • Contributor
  • **
  • Posts: 196
  • Russian - native language
    • View Profile

Offline slizkejjoe

  • Rookie
  • *
  • Posts: 1
    • View Profile
Hello guys, i still cant find the option to bigger gain percentage: I always have about 2%, but i think we can affor 5% now, because https://trends.google.com/trends/explore?date=all&q=bitcoin

Please how to setup it? (i am using only config file with bat, not Gunbot.exe)

Sry for n00b question, i was trying to find answer, bud i failed :)

My config:

// #### BASE CONFIGS BY THECRYPTOBOT.COM

var config = {

    // EDIT LINES BELOW ////////////////////////////////////////////////////////////////////////////////////

    //---POLONIEX
    POLONIEX_KEY: 'YOUR API KEY HERE',
    POLONIEX_SECRET: 'YOUR API KEY SECRET HERE',

    //---BITTREX
    BITTREX_KEY: ''***,
    BITTREX_SECRET: ''***,

    //---KRAKEN
    KRAKEN_KEY: 'YOUR API KEY HERE',
    KRAKEN_SECRET: 'YOUR API KEY SECRET HERE',

    BTC_TRADING_LIMIT: 0.05, // - FOR EXAMPLE : 0.01 | max amount of BTC balance to use for each pair
    //MAX_ALTCOINS_BALANCE: 0.5, // - FOR EXAMPLE : 0.5 | - this will limit the value of all bought coins to 0.5 BTC .

    // END EDIT .

    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    /*
        ████████╗██╗  ██╗███████╗     ██████╗██████╗ ██╗   ██╗██████╗ ████████╗ ██████╗     ██████╗  ██████╗ ████████╗        ██████╗ ██████╗ ███╗   ███╗
        ╚══██╔══╝██║  ██║██╔════╝    ██╔════╝██╔══██╗╚██╗ ██╔╝██╔══██╗╚══██╔══╝██╔═══██╗    ██╔══██╗██╔═══██╗╚══██╔══╝       ██╔════╝██╔═══██╗████╗ ████║
           ██║   ███████║█████╗      ██║     ██████╔╝ ╚████╔╝ ██████╔╝   ██║   ██║   ██║    ██████╔╝██║   ██║   ██║          ██║     ██║   ██║██╔████╔██║
           ██║   ██╔══██║██╔══╝      ██║     ██╔══██╗  ╚██╔╝  ██╔═══╝    ██║   ██║   ██║    ██╔══██╗██║   ██║   ██║          ██║     ██║   ██║██║╚██╔╝██║
           ██║   ██║  ██║███████╗    ╚██████╗██║  ██║   ██║   ██║        ██║   ╚██████╔╝    ██████╔╝╚██████╔╝   ██║       ██╗╚██████╗╚██████╔╝██║ ╚═╝ ██║
           ╚═╝   ╚═╝  ╚═╝╚══════╝     ╚═════╝╚═╝  ╚═╝   ╚═╝   ╚═╝        ╚═╝    ╚═════╝     ╚═════╝  ╚═════╝    ╚═╝       ╚═╝ ╚═════╝ ╚═════╝ ╚═╝     ╚═╝
    */
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

    //  DEBUG
    DEBUG_LOG: false,
    I_REALLY_WANT_IT: false,
    BUY_SMALL_PORTION: 1,
    INSUFFICIENT_FUNDS_ON_SELL_FIX: 0.0005,
    INSUFFICIENT_FUNDS_ON_BUY_FIX: 0.0005,
    //-----------------------------------------------
    //   STARTUP OPTIONS 
    //----------------------------------------------- 
    SELL_ON_START: false,
    CANCEL_SELL_ORDERS_ON_START: false,
    CANCEL_BUY_ORDERS_ON_START: false,
    CANCEL_OPEN_ORDERS_ON_START: false,

    MAX_LATEST_PRICES: 1200,
    MAX_LATEST_DIRECTIONS: 120,
    MAX_LATEST_PRICES_TREND: 60,
    MAX_LAST_ORDERS: 20,
    PERIOD: 15,

    SAVEFILE_SUFFIX: '-save.json',
    //  PRIMARY SETTINGS 
    DEFAULT_MARKET_NAME: 'bittrex',
    DEFAULT_CURRENCY_PAIR: 'BTC_ETH',

    BUYLVL1: 1.9,
    BUYLVL2: 15,
    BUYLVL3: 50,

    SELLLVL1: 2.4,
    SELLLVL2: 15,
    SELLLVL3: 50,

    BUY_STRATEGY: 'STEPGAIN',
    SELL_STRATEGY: 'STEPGAIN',

    LOW_BB: 50,
    HIGH_BB: 50,

    PINGPONG_BUY: 0.12345678,
    PINGPONG_SELL: 0.12345678,

    BUY_LEVEL: 50, // the amount to drop before it buys in percentage . when using STEPGAIN set this high for the bot to avoid it
    GAIN: 50, // the profit to GAIN . bought price plus this percentage . when using STEPGAIN set this high for the bot to avoid it


    SECURITY_MARGIN: 60, // not used, not needed

    MIN_VOLUME_TO_BUY: 0.0005,

    //---BITTREX 
    //BITTREX_KEY: 'XXXXX',
    //BITTREX_SECRET: 'XXXXX',

    BITTREX_PRICE_METHOD: 'ohlc',
    BITTREX_VWA_1_INTERVAL: 0.02,
    BITTREX_VWA_2_INTERVAL: 0.04,
    //---KRAKEN 
    KRAKEN_ASSET_PAIR: 'XETHXXBT',
    //KRAKEN_KEY: 'xxxxx',
    //KRAKEN_SECRET: 'xxxxx',
    KRAKEN_PRICE_METHOD: 'ohlc',
    KRAKEN_VWA_1_INTERVAL: 0.02,
    KRAKEN_VWA_2_INTERVAL: 0.04,
    //---POLONIEX 
    //POLONIEX_KEY: 'xxxxx',
    //POLONIEX_SECRET: 'xxxxx',
    POLONIEX_PRICE_METHOD: 'vwa',
    POLONIEX_VWA_1_INTERVAL: 0.02,
    POLONIEX_VWA_2_INTERVAL: 0.04,
    //   BOT TIMINGS 
    API_CALLS_DELAY: 777,
    BOT_SLEEP_DELAY: (1000) * 30,
    BOT_MAX_LIFETIME: 999999999,
    BOT_ON_FAIL_DELAY: (1000) * 60,
    // EMAIL 
    ALERT_ON_NO_FUNDS: false,
    SMTP_EMAIL: '%40@gmail.com',
    ALERT_EMAIL: '********',
    SMTP_PASSWORD: '********',
    SMTP: true,
    SMTP_PROTOCOL: 'SMTPS',
    SMTP_HOST: 'smtp.gmail.com',
    //  OUTPUT 
    MAX_LATEST_PRICES_SHOWN: 0,
    SHOW_LASTEST_DIRECTIONS: false,
    MAX_LATEST_DIRECTIONS_SHOWN: 0,
    LASTEST_DIRECTIONS_LIST_WIDTH: 0,
    //   OTHER (might be deprecated/not in use ) 
    BTC_BALANCE: 2,


//-----------------------------------------------
//   BOT TIMINGS
//-----------------------------------------------
API_CALLS_DELAY:777,
BOT_SLEEP_DELAY:(1000)*20,// bot cycle delay (koef*sec)
BOT_MAX_LIFETIME:999999999,// overall bot lifetime(koef*min),
BOT_ON_FAIL_DELAY:(1000)*30, // bot repeat cycle delay if previous cycle failed  (koef*sec) //;


};
module.exports = config;
« Last Edit: September 03, 2017, 09:47:30 AM by slizkejjoe »