BlackBot icon indicating copy to clipboard operation
BlackBot copied to clipboard

Grid Trading Bot

Results 13 BlackBot issues
Sort by recently updated
recently updated
newest added

Need to add the wxFeeCalculator = pw.WXFeeCalculator() function to calculate the new fee.

https://github.com/PyWaves/BlackBot/blob/83838873d169563fd5f4ba06cbf1cf8000eb43a4/BlackBot.py#L59 It returns 0 instead of the last price for me.

@jansenmarc @PyWaves ![image](https://user-images.githubusercontent.com/21156931/145586584-c85bb3d7-650e-4018-b653-4f86e93bbb7f.png) the price has been pulled as 1750.39 instead 17.5039 same issue on all pairs. Are the last commits from March 2019 correct? setting the manual price in...

This check needs to be changed to allow the maximum number of levels for SELL side to reach the full size of the grid because it less than GRID_LEVELS, but...

Updated with the new node and matcher web addresses.

I updated the matcher URL

replacing the old matcher address with the new one. With the old matcher address, bot halts on grid initialization.

This is my configuration file: ``` [main] node = http://nodes.wavesnodes.com # select the network: testnet or mainnet network = mainnet matcher = http://matcher.wavesnodes.com order_fee = 300000 order_lifetime = 86400 [account]...

Updated with the new nodes and matcher web addresses.