ColeBennett / binance-auto-blacklist

Automatically disables trading for new Binance listings in ProfitTrailer
34 stars 6 forks source link

does this work together with pt-feeder #1

Closed daryledesilva closed 6 years ago

ColeBennett commented 6 years ago

It only modifies the trading/PAIRS.properties, not sure if pt-feeder overrides that in the different market settings.

DavidLanz commented 6 years ago

so run this command line first java -jar ProfitTrailer-NBL.jar

then run Run-ProfitTrailer.cmd?

DavidLanz commented 6 years ago

do I need to restart Run-ProfitTrailer.cmd or leave it running?

ColeBennett commented 6 years ago

doesn't affect the actual profit trailer program, you just use that java -jar and keep it open in a terminal. PT could be on or off

DavidLanz commented 6 years ago

i saw you add line:

PIVXBTC_trading_enabled = false

can you make it PIVXBTC_sell_only_mode = true

cause maybe someone have buy it before, and need to sell them as soon as they can.

ColeBennett commented 6 years ago

that's a good idea, I can add it for a config option next update

Shroomyhigh commented 6 years ago

I am new to all of this so if you can please be half way decent to me. If I follow the instructions of the add-on will it help to not trade the newly added coins or did you actually fine that feeder rewrote it. I definitely don't want bags of true shit new coins. Is there a time limit before it would rip them from new coin status?

ColeBennett commented 6 years ago

Going to add feeder support soon it will modify all of the different market files. Also the NBL_days setting with NBL_clear = true will disable trading of the new coins until they are NBL_days old, then trading will activate for them again (if clear is true). Or just leave clear false so you can manually enable them if you decide they are good coins.

daryledesilva commented 6 years ago

thanks @bennettca keep up the good work! looking forward to the pt-feeder support

Shroomyhigh commented 6 years ago

So just so I am clear I should still do this anyways right now and then when the ptfeeder comes out do that one also. Where can I find online for binance where coins are being delisted and new coins info, any clue?

ColeBennett commented 6 years ago

@Shroomyhigh They post them here https://support.binance.com/hc/en-us/sections/115000106672-New-Listings. Probably wait because ptfeeder overrides pairs.properties anyways I think.

Shroomyhigh commented 6 years ago

Tyvm

mehtadone commented 6 years ago

@bennettca you can either update all the market condition files or if you can write any new pairs in a text file somewhere, then I can read it and you can offset over it with feeder, eg stick it in SellOnlyMode, reduce buyvalue etc etc

mymatelee commented 6 years ago

I'd like this to support Bittrex too if possible, great work!

ColeBennett commented 6 years ago

Added PT feeder support & adding a SOM option today. @mymatelee I can add Bittrex support but I don't know if there is a page where Bittrex lists the new coins.

daryledesilva commented 6 years ago

@bennettca @mehtadone of PTFeeder wants to connect with you! https://github.com/mehtadone/PTFeeder/issues/100#issuecomment-361491162

daryledesilva commented 6 years ago

thanks for the good job @bennettca closing this issue now