Skip to content

Releases: ebaloaloa/lick-hunter-server

Fix LunarCrush Sentiments Data

28 Apr 13:10
e1e2b30

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: 0.16.3...0.16.4

Workaround: LunarCrush Public API

26 Feb 11:28
d04cc89

Choose a tag to compare

Pre-release

What's Changed

  1. login to lunarcrush.com and go to market data to load the public api
  2. go to developer tools
  3. go to network tab.
  4. look for the public api (see image)
  5. copy/paste the "key" in sentiments.key from application.properties (see image)
  6. copy/paste the user-agent in the "user-agent" property in web-settings.json (see image. sample web-settings.json in the link)
  7. replace existing jar file
  8. You may logout from lunarcrush after you retrieved the key and user-agent.

image

Full Changelog: 0.16.2...0.16.3

Scheduled task to retrieve candlestick

28 Nov 08:00
8cebc61

Choose a tag to compare

Pre-release

What's Changed

  • Scheduled task to retrieve candlestick data. by @ebaloaloa in #133
  • Issue with binance candlestick websocket not up to date. Used candlestick api instead.
  • Develop by @ebaloaloa in #134

Full Changelog: 0.16.1...0.16.2

Fixed Sentiments Null Pointer Exception

25 Nov 03:22
ac6d312

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: 0.16.0...0.16.1

Add Minimum Market Cap Filter to avoid small caps coins

22 Nov 19:40
fa6715d

Choose a tag to compare

What's Changed

  • Added minimum market cap filter to avoid dramatic swings in the market by @ebaloaloa in #128
  • minMarketCap in query.json
  • Develop by @ebaloaloa in #129

Full Changelog: 0.15.1...0.16.0

Added scheduler to update account information every 1 minute

22 Nov 13:30
a9bea45

Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.15.1

Telegram Command to get active positions

21 Nov 21:44
51f871a

Choose a tag to compare

What's Changed

  • Added telegram bot to get active positions by @ebaloaloa in #124
  • /positions command to check all active positions
  • Develop by @ebaloaloa in #125

Full Changelog: 0.14.0...0.15.0

Stop Loss. Close All position command in telegram.

20 Nov 01:38
15c2cd7

Choose a tag to compare

What's Changed

  • Added Stop Loss feature. Close position command in telegram. by @ebaloaloa in #122
  • /close btcusdt to close a position. /close_all to close all positions
  • Develop by @ebaloaloa in #123

Full Changelog: 0.13.4...0.14.0

0.13.4 Fix pause bot

11 Nov 05:53
9c65fd5

Choose a tag to compare

0.13.4 Fix pause bot Pre-release
Pre-release

What's Changed

Full Changelog: 0.13.3...0.13.4

Changed Files

  • server-0.0.1-SNAPSHOT.jar

Updated liquidation.api rest endpoint in application. properties

01 Nov 13:14
9133e47

Choose a tag to compare

What's Changed

Full Changelog: 0.13.2...0.13.3