Skip to content

Instantly share code, notes, and snippets.

@dinhhuydh
Last active December 30, 2017 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dinhhuydh/23f5c45e9e45f4320eeb98624e4e420b to your computer and use it in GitHub Desktop.
Save dinhhuydh/23f5c45e9e45f4320eeb98624e4e420b to your computer and use it in GitHub Desktop.

Principle

  • It does not predict a price up or down
  • It only notify when there is a rise on a coin. Price change is > 1.5% and volume change > 2%
  • It gets data on Poloniex page
  • The bot fetch data every 3 minutes

Examples

Ripple 1.0559% rises vs previous price. Volume: 22.6 btc. 24h Volume: 61960.10461694 btc. Rise streak: 1. Rise percentage (recent 100): 50.5%. Trend: 1.05% -0.73% -0.83% -0.13% -1.88% -1.23% 1.25% 0.63% -1.76% -1.5% . Watch & buy?

  • Rise 1.0559% to previous price in btc
  • Volume: 22.6 btc (estimated, maybe incorrect because Poloniex does not supply)
  • 24h Volume
  • Rise streak: number of rise streak compared with previous prices
  • Rise percentage in last 100 session: how many rise to its previous price in last 100 prices (sessions)
  • Trending: list % change in last 10 prices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment