TeamWertarbyte / crypto-trading-bot

A trading bot that does what you order him to do (use at your own risk)
MIT License
30 stars 18 forks source link

Only trade some markets #8

Closed saschb2b closed 3 years ago

saschb2b commented 3 years ago

Current behavior: All profitable markets are traded within the main market

Wanted behavior: Specific market are only traded within the main market.

An extra optional array in the options could solve this e.g.:

markets: [BTC, ETH, LTC, XLM] // Trades only on those four coins in the defined main market 

When array not provided it will proceed as normal with all markets the exchange hast to offer

saschb2b commented 3 years ago

Will close this for now. This needs more thought. Either we evaluate all and blacklist/ignore some (as currently implemented) or just a specific set of coins (goal of this) But at the moment implementing both would result in a big mess