You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: