Pages:
Author

Topic: [PUBLIC - FREE] Penny Pong Bot - page 2. (Read 1576 times)

newbie
Activity: 24
Merit: 0
September 20, 2017, 07:23:46 PM
#14
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.
full member
Activity: 279
Merit: 132
Beefcake!!!
September 19, 2017, 10:17:24 PM
#13
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
full member
Activity: 150
Merit: 100
Official AltCreator Account
September 19, 2017, 01:37:01 PM
#12
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?
newbie
Activity: 24
Merit: 0
September 19, 2017, 08:37:00 AM
#11
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.
newbie
Activity: 24
Merit: 0
September 19, 2017, 08:00:46 AM
#10
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.
newbie
Activity: 24
Merit: 0
September 19, 2017, 07:45:38 AM
#9
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.
newbie
Activity: 24
Merit: 0
September 19, 2017, 07:39:04 AM
#8
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.
newbie
Activity: 53
Merit: 0
September 18, 2017, 06:03:44 PM
#7
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.


newbie
Activity: 53
Merit: 0
September 18, 2017, 11:41:40 AM
#6
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.

member
Activity: 135
Merit: 10
September 18, 2017, 09:51:15 AM
#5
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.
newbie
Activity: 24
Merit: 0
September 18, 2017, 09:46:30 AM
#4
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.
full member
Activity: 256
Merit: 102
September 14, 2017, 05:04:54 AM
#3
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
member
Activity: 98
Merit: 10
September 13, 2017, 04:49:29 PM
#2
I was just thinking about this today!! are there any other bots available to compare this too?
newbie
Activity: 24
Merit: 0
September 13, 2017, 01:59:14 PM
#1
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.



Pages:
Jump to: