This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed max_size. The script was taking maxPrice instead of maxQty. (#1692
) * Fix issue #1664: Error 'Invalid end time.' on Poloniex For some reason the opts.offset is void, so I patched the code to use the default value in these cases. * Fixed wrong max_size for ADABTC pair. * Fixed EOSETH Pair. * Revert "Fixed EOSETH Pair." This reverts commit ca3cb18. * Modified to support MIN_NOTIONAL Filter. Order must be over MIN_NOTIONAL value, so I have modified the script to set min_size a little over MIN_NOTIONAL when it is below. * Update Products with MIN_NOTIONAL filter * Fixed max_size. The script was taking maxPrice instead of maxQty. * Revert "Fixed max_size. The script was taking maxPrice instead of maxQty." This reverts commit 9dbaa32. * Fixed max_size. The script was taking maxPrice instead of maxQty.
- Loading branch information