/bybitTicker

Bybit Panel with Mark Price, Open Position and Alarm Function

Primary LanguageJava

Bybit Ticker

  1. Sync your Windows time

  2. On first start, it will create a bybitconfig.txt file.
    Please add your apikey and apisecret

    Real
    apiKey=1234 -> use your own key
    apiSecret=1234 -> use your own key
    streamurl=wss://stream.bybit.com/realtime
    apiurl=https://api.bybit.com

    Test
    apiKey=1234 -> use your own key
    apiSecret=1234 -> use your own key
    streamurl=wss://stream-testnet.bybit.com/realtime
    apiurl=https://api-testnet.bybit.com

    Screenshot

    Nice to know:

    • The Percent is not always accurat to the Bybit Percent on the Webpage
    • Alarm Example:
      If you set the Alarm to 50 , then the alarm is triggered when the price goes 50 points above or below the watch price.