Git Product home page Git Product logo

scripts's Introduction

LickHunterPro Variable Pairs

On the LickHunterPro Discord a user named Sanduckchan created an overview on the Binance Futures liquidations. You can visit the site @ http://www.lickhunter.com/data/ The script fetches the pairs from the site and places them in the coins.json. The problem was with open orders. When the pairs got replaced you lost track of the open orders. That's why the script also checks your open orders on Binance Futures and combines those pairs with the pairs from the site.

Features:

  • Pairs based on Top 10 burned by Volume - 24h, Top 10 by Liq-Events - 24h, Average Liq-Volume in USD - 24h and Average Liq-Amount - 24h
  • Set a maximum of traidingPairs
  • Set a maximum of open orders, so you don't get too many open orders
  • Open order isolation - When X percent of your wallet balance gets hit by open orders, only the open order pairs will be traded until the percentage drops below X

This is an interim release to work with LickHunter Pro 1.76 This sets the same settings for all coins (you can change the values within the script), but that will be changed for the upcoming GUI version. $longOffset = "2.7" $shortOffset = "2.7" $lickValue = "1000" This release doesn't work for Bybit yet.

Prerequisites:

Installation:

  • Place Start-LickHunterPro-VarPairV1.xx.ps1 and Stop-LickHunterPro.ps1 in the root of the LickHunterPro folder (Example: C:\LickHunterPro).

  • Edit Start-LickHunter-Pro-VarPairV1.xx.ps1 with NotePad++ or Windows PowerShell ISE

    • $botName = the name for your bot Example: LHP001
    • $longOffset = "2.7" This applies to all coins for now - the soon to be published GUI will change that
    • $shortOffset = "2.7" This applies to all coins for now - the soon to be published GUI will change that
    • $lickValue = "1000" This applies to all coins for now - the soon to be published GUI will change that
    • $maxPositions = "3" The maximum orders you want to have open at the same time
    • $maxPairs = "8" The maximum pairs you want to trade, always the top of the chart is used
    • $maxPositions = "3" The maximum orders you want to have open at the same time
    • $openOrderIsolationPercentage = "10" Only trade open order pairs when X percentage of wallet balance is reached
    • $tadingMode = Choose a mode to base match your pairs. Modes: 1. $staticPairs 2. $whitelist 3. $tradingAge
    • $staticPairs = Trade only the pairs you want to trade
    • $whitelist = Set your personal whitelist of pairs you want to be able to trade
    • $tradingAge = All coins below trading age will not be traded
    • $blacklist = You can blacklist coins that are above your trading age, so they won't be traded
    • $tradePairs = "1" Choose 1, 2, 3 or 4, depending what chart your wan't to base your pairs on (1. Top 10 burned by Volume - 24h, 2. Top 10 by Liq-Events - 24h, 3. Average Liq-Volume in USD - 24h, 4. Average Liq-Amount - 24h)
    • $fundingRateThreshold = $true or $false, default is $false, set to $true if you don't want to trade pairs with a high Funding Rate
    • $maxFundingRate = For explanation about funding rate you can read this https://www.binance.com/en/support/faq/360033525031
  • Save your changed settings

  • Open Powershell and navigate to you LickHunterPro folder. From there run Get-ChildItem | Unblock-File

  • Run Start-LickHunterPro-VarPairV1.xx.ps1 from PowerShell

Donate

  • ETH: 0xA63Bca4aa47e42498889AB5185336FEa54835C7E
  • USDT/ERC20: 0xA63Bca4aa47e42498889AB5185336FEa54835C7E

scripts's People

Contributors

daisy613 avatar dimmyr avatar doosjenever avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.