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

Add option to ignore tokenized stocks #5

Closed saschb2b closed 3 years ago

saschb2b commented 3 years ago

As mentioned here https://bittrexglobal.zendesk.com/hc/en-us/articles/360017498619-Tokenized-Stocks-FAQ some parts of the world are not allowed to trade tokenized stocks.

Original Answer from Bittrex:

"I am XXX and do want to thank you for reaching out to us. You can read more about tokenized stocks here: https://bittrexglobal.zendesk.com/hc/en-us/articles/360017498619-Tokenized-Stocks-FAQ . Per the article users in the European Union, European Economic Zone and other locations mentioned, are not able to trade tokenized stocks."

We should add a boolean flag to ignore those markets

https://api.bittrex.com/v3/markets/NFLX-USDT

{"symbol":"NFLX-USDT","baseCurrencySymbol":"NFLX","quoteCurrencySymbol":"USDT","minTradeSize":"0.00602990","precision":8,"status":"ONLINE","createdAt":"2020-12-02T22:04:28.37Z","prohibitedIn":["US"],"associatedTermsOfService":["TOS_SECURITIES_BERMUDA"],"tags":["TOKENIZED_SECURITY","USE_MIDPOINT_CANDLES"]}

Shows a tag TOKENIZED_SECURITY which could be used for filtering