Post
Topic
Board Project Development
Re: [PUBLIC - FREE] Penny Pong Bot
by
GoldMan79
on 18/09/2017, 13:46:30 UTC
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.