Tucsky / SignificantTrades

better than 1 min chart
https://aggr.trade
GNU General Public License v3.0
623 stars 212 forks source link

Only getting data from Bybit after installation #121

Open Schneider3000 opened 3 years ago

Schneider3000 commented 3 years ago

OS: Ubuntu 20.04 Webserver: Nginx

I installed SignificantTrades and everything went perfectly, then I configured nginx for the "/dist" folder. The website loads fine, but there is no data being shown other than from Bybit (its the only green exchange, others are grey). Ive looked through the configurations and couldnt find any file that would indicate that I have to choose which exchanges to show.

I then put the following line: this.products = ['BTCUSD', 'ETHUSD'] To all the exchange.js files (gdax.js, etc). Now most of then are green, but very rarely show any purchases at +100k in similar fashion like in aggr.trade website. (aggr.trade showsn them constantly, across various exchanges) If I lower the threshold, I get more data from the exchanges, but never in similar fashion as aggr.trade.

Have I installed everything wrong, or left some configuration out accidentally? Could it be an issue with the webserver Im running?

Tucsky commented 3 years ago

duplicate of #105