Skip to content

Instantly share code, notes, and snippets.

@jeff47
jeff47 / Pionex BTC pairs.txt
Last active August 31, 2021 11:22
Pionex Pairs to import for TradingView
BINANCE:AAVEBTC,BINANCE:ADABTC,BINANCE:AGIBTC,BINANCE:AKROBTC,BINANCE:ALGOBTC,BINANCE:ANTBTC,BINANCE:ASTBTC,BINANCE:ATOMBTC,BINANCE:BALBTC,BINANCE:BANDBTC,BINANCE:BATBTC,BINANCE:BCDBTC,BINANCE:BCHBTC,BINANCE:BEAMBTC,BINANCE:BNBBTC,BINANCE:BNTBTC,BINANCE:BQXBTC,HUOBI:BSVBTC,BINANCE:BTGBTC,HUOBI:BTMBTC,BINANCE:BZRXBTC,BINANCE:CELRBTC,BINANCE:COMPBTC,BINANCE:COTIBTC,HUOBI:CROBTC,BINANCE:CRVBTC,BINANCE:DASHBTC,BINANCE:DATABTC,BINANCE:DCRBTC,HUOBI:DGDBTC,BINANCE:DNTBTC,BINANCE:DOGEBTC,BINANCE:DOTBTC,BINANCE:EGLDBTC,BINANCE:ELFBTC,BINANCE:ENJBTC,BINANCE:EOSBTC,BINANCE:ETCBTC,BINANCE:ETHBTC,BINANCE:EVXBTC,BINANCE:FETBTC,BINANCE:FILBTC,BINANCE:FTMBTC,BINANCE:FTTBTC,BINANCE:GRSBTC,BINANCE:GRTBTC,HUOBI:GTBTC,HUOBI:HTBTC,BINANCE:ICXBTC,BINANCE:IDEXBTC,BINANCE:IOSTBTC,BINANCE:IOTABTC,BINANCE:IRISBTC,BINANCE:JSTBTC,BINANCE:KAVABTC,BINANCE:KMDBTC,BINANCE:KNCBTC,BINANCE:KSMBTC,HUOBI:LAMBBTC,BINANCE:LINKBTC,BINANCE:LRCBTC,BINANCE:LSKBTC,BINANCE:LTCBTC,BINANCE:LUNABTC,HUOBI:LYMBTC,BINANCE:MANABTC,BINANCE:MATICBTC,BINANCE:MKRB
@jeff47
jeff47 / funding_fee_alert.py
Last active August 31, 2021 11:24
Funding Fee alerts for Binance/Pionex
#!/usr/bin/python3
import json, urllib, http.client
import requests
# Pionex does not currently have a way to send alerts if the funding fee for the Spot-Arbitrage bot falls below a
# certain level. In some cases, the funding fee can even be negative. I created this script to check the new funding
# fees from Binance, and send an alert via Pushover if the upcoming fee is below a cutoff. This will give me time to close
# the bot if the conditions are not favorable.
# To use this script, you'll need to register a Pushover account, get a Pushover ID and an API token. Those are all free.
@dazfuller
dazfuller / License.md
Last active August 10, 2023 15:59
Exporting data from a database to Parquet files in .NET (Core). This demo application targets a SQL Server database but the code could be re-used to target other database solutions.

MIT License

Copyright (c) 2018 Darren Fuller

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: