Releases: ebaloaloa/lick-hunter-server
Releases · ebaloaloa/lick-hunter-server
Fix LunarCrush Sentiments Data
What's Changed
- Update Sentiments Data by @ebaloaloa in #141
- Develop by @ebaloaloa in #142
Full Changelog: 0.16.3...0.16.4
Workaround: LunarCrush Public API
What's Changed
- Workaround: LunarCrush Public API by @ebaloaloa in #139
- login to lunarcrush.com and go to market data to load the public api
- go to developer tools
- go to network tab.
- look for the public api (see image)
- copy/paste the "key" in sentiments.key from application.properties (see image)
- copy/paste the user-agent in the "user-agent" property in web-settings.json (see image. sample web-settings.json in the link)
- replace existing jar file
- You may logout from lunarcrush after you retrieved the key and user-agent.
- Develop by @ebaloaloa in #140
Full Changelog: 0.16.2...0.16.3
Scheduled task to retrieve candlestick
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
What's Changed
- Fix sentiments null pointer exception by @ebaloaloa in #131
- Develop by @ebaloaloa in #132
Full Changelog: 0.16.0...0.16.1
Add Minimum Market Cap Filter to avoid small caps coins
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
What's Changed
- Added scheduler to update account information every 1 minute by @ebaloaloa in #126
- Develop by @ebaloaloa in #127
Full Changelog: 0.15.0...0.15.1
Telegram Command to get active positions
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.
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
What's Changed
- Feature/minor changes by @ebaloaloa in #120
- Develop by @ebaloaloa in #121
Full Changelog: 0.13.3...0.13.4
Changed Files
- server-0.0.1-SNAPSHOT.jar
