Bitcoin Forum
May 03, 2024, 01:58:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 »
1841  Economy / Trading Discussion / Re: Trading bots and profitability - any long term experiences? on: September 05, 2015, 01:16:57 PM
Nothing, yet?

Okay, I'll start by posting what my bot currently makes. It's running since several days now, and I wonder if a constant profit of 1% a day can be achieved over a long period of time.
Today, I saw that it already created almost 4% of profit in the last 24 hours. I guess it just had a good day.

Code:
date			type	amount		price	total
04.09.2015 09:56:09 buy 0.4951078 225.17 111.483
04.09.2015 09:44:07 sell 0.49252398 226.814 111.711
04.09.2015 09:42:09 buy 0.493511 223.021 110.063
04.09.2015 07:08:08 sell 0.48943637 225.293 110.267
04.09.2015 02:22:09 buy 0.4904172 223.62 109.667
04.09.2015 01:18:08 sell 0.48873917 224.845 109.891
03.09.2015 21:32:08 buy 0.4897186 223.303 109.356
03.09.2015 20:42:09 sell 0.48744436 224.816 109.585
03.09.2015 19:24:08 buy 0.4884212 223.02 108.928
03.09.2015 14:58:08 sell 0.48624916 224.48 109.153
03.09.2015 13:42:09 buy 0.4872236 222.818 108.562
03.09.2015 12:46:10 sell 0.48355995 224.929 108.767
03.09.2015 12:12:08 buy 0.484529 222.53 107.822
03.09.2015 11:16:09 sell 0.48087075 224.667 108.036
03.09.2015 09:56:15 buy 0.4818344 223.022 107.460
02.09.2015 13:56:09 sell 0.48053737 224.479 107.871

.edit:
The bot can be seen trading publicly on my website (account needed): http://bitshit.shice.info/bitshit.frontend/standard/btcewalltrader

Is your http://eatshit.shice.info/bitshit.frontend/ bot for free?
Funny that this link even works - default host entry in server config points to the project.
As for your question: I don't have a price model in mind, right now, but it'll take a small fee.
1842  Economy / Investor-based games / Re: iz-nop.com | 100% Automated | 130% Return | Secure | Instant | Chat | on: September 05, 2015, 01:13:55 PM
You should try to advertise more on other forums...

I have advertised on other forums. But tbh. Most forums are smaller then this one. So this is the best place to advertise.

I want to do a bitcointalk signature campaign but I can't afford it ;(

even if you will do a signature campaign, default trust users won't allow that and every participant will receive a red trust for promoting a ponzi. sad but true  Undecided

Every single one? I mean. They are getting paid to do it.

This is a paid Ad

That simple. I find it BS that They give out negative trust just for the word ponzi. Anyways  I am sure If i did it and offered higher rates then the current ones some people would do it.

That's exactly what I'm criticizing here. Marking users as scammers just because. But that's a different topic; don't want to start this discussion again. Smiley

I think ponzi owners just have to deal with it.
1843  Economy / Trading Discussion / Re: Trading bots and profitability - any long term experiences? on: September 04, 2015, 11:49:25 PM
Yeah, I also read that thread. Though I cannot find anything in this thread about long term profitability. Can you point me to the post?
1844  Economy / Trading Discussion / Re: Trading bots and profitability - any long term experiences? on: September 04, 2015, 08:56:48 PM
they can work but if they do 'cock' up then they can really cost you some money you need to make sure that you are either sure you can code a program which can do it or have hired a dev which is competent enough and has experince which he can show or you purchase a already established one which has many positive reviews
Hi & welcome to the forum!

I am a (web-)developer, by profession. Altogether, including studies, since 9 years now. Wink

What I'd like to hear about is actual results. Did anybody use a trading bot for several months, maybe with constant settings, and if so, what was the average return per day in percentage?

Regarding my bot: for the moment, I don't want to be responsible for situations in which users might lose, so I'm coding the bot in a way that it cannot lose money. It can just stop making money, and situations which would otherwise cost the user money should be handled by him. Smiley
1845  Economy / Trading Discussion / Re: Trading bots and profitability - any long term experiences? on: September 04, 2015, 08:33:43 PM
Hey guys,

thanks for your replies.

I'm coding a bot since 2013. 40 Releases (10 Beta + 30 Officials) : https://bitcointalk.org/index.php?topic=507103.0

Users seems happy with that, BUT the story is simple : if you know what to do and how to parametrize the algorithm you can have a profit, if you choose random market and start a "default" bot you will probably have a loss.
Funny. I was made aware of that bot just today, when a member of our trading group (no PnD, it's really a trading group: https://bitcointalk.org/index.php?topic=762278.0 ) told me he bought it, when we were talking about current and potential features of my bot.
You're pointing out what I meant: at the end of the day, it's all depending on the settings, strategy etc..
I saw that it's a Java application, so you probably don't have any access to historical trading data? Mine runs on my website, and I'm storing all trades - synchronized with the BTC-e API - in my local database on the server (I have to, because I have to take previous trades into consideration to determine the next entry position). This way, I can monitor the profits nicely and adjust parameters. In fact, I'm planning to auto-analyze the profits, and when profits decrease, the bot will adapt to the current situation by adjusting its parameters.

By the way, you can see its trade results here: http://bitshit.shice.info/bitshit.frontend/standard/btcewalltrader
That's my overall project. If you're interested in seeing it perform, an account is needed to get access to these pages. No worries, the page is legit. I even have an imprint on the bottom of my website (probably the only person in crypto doing so, heh), and I'm way too passionate about all this stuff here to waste my reputation. Wink

.edit: just had a closer look at CAT - wow, your piece of software really looks sophisticated!

I wrote an amateur arbitrage bot for my own use. It's not that profitable at normal days =/

So I wonder which strategy your bot uses allyouracid ? And are there also days with a negative return?
Basically, it's just a "buy-low-sell-high"-Bot (even though this term does not satisfy all the work and logic I put into it in any way). I haven't implemented any indicators (yet), but I'm planning to do so, because I want to save the user from the "hassle" of determining whether it's a good time to enter a buy- or a sell position. Planning to use EMAs here, set on values which roughly represent the waves on BTC-e's chart.
My intention was to build a trading bot without being influenced by other similar software, so I can make sure that I'm implementing the core exactly in a way I would do it. For that reason, I haven't looked any deeper into existing trading bots.

It already has quite some logic: it determines the volume to check if a price target is realistic to reach, plus it checks the waves/price movement in the past time. For now (remember, the bot is only running since 08/30), I think I have found quite a good way to set price targets. It has already caught some near-tops and near-bottoms.

Because of the way it is built, it has kind of a built-in loss protection. Or, it depends on what you regard as a loss: if you're okay with accumulating BTC, the worst thing that can happen is that the bot buys BTC higher than necessary if a downtrend occurs (but never above the last sell price!). In such situations, users get an email (additionally to the mail after executed trades) which informs them that the bot hasn't made any trades since xx hours.
In that case, you're likely to have more BTC in your account due to previous trades.

The other scenario would be that an uptrend starts. Then, the bot would have sold at its target (determined by the last trade's price) and doesn't find a reentry. Then, the user (currently only me, heh) also gets an email notification. The bot does not reenter the market at a higher price, so in that case, you have maybe sold earlier than necessary, but increased your USD holdings anyway.

The bot works best when the price is moving more or less sideways. It rides the waves up and down, and when it loses track, the user has to decide if/when to reenter the market. Best would be to wait until a certain price level has established.
1846  Economy / Speculation / Re: how bitcoin price did not get affected by blockchain maintanace time ? on: September 04, 2015, 01:34:48 PM
Why must it go down? 1 wallet service being down should not affect price much. Dare I hope that more people are running their own wallets now??
This.
I think many people confuse blockchain.info for "being the blockchain", or being something like "the CEO of Bitcoin" ^^
It's just a service provider in Bitcoin realms. Although a major one, but as its main purpose is providing wallets and insight into Bitcoin blocks, transaction, wasllets, I don't think it's that important on the financial side to actually have any impact on the Bitcoin price.

This might change if any big exchange does have maintenance times, because there, the money of users is directly involved and fear of them running off with the money spreads quickly.
1847  Economy / Trading Discussion / Re: Trading bots and profitability - any long term experiences? on: September 04, 2015, 10:15:21 AM
Nothing, yet?

Okay, I'll start by posting what my bot currently makes. It's running since several days now, and I wonder if a constant profit of 1% a day can be achieved over a long period of time.
Today, I saw that it already created almost 4% of profit in the last 24 hours. I guess it just had a good day.

Code:
date			type	amount		price	total
04.09.2015 09:56:09 buy 0.4951078 225.17 111.483
04.09.2015 09:44:07 sell 0.49252398 226.814 111.711
04.09.2015 09:42:09 buy 0.493511 223.021 110.063
04.09.2015 07:08:08 sell 0.48943637 225.293 110.267
04.09.2015 02:22:09 buy 0.4904172 223.62 109.667
04.09.2015 01:18:08 sell 0.48873917 224.845 109.891
03.09.2015 21:32:08 buy 0.4897186 223.303 109.356
03.09.2015 20:42:09 sell 0.48744436 224.816 109.585
03.09.2015 19:24:08 buy 0.4884212 223.02 108.928
03.09.2015 14:58:08 sell 0.48624916 224.48 109.153
03.09.2015 13:42:09 buy 0.4872236 222.818 108.562
03.09.2015 12:46:10 sell 0.48355995 224.929 108.767
03.09.2015 12:12:08 buy 0.484529 222.53 107.822
03.09.2015 11:16:09 sell 0.48087075 224.667 108.036
03.09.2015 09:56:15 buy 0.4818344 223.022 107.460
02.09.2015 13:56:09 sell 0.48053737 224.479 107.871

.edit:
The bot can be seen trading publicly on my website (account needed): http://bitshit.shice.info/bitshit.frontend/standard/btcewalltrader
1848  Economy / Trading Discussion / Trading bots and profitability - any long term experiences? on: September 03, 2015, 05:41:50 PM
Hey guys,

simple and short question: does anyone here have any longer termed experience regarding the profitability of trading bots?
I am currently coding one, and I have it returning around 1% per day, since it runs (only a couple of days - since August 30th). And I calculated this up and came to the conclusion that trading bots might be profitable over the long run, even if they only return a small percentage of gains per day.

I am aware of the fact that this is depending on a set of factors, such as strategies used, coding of the bot and even the user who has the bot running.

Maybe we can get a discussion here about:

  • if there actually are users who have long term experience running a certain bot (let's say several months and more)
  • what strategies their bots are using
  • how much profit (percentage values are fine) you gained
  • what volumes do you trade (if you mind talking about that)

Many bots are for sale on the forums, and you can read endless descriptions of the bots. But what I'm lacking a bit is the long term experience. We don't need to discuss specific bots here, I think, because at the end of the day, everybody has to do his own due diligence.
1849  Bitcoin / Project Development / Re: BitSafe - Bitcoin Savings Bank on: September 01, 2015, 03:45:06 PM
The website is a pain to look at.
If you want users to trust you with their money, you should invest in a website. This really looks like 5 minutes work with the WYSIWYG editor of Dreamweaver.

In an online world, your website is your poster child, and everyone who has at least little experience with the internet in general will get the feeling that someone who makes such a website has no clue about how to secure his funds.

I wouldn't go as far as calling scam, but I'd really recommend reconsidering if you a) want to do this kind of business (hackers will be a regular issue to deal with) and b) if you're capable of that.
1850  Other / Off-topic / Re: What Song are you Listening To? on: September 01, 2015, 07:56:53 AM
Another live set I'm listening to, right now. From the guy who also made the previous set.
That was on my 33rd birthday when he played this set in a local club in Freiburg/Germany. What a great party. Makes memories come back!

https://soundcloud.com/patrick-wieland/20150328-patrick-wieland-camera-obscura-balzbambii-freiburg-rebuilt
1851  Other / Off-topic / Re: What Song are you Listening To? on: August 31, 2015, 02:22:30 PM
It's not exactly a song, but a great electronic/techno set a very good friend of mine (local DJ in Freiburg/Germany) has made: https://soundcloud.com/patrick-wieland/legotechnik-patrick-wieland-techno-visuelle-kunst-white-rabbit-150514
1852  Economy / Scam Accusations / Re: waterpile is trying to do some hidden activities - here are the proof. on: August 31, 2015, 05:47:10 AM
It's self-modded and he probably just considered your post unnecessary, doesn't mean he is doing anything wrong. Many people sell potential ranked accounts and many self-mod threads to prevent spammers asking silly questions.
Agreed. I also had 2-3 removed posts in threads, and I thought that nothing was wrong with them. Sometimes, it's just to keep the threads clean and posts are removed for that reason.
1853  Economy / Investor-based games / Re: iz-nop.com | 100% Automated | 130% Return | Secure | Instant | Chat | on: August 28, 2015, 07:35:40 PM
I think that there is already useless to invest, a waiting list is consist of sum in several of Bitcoins. May be restart (eqv. SCAM) can resolve this problem.

Negative. This game no one loses. Everyone will get paid out eventually. Smiley

I mean if you look at the page and dates. Everyone who invested yesterday has been paid already Smiley

The waiting list at the moment is the sum more than 4.26 BTC. If an investor makes a deposit now, to get him back his money, he has to wait for all of the investors who make deposits for a total amount of 5.6 BTC.
If things continue like until now, the amount should be reached by tomorrow.
Of course, nobody can say this for sure, but I'm optimistic.

Just got paid from today morning's deposit and deposited again.
1854  Economy / Investor-based games / Re: iz-nop.com | 100% Automated | 130% Return | Secure | Instant | Chat | on: August 28, 2015, 06:06:55 PM
I think, if people don't overdo it and play Ponzis just for fun with small amounts, they can actually be fun. That's what it should be: fun, no additional income. Smiley
Yeah, ponzi is good if you want to lose your coins or to have fun with your coins.
But, if you do not know when to stop, then you may lose it all.

30 is too small. That way, I wouldn't be able to check the state/position of my last deposit.
I'd implement a simple pager which shows 50 items per page. Would that be a good idea?
Yeah, sounds like a good idea too. Smiley
Yofun please implement this to your website... if not the list of deposits will become too long.
Too long that it took me forever to scroll to the bottom of your website. Tongue

hmm...Maybe.

Maybe I can show 50 deposits then show a "show more button" ? Not 100% sure how to do it but I will figure it out or ask someone who can figure it out :p
jQuery has plenty of pagination plugins, just look here: https://plugins.jquery.com/tag/pagination/
Smiley
1855  Economy / Scam Accusations / Re: ===►Maidak scammed me 400$ BTC,this time is for sure===► on: August 28, 2015, 12:43:44 PM
What kind of thing do you have with me and weakening the trust system?
I suggest stopping that stereotyped thinking and reading my posts again; if you still don't understand what I'm saying, I'll be happy to explain to you what I'm talking about. And what sarcasm is, too.
1856  Economy / Investor-based games / Re: iz-nop.com | 100% Automated | 130% Return | Secure | Instant | Chat | on: August 28, 2015, 12:25:07 PM
waa waiting for payment..
I've received back my coins + 30% yesterday. Smiley
Expect to see your coins in your wallet soon.

Hey, Yofun. The list of deposits is getting longer and longer everyday... that is good, but...
I mean, limit the transaction shown in the main page to 30 transactions or less.

Thanks.
30 is too small. That way, I wouldn't be able to check the state/position of my last deposit.
I'd implement a simple pager which shows 50 items per page. Would that be a good idea?
1857  Economy / Investor-based games / Re: iz-nop.com | 100% Automated | 130% Return | Secure | Instant | Chat | on: August 28, 2015, 12:23:47 PM
I assume it will need a reset someday as the line of waiting users needed to fill the 35%will get longer and longer
At some time, sure.
After my very first deposit, I was waiting for around 1 week (not exactly sure, but somewhere in that range). But that was also due to the website being lost. After the new website came online, my payouts came pretty quickly. I have only invested 0.02 BTC, because I thought, hell, if it's gone, it's gone.
This morning, I have made my 5th or 6th deposit, which will be paid, soon. Those 0.02 BTC have turned into 0.07+ after the next payout. After that, I think I will start putting aside my initial investment (not that it mattered, but I like the general idea of protecting me against losses, so everything beyond that are essentially free rolls) plus a bit after each deposit/return.

I think, if people don't overdo it and play Ponzis just for fun with small amounts, they can actually be fun. That's what it should be: fun, no additional income. Smiley
1858  Economy / Scam Accusations / Re: ===►Maidak scammed me 400$ BTC,this time is for sure===► on: August 28, 2015, 07:18:34 AM
What I completely dislike in this forum is when everyone - especially those on the default trust list - jump in to leave negative feedback for deals they have absolutely nothing to do with.
In my opinion, this is also some kind of abuse of power. I don't want to attack anyone here; I just want to leave my opinion.

The only ones leaving negative feedback here should be those who were involved in the trades, and no one else. There is no need for some sort of altruistic Samaritans jumping in on any situation possible.
This makes the reputation system flawed, misleading and a direct invitation for abuse. Actually, there should be an option to hide the trust data of any user, and it should be hidden by default.

Also, the default list should not exist. There should be some other way to define if a user's rating matters or not.

Maidak? I'm actually surprised to read another forum user claiming the same ridiculous opinion that maidak, a legendary scammer on bitcointalk that scammed k of thousands USD should have no red trust rating, no zero trust rating but instead a nice green trust rating.

Well, i wonder if you thought that through. If you did and you still demanded that then i wonder what kind of person you are. You would help scammers all the way to proceed scamming it seems.

I will assume that you did NOT think this through. Roll Eyes
First off, I'm a person trying to build my opinion based on logic. And I'm able to reconsider if reasonable arguments (those beyond "you are ridiculous" - hilariousandco, you would do me a big favor if you restrain from bringing the discussion down to this level) are brought to the table. I consider this a good property.

Well, one thing I obviously did not think through might be the fact that if only those who were involved in the trades gave negative feedback, his overall feedback would still be green, giving a wrong impression to potential trade partners. hilariousandco pointet that out already, I think.
Nevertheless the system, as it is, leaves margin for errors and abuse (who is to decide whom to trust, whom to mark as scammer etc?), but I think at the end of the day, there is no such thing as a perfect implementation of a trust system, and best which can be done is to make it as good as possible and keep good track of who is being trusted.

Quote
And which abuse? Warning because a persons scammed? That is abuse? If real abuse is happening then threads are opened and people drop from default trust list. It's working for the most part.
There were already some threads of users who felt treated wrongly. I read their stories and came to the conclusion that in some cases, the negative reputation was unjustified. I hope that I don't have to go searching for those threads, as I only sporadically read the BCT forums over a long period of time, and I'm not sure if I could find them.
But there we are again at the point of no system being perfect. As I cannot come up with a better solution, it might probably be best to stick with "sometimes, it fails, but in many cases, it is helpful".

While it still feels somewhat wrong to me when people not involved in any trades make feedback about the users involved in said trades, I understand your point that in my version, he'd still have green feedback, giving a false impression about his trustworthiness.
As the idea of this forum is to let things regulate themselves as much as possible, I should maybe think of those giving feedback in such cases being part of the self-regulatory system.

What I completely dislike in this forum is when everyone - especially those on the default trust list - jump in to leave negative feedback for deals they have absolutely nothing to do with.
In my opinion, this is also some kind of abuse of power. I don't want to attack anyone here; I just want to leave my opinion.

The only ones leaving negative feedback here should be those who were involved in the trades, and no one else. There is no need for some sort of altruistic Samaritans jumping in on any situation possible.
This makes the reputation system flawed, misleading and a direct invitation for abuse. Actually, there should be an option to hide the trust data of any user, and it should be hidden by default.

Also, the default list should not exist. There should be some other way to define if a user's rating matters or not.

I love it when newbies chime in with their opinion. It's adorable.
Even though I'm not exactly new to this board, I consider this a compliment. :*
1859  Economy / Investor-based games / Re: iz-nop.com | 100% Automated | 130% Return | Secure | Instant | Chat | on: August 28, 2015, 05:10:18 AM
Woah, total deposits increased from 3 to 12 BTC!  Shocked
1860  Economy / Investor-based games / Re: iz-nop.com | 100% Automated | 130% Return | Secure | Instant | Chat | on: August 27, 2015, 01:23:07 PM
Just woke up and my transaction from yesterday came back, 130%. That was fast, didn't expect that.
One more time! Smiley
…and again. Received and re-invested.  Grin
Really seems things are quicker than before, now.
Pages: « 1 ... 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 [93] 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!