Skip to content

Releases: rleons/nefertiti-scripts

New Feature: Bittrex Exchange support

16 Jun 00:31
Compare
Choose a tag to compare
  • New Feature: Bittrex Exchange support
  • Cleanup: variables standardization

New Feature: Ignore leveraged tokens (Binance and KuCoin)

15 Jun 22:35
Compare
Choose a tag to compare

Bugfix: Updated to order by quote volume

09 Jun 00:06
Compare
Choose a tag to compare

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'

08 Jun 03:16
e89c110
Compare
Choose a tag to compare

(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

03 Jun 22:44
1e15e43
Compare
Choose a tag to compare

Added scripts to cancel unfilled orders on Binance and KuCoin.

README updated

28 May 03:01
Compare
Choose a tag to compare
v1.0.4

README.md has been updated.

Scripts added

28 May 02:24
Compare
Choose a tag to compare

Added script templates for Coinbase, Binance, and KuCoin.

Bugfix: minChangeNeg calculation on Binance

11 May 22:39
13fe12e
Compare
Choose a tag to compare

Feature Added: Test for dependencies

06 May 22:29
0fd7647
Compare
Choose a tag to compare
Merge pull request #1 from d00vy/patch-1

Feature: added test for dependencies

Main release

29 Apr 23:27
ffeb493
Compare
Choose a tag to compare
v1.0.0

Add files via upload