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.


Topics - Klon552

Pages: [1]
1
General Discussion / 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?

2
Hello Folks,

because i searched as a beginner for possibilities to analyse my Polo tradings, i found some different programs, so i want to share this with you. Also some people asked about this in the telegram chat. Since everyone have his/her own taste, i will not comment on which is the best. Just see for yourself.

If you know something else, just post it here. If the thread becomes confusing, i will add it to the first post.


FrilledShark's Spreadsheet
Quote

Information:
This spreadsheet was made to work with Poloniex's trading history export. The spreadsheet automatically does all calculations and you only have to input your data export. The rest is done automatic.

Link this Forum:
https://gunthy.org/index.php?topic=12.0

Bitcointlk
https://bitcointalk.org/index.php?topic=1771955.msg17685404#msg17685404

Price: 0.05 B

CoinTracking.info
Quote
Your personal Profit / Loss Portfolio Monitor for all Digital Coins

Manage all your digital coins in one place
Whether you have only one or thousnds of coins, CoinTracking.info lets you easily monitor their growth.
You can keep track of their value, your profit/loss and a lot of other interesting information in real time.

Site:
https://cointracking.info/

Bitcointalk(eng):
https://bitcointalk.org/index.php?topic=220238.0

Price:
First 200 Trades free
after that:
https://cointracking.info/pro.php


excel-sheet for the tradehistory.csv export from poloniex

Quote

This is a somewhat simple excel-sheet with a macro that lets you calculate profit/loss and more.

Poloniex does provide some things like that too (trade analysis) but they are not that handy and only give you the numbers for one specific coin.

https://bitcointalk.org/index.php?topic=1545898.0

Price: free

PoloniexAnalyzer
Quote
What does this do?

Queries to Poloniex API for Deposit/Withdrawal history and current balances, and then returns you percentage earned/lost.

https://github.com/BenjiLee/PoloniexAnalyzer

This uses Python, so if you want to use it on Win, etc.. you need this:

https://www.python.org/downloads/release/python-2713/

Price: free


Pages: [1]