markusaksli / TradeBot

Crypto trading bot using Binance API (Java)
GNU General Public License v3.0
373 stars 138 forks source link

Backtesting problem #33

Closed k4m4h4l closed 2 years ago

k4m4h4l commented 2 years ago

As I understand it, before we can backtest, it would be necessary to use the collect function first.

but then this problem happens:

collection

---Entering collection mode ---No backtesting files detected Enter collectable currency (BTC, LINK, ETH...) BTC Invalid symbol. BTCUSD Invalid symbol.

IT DOESN'T MATTER WHICH SYMBOL I PUT THE RESULT THAT I SEE INVALID SYMBOL

markusaksli commented 2 years ago

Make sure your FIAT currency is set up in the config, since it adds it to the symbol. Wasn't able to reproduce this issue but I'll add the checked symbol to the error message