Releases: rleons/nefertiti-scripts
New Feature: Bittrex Exchange support
New Feature: Ignore leveraged tokens (Binance and KuCoin)
Example: --ignore=leveraged
This will exclude the following:
https://www.binance.com/en/leveraged-tokens/tokens/allTokens
https://www.kucoin.com/leveraged-tokens
Bugfix: Updated to order by quote volume
Base asset volume was being used, not sure what should be the better resulting approach, but changing to quote volume in the meantime.
Updated and added features to 'markets-picker.sh'
(1) Nefertiti dependency removed: Markets are queried directly from exchange.
(2) Increased run speed: Markets data is now pulled all at once with a single API call, then locally filtered.
(3) Replaced --minvol with --top: Instead of guessing trading volumes and give the script a fixed number, the result are now automatically ordered by volume and you only need to specify the --top amount of pairs you want.
(4) Added --maxchange: Increased flexibility for broader market conditions.
(5) File management (auomation): The resulting markets are also written to a file in CSV format in case you want to automatically feed them to a Nefertiti buy script. Previous file is always backed up with a timestamped filename.
To-Do:
(1) Standardize/clean-up % change math and variable names.
(2) Include blacklist to filter out unwanted pairs.
Added *cancel-orders.sh scripts
Added scripts to cancel unfilled orders on Binance and KuCoin.
README updated
v1.0.4 README.md has been updated.
Scripts added
Added script templates for Coinbase, Binance, and KuCoin.
Bugfix: minChangeNeg calculation on Binance
See pull request #2
Feature Added: Test for dependencies
Merge pull request #1 from d00vy/patch-1 Feature: added test for dependencies
Main release
v1.0.0 Add files via upload