Bitcoin Forum

Bitcoin => Project Development => Topic started by: GoldMan79 on September 13, 2017, 05:59:14 PM



Title: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 13, 2017, 05:59:14 PM
Hey guys, Goldman here, a computer engineer. I'm starting a new project called the Penny Pong Bot.


So the idea is simple, a trader bot that can run 24h/24, 7d/7 without f*cking up.

Main strategy: Ping Pong.
Supported Exchange (To start): Bittrex, Poloniex.
Price: Free for every person that will post an useful idea, strategy, comment in the post.
GUI (To start): none
Goal: 100 trades/day, without any coins hold on your wallet at the end of the day.

How its work:
Selection of coins :
  • The bot gets all the available coins of the selected exchange.
  • Remove all the coins with less than 1000 BTC on volume.
  • Remove all the coins with a big gap between the buy/sell orders.

Trading conditions:
  • The bot first checks if the actual price is between the high & low of the day, if yes the process keeps on going.
  • The bot do the math to get the average price of the day. He trades only if the actual price is 1% higher or lower than the average price.
  • The bot do the math to get the selling price and place the sell order, n% higher.

That what is done for the moment, if you are interested (or not) share some suggestions to filter the trade and make the bot better. Don't forget you will get it for free if you help.





Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: cryptoking710 on September 13, 2017, 08:49:29 PM
I was just thinking about this today!! are there any other bots available to compare this too?


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: ferumflex on September 14, 2017, 09:04:54 AM
I am not sure about 100 trades per day. My feeling it is better if you have just 10 but most of them are profitable. with 100 per day probably you will have a lot of false signals


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 18, 2017, 01:46:30 PM
Hey guys, sorry for the delay.

I made some advancement, so how the bot works now:

1) He selects the top coins by volume (volume >= 1000), he removes every coin with a big gap between the buys and sells.
2) He gets the last ticker, the high of the day, the low of the day. If the market price is between the range: (high of the day - 3%) and (low of the day - 3%) he continues.
3) He gets the average price of the coin if the market price is equal to the average or the market price is between the range: (average price - 1%) and (average price + 1%) he continues.
4) He gets the last 3 ticks based on 30 minutes timeframe (tick+0 = is the actual market tick). If tick+2 and tick+1 have at least -0.5% change in the closing price. (tick+2 closing price > tick+1 closing price) he continues.
5) He gets the last 3 ticks based on 1 minutes timeframe (tick+0 = is the actual market tick). If tick+2 and tick+1 have at least 0.5% change in the closing price. (tick+2 closing price < tick+1 closing price).
6) Take the market price, amortize the fees ... blabla ... buy.
7) Do the same operation for every chosen coin, every 60 seconds.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: TwoCorn on September 18, 2017, 01:51:15 PM
So, what kind of returns are you getting - daily, weekly? And what kind of rate for profitable trades vs losses? Any other stats you could give us would be helpful. I am interested in your project.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: My_name_is_Amicus on September 18, 2017, 03:41:40 PM
If you need assistance or a second opinion with graphics/branding let me know. That's my gig.

When averaging does the bot take into consideration data from previous days or weeks?
To calculate a moving average or Trend.

I know past performance is no guarantee of future outcomes but I mean wouldn't it need to know if there is a general upwards or downwards (or sideways) trend?

Best of luck with the project, it's pretty interesting, I agree.



Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: My_name_is_Amicus on September 18, 2017, 10:03:44 PM
Maker/ Taker fees

You may have already looked at this but, I'll mention it anyway.

Many exchanges charge a lower fee for "Maker" orders vs the "Taker" fee. (for example Bitfinex maker fee is 0.1% and Taker fee is 0.2%)

If your bot is executing 100s of trades per 24hr period, It may be worth providing an option were the bot will try to place a "Maker" order therefore incurring lower fees.




Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 19, 2017, 11:39:04 AM
I was just thinking about this today!! are there any other bots available to compare this too?

Hey, I had a problem with the CSRF protection, I wasn't able to quote people.
Yes, I saw one on the forum, but it was crap that why I decided to create my own.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 19, 2017, 11:45:38 AM
If you need assistance or a second opinion with graphics/branding let me know. That's my gig.

When averaging does the bot take into consideration data from previous days or weeks?
To calculate a moving average or Trend.

I know past performance is no guarantee of future outcomes but I mean wouldn't it need to know if there is a general upwards or downwards (or sideways) trend?

Best of luck with the project, it's pretty interesting, I agree.



Hey, the bot selects only the coins with a bullish trend based on 1h change. I will soon add the RSI & MACD to filter more trades.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 19, 2017, 12:00:46 PM
Maker/ Taker fees

You may have already looked at this but, I'll mention it anyway.

Many exchanges charge a lower fee for "Maker" orders vs the "Taker" fee. (for example Bitfinex maker fee is 0.1% and Taker fee is 0.2%)

If your bot is executing 100s of trades per 24hr period, It may be worth providing an option were the bot will try to place a "Maker" order therefore incurring lower fees.




That true, but the problem is the number of coins available. If you filter by the number of coins and the popularity of the exchange (traded volume) you will end up with 2, Bittrex than Poloniex. Bittrex has 0.25% fees of each operation but he has a lot of coins that why I started with him.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 19, 2017, 12:37:00 PM
So, what kind of returns are you getting - daily, weekly? And what kind of rate for profitable trades vs losses? Any other stats you could give us would be helpful. I am interested in your project.

Hey, I will start posting some stats soon.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: AltCreators on September 19, 2017, 05:37:01 PM
So, what kind of returns are you getting - daily, weekly? And what kind of rate for profitable trades vs losses? Any other stats you could give us would be helpful. I am interested in your project.

Hey, I will start posting some stats soon.

What do you get in return for making this Ping Pong free trading estimates platform?


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: Beefcake on September 20, 2017, 02:17:24 AM
Suggestion: add to the bot: 3 pair auto arbitrage.  It trades 3 pairs (for example LTC, BTC, ETH) if there is a market inefficiency and if it can generate profit after exchange fees.  The math is very simple, however programming the bot to look for the many possible combinations may not be.

Suggestion: have clear trade records so that at the end of the year when we have to pay taxes we don't have to manually sort through thousands of transactions. Profit/loss, exchange fees, etc should be recorded in simple to read format.

If I think of anything else I will return


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 20, 2017, 11:23:46 PM
So, what kind of returns are you getting - daily, weekly? And what kind of rate for profitable trades vs losses? Any other stats you could give us would be helpful. I am interested in your project.

Hey, I will start posting some stats soon.

What do you get in return for making this Ping Pong free trading estimates platform?

I'm gonna use it, the more people use the more I can make it efficient.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 20, 2017, 11:30:32 PM
Suggestion: add to the bot: 3 pair auto arbitrage.  It trades 3 pairs (for example LTC, BTC, ETH) if there is a market inefficiency and if it can generate profit after exchange fees.  The math is very simple, however programming the bot to look for the many possible combinations may not be.

Suggestion: have clear trade records so that at the end of the year when we have to pay taxes we don't have to manually sort through thousands of transactions. Profit/loss, exchange fees, etc should be recorded in simple to read format.

If I think of anything else I will return

Hey, the bot trade an average of 10 pairs a day.
And yes there is a clear table with the logs of each transaction.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 21, 2017, 01:18:22 PM
Hey, so after 24hours of testing, now the bot doesn't take more than 3 positions for each pair. I removed some rules, now it's: If the market price is between (High - 3%) & (Low - 3%) and there is 1% drop in the close price of two candles based on the 1-minute chart the buy & sell (with 1% profit) orders are filled.

The bot made 96 trades (with 0.02 BTC / trade -> not relevant), 79 are already sold, 17 are still on hold.
So what I'm trying to work on right now is:
  • How to avoid taking positions that will not sell in the next minutes?
  • How to predict if the price is going up before taking the trade?
  • How to avoid taking trades at a high price that the market will reach again only after few days (or never  ::))
  • How to avoid taking trades when there is a big dump (I will probably use the volume for that)
  • What data could I use to make the bot better?
  • What indicator(s) could I use to make the bot better?

There is the list of the things I'm working on, if you have any suggestion, go on! Even small ideas can help.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: Black House Up on September 21, 2017, 02:39:49 PM
Sounds like a great idea. Honestly, I do not have a good suggestion for the bot yet, but I'll let you know when I think of one!

Maybe looking at the price&volume at another exchange? If there's a much higher volume on an other exchange and the price is also quite different, it could be falling/rising. That could be a nice addition.

Also, you said it trades 10 pairs, but the guy that said "3 pairs", meant Arbitrage Trading, which is using price differences between different pairs to obtain an almost risk-free profit. For example:

Buy 10 litecoin for $50/each, so $500.
Buy 2 Bitcoins for 5 Litecoins each, so 10 Litecoins.
Sell 2 Bitcoins for $275 each, so $550.

You just made 10% profit!!!

Obviously, it won't be that easy and profitable in reality, but it was just an example.. You get the idea.. I hope?

 


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 21, 2017, 07:50:24 PM
Sounds like a great idea. Honestly, I do not have a good suggestion for the bot yet, but I'll let you know when I think of one!

Maybe looking at the price&volume at another exchange? If there's a much higher volume on an other exchange and the price is also quite different, it could be falling/rising. That could be a nice addition.

Also, you said it trades 10 pairs, but the guy that said "3 pairs", meant Arbitrage Trading, which is using price differences between different pairs to obtain an almost risk-free profit. For example:

Buy 10 litecoin for $50/each, so $500.
Buy 2 Bitcoins for 5 Litecoins each, so 10 Litecoins.
Sell 2 Bitcoins for $275 each, so $550.

You just made 10% profit!!!

Obviously, it won't be that easy and profitable in reality, but it was just an example.. You get the idea.. I hope?

 

I think it's a different thing, check this: https://bitcoin.stackexchange.com/questions/49819/cryptocurrency-arbitrage-what-do-i-need-to-know


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: Black House Up on September 24, 2017, 03:04:17 PM
Sounds like a great idea. Honestly, I do not have a good suggestion for the bot yet, but I'll let you know when I think of one!

Maybe looking at the price&volume at another exchange? If there's a much higher volume on an other exchange and the price is also quite different, it could be falling/rising. That could be a nice addition.

Also, you said it trades 10 pairs, but the guy that said "3 pairs", meant Arbitrage Trading, which is using price differences between different pairs to obtain an almost risk-free profit. For example:

Buy 10 litecoin for $50/each, so $500.
Buy 2 Bitcoins for 5 Litecoins each, so 10 Litecoins.
Sell 2 Bitcoins for $275 each, so $550.

You just made 10% profit!!!

Obviously, it won't be that easy and profitable in reality, but it was just an example.. You get the idea.. I hope?

 

I think it's a different thing, check this: https://bitcoin.stackexchange.com/questions/49819/cryptocurrency-arbitrage-what-do-i-need-to-know

What? I'm just saying that this might be a profitable addition to your bot that shouldn't even be that hard to add... Let's not get picky about the name of this strategy, shall we? xD  ::)


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: Kutum on September 24, 2017, 05:14:33 PM
Seems like a good idea, i will look closely to it :)


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 25, 2017, 11:54:41 AM
Stats of 2017/09/24
  • The number of trades: 38
  • Investment per trade: 0.02BTC
  • Profit per trade: 0.0001BTC
  • Total Profit: 0.0038BTC


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: coinscalendar.com on September 25, 2017, 01:55:41 PM
Stats of 2017/09/24
  • The number of trades: 38
  • Investment per trade: 0.02BTC
  • Profit per trade: 0.0001BTC
  • Total Profit: 0.0038BTC

amazing for which market it is ? and any screens ?


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: ktemur on September 26, 2017, 11:18:48 AM
Hi Goldman, good luck with your nice work...i also wanted to write my own bot but couldnt find enough time to implement it...For now i am using just some simple ping pong scripts which i wrote...But i would want to try your bot so much, is it possible that we can get and try it?


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 27, 2017, 11:14:46 PM
Stats of 2017/09/24
  • The number of trades: 38
  • Investment per trade: 0.02BTC
  • Profit per trade: 0.0001BTC
  • Total Profit: 0.0038BTC

amazing for which market it is ? and any screens ?

2017-09-24
https://image.prntscr.com/image/YYxB8ZmoS0umZsVotPcF8Q.png

2017-09-25 (The bot had some crash problems, I patched it the 09-27)
https://image.prntscr.com/image/3cXEnqSxSEqV76b7mkpRhw.png

2017-09-26 (The bot had some crash problems, I patched it the 09-27)
https://image.prntscr.com/image/ZH2mUy8WTPyNOQXT_Pz4Ag.png

The number of trades is also down because the market was bad, the bot backed off and took less trade.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 27, 2017, 11:21:34 PM
great project, i like to trade and it would be great if it can be automated in some way.
one suggestion for the bot, is it possible to create a tab with details about the current orders and last completed trades?
let me know if I can try the bot so i can give you probably more improvements.

Hi Goldman, good luck with your nice work...i also wanted to write my own bot but couldnt find enough time to implement it...For now i am using just some simple ping pong scripts which i wrote...But i would want to try your bot so much, is it possible that we can get and try it?

Hey, jboesh check the screen above for the moment it's from my database. ktemur I will release it to the public once I finish the graphic interface.

I'm looking for people with Bittrex account that want to try the bot on their account if you are interested just send me a private message and I will make it happen.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: Rheachan1425 on September 28, 2017, 10:08:05 AM
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: crypthomonkey on September 28, 2017, 10:32:51 AM
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???
The same question.
But, anyway, great job)


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: mariyawisman on September 28, 2017, 02:11:09 PM
Please, show us a graphic UI concept. Seems like a cool project.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: bluefinim on September 28, 2017, 02:53:02 PM
Good idea. It is also open for improvement. How can i test it?


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: Qunenin on September 28, 2017, 05:04:34 PM
We have never has a single issue with any of our bots. There is nothing to it, it simply takes putting the right info in to avoid the issues that you have had. If you cannot handle the use of another person's coded bot, then why would we trust that you can code your own and why would we trust running your software with no open source and no proof that it is not doing something below the code.



Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 28, 2017, 05:42:07 PM
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???
The same question.
But, anyway, great job)

Hey guys, the bot invest only a small portion of your trading capital for each trade, the idea is to take small trades, that we can sell fast against a tiny return on investment, but with a large number of trades, the percent of return is significant. He only places trades when the market price is close to the average price so even if you are stuck with a trade, you will have to wait only a few hours before you sell it. That means you will always have trading capital available, you can check the screens I posted to see that the bot understand when the market is bad and take less trade for that period.

Please, show us a graphic UI concept. Seems like a cool project.

It's gonna be a web interface, I have a lot of projects going on, I will start working on it once I have 5 beta testers.

Good idea. It is also open for improvement. How can i test it?

You need a Bittrex account, with an API key. (There is no UI for the moment) Send me a message.

We have never has a single issue with any of our bots. There is nothing to it, it simply takes putting the right info in to avoid the issues that you have had. If you cannot handle the use of another person's coded bot, then why would we trust that you can code your own and why would we trust running your software with no open source and no proof that it is not doing something below the code.

I don't know why you are talking to me about your bots? I didn't have any issues with your bots, I don't even know you or your bots. Why are you talking about me not being able to handle the use of another person's coded bot?
I don't need your trust and I don't ask for it, you can keep it.
Speak for yourself, use I not we.
And no it's not gonna do something "below the code" because it uses the API of the exchange (which can be limited to taking trades only) and it runs on my own servers, not the user machine.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: crypthomonkey on September 29, 2017, 10:40:00 AM
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???
The same question.
But, anyway, great job)

Hey guys, the bot invest only a small portion of your trading capital for each trade, the idea is to take small trades, that we can sell fast against a tiny return on investment, but with a large number of trades, the percent of return is significant. He only places trades when the market price is close to the average price so even if you are stuck with a trade, you will have to wait only a few hours before you sell it. That means you will always have trading capital available, you can check the screens I posted to see that the bot understand when the market is bad and take less trade for that period.

Please, show us a graphic UI concept. Seems like a cool project.

It's gonna be a web interface, I have a lot of projects going on, I will start working on it once I have 5 beta testers.

Good idea. It is also open for improvement. How can i test it?

You need a Bittrex account, with an API key. (There is no UI for the moment) Send me a message.

We have never has a single issue with any of our bots. There is nothing to it, it simply takes putting the right info in to avoid the issues that you have had. If you cannot handle the use of another person's coded bot, then why would we trust that you can code your own and why would we trust running your software with no open source and no proof that it is not doing something below the code.

I don't know why you are talking to me about your bots? I didn't have any issues with your bots, I don't even know you or your bots. Why are you talking about me not being able to handle the use of another person's coded bot?
I don't need your trust and I don't ask for it, you can keep it.
Speak for yourself, use I not we.
And no it's not gonna do something "below the code" because it uses the API of the exchange (which can be limited to taking trades only) and it runs on my own servers, not the user machine.
thnx fo your answer, now i get  it


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: GoldMan79 on September 29, 2017, 10:50:04 AM
Trades of 2017-09-28 (94 trades):

https://image.ibb.co/mbnEJw/2017_09_29_1.png (https://image.ibb.co/mbnEJw/2017_09_29_1.png)
https://image.ibb.co/mo8zkb/2017_09_29_2.png (https://image.ibb.co/mo8zkb/2017_09_29_2.png)
https://image.ibb.co/gkzddw/2017_09_29_3.png (https://image.ibb.co/gkzddw/2017_09_29_3.png)

Better market = more trades.


Title: Re: [PUBLIC - FREE] Penny Pong Bot
Post by: mariyawisman on September 29, 2017, 11:02:17 AM
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???
Hi. I just want to ask something sir, does this bot prevent from losing my capital (BTC) if I'm going to use it?  ???
The same question.
But, anyway, great job)

Hey guys, the bot invest only a small portion of your trading capital for each trade, the idea is to take small trades, that we can sell fast against a tiny return on investment, but with a large number of trades, the percent of return is significant. He only places trades when the market price is close to the average price so even if you are stuck with a trade, you will have to wait only a few hours before you sell it. That means you will always have trading capital available, you can check the screens I posted to see that the bot understand when the market is bad and take less trade for that period.

Please, show us a graphic UI concept. Seems like a cool project.

It's gonna be a web interface, I have a lot of projects going on, I will start working on it once I have 5 beta testers.

Good idea. It is also open for improvement. How can i test it?

You need a Bittrex account, with an API key. (There is no UI for the moment) Send me a message.

We have never has a single issue with any of our bots. There is nothing to it, it simply takes putting the right info in to avoid the issues that you have had. If you cannot handle the use of another person's coded bot, then why would we trust that you can code your own and why would we trust running your software with no open source and no proof that it is not doing something below the code.

I don't know why you are talking to me about your bots? I didn't have any issues with your bots, I don't even know you or your bots. Why are you talking about me not being able to handle the use of another person's coded bot?
I don't need your trust and I don't ask for it, you can keep it.
Speak for yourself, use I not we.
And no it's not gonna do something "below the code" because it uses the API of the exchange (which can be limited to taking trades only) and it runs on my own servers, not the user machine.
waiting for your testers) But if you need some UI consulting - I will be glad to help with something