CyberPunkMetalHead / Binance-volatility-trading-bot

This is a fully functioning Binance trading bot that measures the volatility of every coin on Binance and places trades with the highest gaining coins If you like this project consider donating though the Brave browser to allow me to continuously improve the script.
MIT License
3.41k stars 777 forks source link

Changing pair to something other than USDT no longer works #133

Closed divs1210 closed 3 years ago

divs1210 commented 3 years ago

Logs:

[2021-05-21 11:59:12] Signalsample: Max signal by ADAUSDT at 14 on shortest timeframe
[2021-05-21 11:59:12] Signalsample: No coins above 18 threshold on both timeframes
[2021-05-21 11:59:12] Signalsample: Waiting 4 minutes for next analysis
[2021-05-21 11:59:12] not enough time has passed yet...Session profit:0.00%

I have set the pair to BUSD, but seeing this

mindflvx commented 3 years ago

You changed the pair in signalsamplemod as well?

ShogunMan commented 3 years ago

Not really an issue, closing it.

divs1210 commented 3 years ago

So the same configuration has to be changed in 2 different places? 🙄

ShogunMan commented 3 years ago

Yes, as the samplesignalmod is just a sample of how a signalling mod can be set up. It's independant of main prog. Feel free to modify it as you wish and pull values from config.yml Put your results up here as a PR and we will review.