Skip to content

AtsutaneDotNet/LickHunterPro-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

LickHunterPro-Assistant

Assistant Software to manage LickHunterPro Bot using python and liquidation data from https://liquidation.report

Trading futures is very high risk and involves a risk of loss. Please consider carefully if such trading is appropriate for you. Past performance is not indicative of future results. Software and data on this page are for research purposes only and do not constitute investment recommendations or advice. Do your own research!

LHPA-UI LHA-Webhook LHA-Menu

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 50%
  • Interactive hotkey menu
  • Colorfull discord embed :D
  • still building the list

LickHunterPro-Assistant Known Issues

  • The script randomly freeze. Main loop broken. Need to close and it will work again.
  • Auto PercentBal not really working on Bybit Exchange
  • still building the list

LickHunterPro-Assistant Setup

Download the latest version from https://github.com/AtsutaneDotNet/LickHunterPro-Assistant/releases. Extract and put it inside LHP folders

LHA setup

Just change control.json suitable to your need and run LickHunterAssistant.exe

{
    "tradingSettings": {
        "maxPairs": "300",
        "maxPositions": "2",
        "IsoPercentage": "10",
        "PrimaryProfit": "0.8",
        "SecondaryProfit": "0.6",
        "EmergencyExit": "true",
        "EmergencyTrigger": "20",
        "EmergencyProfit": "0.4",
        "OverrideLongOffset": "0",
        "OverrideShortOffset": "0",
        "24hprice_limit": "21",
        "funding_limit": "0.1",
        "aging": "21",
        "AutoIsolatedAndLevChange": "true",
        "margin_type": "ISOLATED"
    },
    "tradingPairs": {
        "whitelist": "",
        "CurrentPairs": "",
        "LastUsedPairs": "",
        "blacklist": ""
    },
    "tradingAI": {
        "autoPbal": "true",
        "autoMaxPos": "true",
        "LickValueType": "mean",
        "nominalValue": "6",
        "MaxMin": "false",
        "maxVwap": "12",
        "minVwap": "8"
    },
    "autoTransfer": {
        "status": "true",
        "limit": "10000",
        "increase_limit": "true",
        "percentage": "1"
    },
    "misc": {
        "bot_name": "Assistant",
        "webhookStatusDelay": "900",
        "standalone": "false",
        "verbose": "false",
        "botRestart": "0",
        "sleep": "15"
    }
}

For More Details Please Visit The Wiki

Credits

Donate To LickHunterPro-Assistant Development

  • ETH/BSC 0xaD687b24852Ae916Cfb740871768E7b214175729

About

Assistant Software to manage LickHunterPro Bot using python and liquidation data from https://liquidation.report

Resources

Stars

Watchers

Forks

Packages

No packages published