thibaultyou / tradingview-alerts-processor

Minimalist service designed to execute TradingView webhooks and process them to cryptocurrencies exchanges.
MIT License
79 stars 23 forks source link

Add checks to avoid trading with non-USD(T) pairs #8

Closed thibaultyou closed 3 years ago

thibaultyou commented 3 years ago

Trading with non-USD(T) pairs should not be allowed until internal sizes and calculations are supported with other coins.

Current : trading is allowed with every valid ticker Issue : orders are messed up with non-USD(T) tickers Fix : add a check to avoid trading with non-USD(T) tickers

thibaultyou commented 3 years ago

Fixed here.