Bitcoin Forum

Economy => Trading Discussion => Topic started by: Moosetracks on June 22, 2017, 08:36:16 PM



Title: Trading Bot Performance
Post by: Moosetracks on June 22, 2017, 08:36:16 PM
I am using a bot to make trades on an exchange.  One thing I would like to be able to do is to track my trades and see how much I have earned or lost. 

Since there can be many trades per day its hard to keep track of them all individually.  I can see overall I am making money, but its really hard to pinpoint each trade since my bot buys on the way down, and then sells for a profit when the market returns. 

So how do you guys track the day to day value of your trades?  I looked at cointracking website, but its pretty expensive. 


Title: Re: Trading Bot Performance
Post by: asonganyi on June 23, 2017, 08:48:06 AM
seems am the first here/...
simple go to the trading history of what so ever exchange you are using and do your tracking there..
and am interested in that your bot..


Title: Re: Trading Bot Performance
Post by: vitaliy_www on June 23, 2017, 08:51:48 AM
I am using this Bot

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

It´´s just the Beta but it works fine. If you use every PING you get you will get arround 15% daily average.
I just pig daily only the good ones and I make between 40 and 80% daily with this.


Title: Re: Trading Bot Performance
Post by: asonganyi on June 23, 2017, 09:29:43 AM
I am using this Bot

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

It´´s just the Beta but it works fine. If you use every PING you get you will get arround 15% daily average.
I just pig daily only the good ones and I make between 40 and 80% daily with this.
how to use the bot and where to see the signals?


Title: Re: Trading Bot Performance
Post by: BrewMaster on June 23, 2017, 03:41:50 PM
it is not a hard thing to implement in a bot. the bot that you said you are using may even have it already. post its name here so we can help or ask the owners of that bot how you can do it.

it is either a simple keeping of a log from all your trades. or a simple API call to the exchange API and asking for your trade history. and then you can export it in different formats such as .csv and open in excell.

@vitaliy_www
you either gave a wrong link or the link you posted contained a malware instead of a bot and was removed!


Title: Re: Trading Bot Performance
Post by: andrei56 on June 24, 2017, 03:34:37 AM
it is not a hard thing to implement in a bot. the bot that you said you are using may even have it already. post its name here so we can help or ask the owners of that bot how you can do it.

it is either a simple keeping of a log from all your trades. or a simple API call to the exchange API and asking for your trade history. and then you can export it in different formats such as .csv and open in excell.

@vitaliy_www
you either gave a wrong link or the link you posted contained a malware instead of a bot and was removed!
Basically this, the bot must have a log, detailing each trade, then the only thing you need to do is to extract that information in an excel spreadsheet so you are able to see what trades make you the most amount of money and which ones lost money.