Username: Password:

Author Topic: what do you think ? / beginner needs help  (Read 10220 times)

Offline magictrade

  • Contributor
  • **
  • Posts: 112
    • View Profile
what do you think ? / beginner needs help
« on: April 17, 2017, 06:29:40 PM »
Hello together !

i try to run the gunbot with much pairs and with 1000trades and supergun at the ame time.......

i have read the tutorials here and have done this:

one .bat for each pair:
"
@echo off
TITLE BTC_XXX
supergun BTC_X
"

and one to start all:
"
@echo off
start /min BTC_BBR.bat ^& exit
timeout 2
start /min BTC_BTM.bat ^& exit
timeout 2
start /min BTC_BTS.bat ^& exit
timeout 2
start /min BTC_DASH.bat ^& exit
timeout 2
start /min BTC_DCR.bat ^& exit
timeout 2
start /min BTC_DOGE.bat ^& exit
timeout 2
start /min BTC_EMC2.bat ^& exit
timeout 2
start /min BTC_ETC.bat ^& exit
timeout 2
start /min BTC_ETH.bat ^& exit
timeout 2
start /min BTC_EXP.bat ^& exit
timeout 2
start /min BTC_FCT.bat ^& exit
timeout 2
start /min BTC_GAME.bat ^& exit
timeout 2
start /min BTC_GNT.bat ^& exit
timeout 2
start /min BTC_LSK.bat ^& exit
timeout 2
start /min BTC_LTC.bat ^& exit
timeout 2
start /min BTC_NAV.bat ^& exit
timeout 2
start /min BTC_POT.bat ^& exit
timeout 2
start /min BTC_REP.bat ^& exit
timeout 2
start /min BTC_SC.bat ^& exit
timeout 2
start /min BTC_STEEM.bat ^& exit
timeout 2
start /min BTC_STR.bat ^& exit
timeout 2
start /min BTC_XMR.bat ^& exit
timeout 2
start /min BTC_XRP.bat ^& exit
timeout 2
start /min BTC_ZEC.bat ^& exit
timeout 2
start /min BTC_C2.bat ^& exit
timeout 2
start /min BTC_PINK.bat ^& exit
timeout 2
start /min BTC_CLAM.bat ^& exit
timeout 2
start /min BTC_NXT.bat ^& exit
timeout 2
start /min BTC_NSR.bat ^& exit
timeout 2
start /min BTC_MAID.bat ^& exit
timeout 2
start /min BTC_BTCD.bat ^& exit
timeout 2
start /min BTC_DGB.bat ^& exit
timeout 2
start /min BTC_HUC.bat ^& exit
timeout 2
start /min BTC_VOX.bat ^& exit

"

with this settings:
"
var config = {
BUYLVL1: 0.1,
BUYLVL2: 0.1,
BUYLVL3: 10,
SELLLVL1: 2,
SELLLVL2: 2,
SELLLVL3: 70,
BUYLVL: 3,
SELLLVL: 3,
KEY: 'XXX',
SECRET: XXX,
SELL_ON_START:false,
CANCEL_SELL_ORDERS_ON_START:false,
BOT_ON_FAIL_DELAY:(1000)*60,
STARTEMA1: 0.02,
STARTEMA2: 0.04,
PERIOD: 15,
MAX_ALTCOINS_BALANCE: 0.0035,
BTC_TRADING_LIMIT: 0.0035,
SAVEFILE: '-save.json',
SECURITY_MARGIN: 60,
MAX_LATEST_PRICES: 100,
MAX_LATEST_DIRECTIONS: 30,
BOT_SLEEP_DELAY: (1000) * 120,
BOT_MAX_LIFETIME: 999999999,
ALERT_ON_NO_FUNDS: false,
SMTP_EMAIL: '%40@gmail.com',
ALERT_EMAIL: '********',
SMTP_PASSWORD: '**********',
   SMTP: true,
   SMTP_PROTOCOL: 'SMTPS',
   SMTP_HOST: 'smtp.gmail.com',
   SELL_ON_START: false,
I_REALLY_WANT_IT: false,
BUY_SMALL_PORTION: 1,
MAX_LATEST_PRICES_SHOWN:0,
SHOW_LASTEST_DIRECTIONS: false,
MAX_LATEST_DIRECTIONS_SHOWN:0,
LASTEST_DIRECTIONS_LIST_WIDTH: 0,
BTC_BALANCE: 2,
};
module.exports = config;
"

and in an second folder for the 1000trades:
"
@echo off
TITLE BTC_XXX
node 1000trades BTC_XXX
"

and for all:
"
@echo off
start /min BTC_DASH.bat ^& exit
timeout 2
start /min BTC_ETH.bat ^& exit
timeout 2
start /min BTC_LTC.bat ^& exit
timeout 2
start /min BTC_XMR.bat ^& exit
"

i have divided my BTC-balance throuth the amount of pairs, thats while i have only this:
"
MAX_ALTCOINS_BALANCE: 0.0035,
BTC_TRADING_LIMIT: 0.0035,
"


what do you think ?
is it to much ?
are there pairs that arent good to trade ?
is it ok, to use the same settings for each pair ?

sorry iam very new on polo..... normaly i trade only btc/$ and eth/$


maybe in future versions of gunbot, gunbot can automaticaly choose the pairs with the most volatility and split the btc-balance only for this pairs ?.......

i think thats not good to understand.........

i will say...

you can choose via checkbox the pairs, that gunbot should trade....
and there is a checkbox, if unckecked, then gunbot trade every checked pair and split the balance between every checkes pair...
if the checked, than gunbot only trades the most valatil pairs, from te checked pairs and split the balance automatical between this pairs ????

if i understand the gunbot funktion right, than the user dont need to check for good pairs on his own and gunbot should make more profits ?