Username: Password:

Author Topic: Best Appoarch to Trade, despite holding a bag?  (Read 9937 times)

Offline Klon552

  • Rookie
  • *
  • Posts: 29
    • View Profile
Best Appoarch to Trade, despite holding a bag?
« on: May 05, 2017, 02:29:08 PM »
This topic occurs from time to time in the chat, so i think a thread about that topic is in order.

Let's say for example you traded 0.02 in MAID (or every other coin) and its stuck because the price goes down. But you think, hey i want to trade a little more with it, because of the "Break Even Price" or some other reason.

How do you do it?

1. You set a sell order manually. (With the numbers from the minsellprice from the bot)

1.1. you can just enter 0.03 in the configs (MAX_ALTCOINS_BALANCE:, BTC_TRADING_LIMIT:), but the bot will buy the full 0.03 and not the gap 0.01.

1.2. Delete the "-save.json". That works only one some coins for some reason. I did it with the MAID-save.json and it still says: "You used enough balance..waiting to Sell"


So i want only trade again this coin with 0.01. How do i do it properly?

My configs for this coin. I reduced from 0.02 to 0.01 and deleted the -save file.

Code: [Select]
var config = {
BUYLVL1: 0.6,
BUYLVL2: 1,
BUYLVL3: 1.5,
SELLLVL1: 2,
SELLLVL2: 3,
SELLLVL3: 5,
BUYLVL: 3,
SELLLVL: 3,
KEY: ****
SECRET: ****
SELL_ON_START:false,
CANCEL_SELL_ORDERS_ON_START:false,
BOT_ON_FAIL_DELAY:(1000)*30,
STARTEMA1: 0.02,
STARTEMA2: 0.04,
PERIOD: 15,
MAX_ALTCOINS_BALANCE: 0.01,
BTC_TRADING_LIMIT: 0.01,
SAVEFILE: '-save.json',
SECURITY_MARGIN: 60,
MAX_LATEST_PRICES: 100,
MAX_LATEST_DIRECTIONS: 30,
BOT_SLEEP_DELAY: (1000) * 62,
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;


BTW: i am still using the 2.0.4b, but i think this "problem" isnt solved in the 3.1,is it?
« Last Edit: May 05, 2017, 02:34:37 PM by Klon552 »