Releases: AtsutaneDotNet/LickHunterPro-Assistant
Releases · AtsutaneDotNet/LickHunterPro-Assistant
LickHunterPro-Assistant v0.3o
What's New!
- Changing api endpoint to liquidation.report.
- Add autotransfer detail inside webhook.
- Remove safe, moderate, aggressive lick value. Maintain mean, median & mode lick value.
- New control option 'webhookStatusDelay'. Please update
control.json
file.
Older version will no longer work after 1 July 2022
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.report
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.3d
What's New!
- Add aging support
- Third time the charm to fix frozen issue
- Reduce webhook message when verbose is false
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.3a
What's New!
- Tweak safe,moderate,aggressive lick value
If u upgrade from version 0.3 no need to update control.json file. Version older than 0.3 need to upgrade control.json file
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.3
What's New!
- Back to basic. Simplify the control.json file. U NEED TO UPGRADE THE CONTROL FILE
- Add support for limit pair from high funding fee. The global ban still at 0.1%
- Better error log to indentify which process is broken
- Better handle for automated bybit pair
- 6 types of lick value.
mean
,median
,mode
,safe
,moderate
&aggressive
- Remove
MaxPerPos
options - Second attempt to fix random freeze on the main loop process.
U NEED TO UPGRADE THE CONTROL FILE
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.2y
What's New!
- Add support for multiply automated lick value. If lick value from website is 2000, you can multiply it by 4 to become 8000.
- Add support for compounding auto transfer. For each transfer, the system will add the transfer value to increase the limit.
- Add support to change leverage and margin type on fresh startup. Leverage value will be taken from
settings.conf
. Margin type can choose betweenISOLATED
andCROSSED
- New
control.json
file. Please update it.
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.2x
What's New!
- Add support for different lick value type when in isolation mode.
- Add support for DOT & BIT inside bybit
- New
control.json
file. Please update it.
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.2w
What's New!
- Fix
local variable 'limit_pairs' referenced before assignment
- Add support for BIT pair on Bybit
- Improve process and speed for startup, restart and shutdown
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.2v
What's New!
- MaxPositions and percentBal no longer goto 0. Min will be 1 for MaxPositions and 0.01 for percentBal
- Fix show tradinglist menu not showing correct lick value
- Remove webHookDelay from control.json
- Remove today PNL and PNL % from script
- Fix shutdown protocol trigger multiple time
- Add
24hprice_limit
settings. This will be in percentage. It will check which coin exceed this value and skip it. 0 to disable it - New
control.json
file. Please update it.
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.2r
What's New!
- Fix broken transfer system
- Mistakenly set
mode
as the default lick value when the script checking for lick value type. Changing it tomean
- Now the script actively tracking lick value type.
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list
LickHunterPro-Assistant v0.2m
What's New!
- A new whitelist option. When using this the script won't use pair from server.
Format example:"whitelist": "ADA,ALGO,ALPHA",
- Option to overwrite LONG or SHORT offset. While MinMax do the trick this gonna allow more refine control. Like if u wanna disable LONG or SHORT by using higher offset value.
To use it:"OverrideLongOffset": "99",
To disable it:"OverrideLongOffset": "0",
- auto transfer gonna check twice every hours.
- New
control.json
file. Please update it.
For More Details Please Visit The Wiki
LickHunterPro-Assistant Features
- Automatically choose pairs for trading base from balance, leverage and percentBal
- Automatically choose lick value, long offset & short offset base on data from https://liquidation.atsutane.net
- Discord Webhook support for notification and status change
- Automatically transfer balance from future to spot.
- Support using secondary take profit value when reach isolation mode.
- Support emergency exit plan by reducing secondary take profit value into half when margin is over EmergencyValue
- Interactive hotkey menu
- Colorfull discord embed :D
- still building the list