Tucsky / SignificantTrades

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

Feature Request: Multiple market-names, separated by a comma #113

Open rrarrarra opened 3 years ago

rrarrarra commented 3 years ago

Sometimes, different exchanges use different "names" for markets (that are actually trading almost the same assets).

For example:

Bitmex: "XBTUSD" and FTX: "BTCPERP".

or

FTX: "UNI-PERP" and Binance: "UNIUSDT".


Question/Feature Request: Is it possible to manually enter the market-names (separated by a comma) by myself, so that i do not have to open multiple windows, and therefore can have "equal" markets in only one window together?

That would be really cool!!!

Bildschirmfoto zu 2020-10-29 16-59-25

Thanks for help and best regards

Tucsky commented 3 years ago

Market names is complicated thing Every exchange got their little way to name them, little "-" in there, or "/", one name it "perp" the other "perpetual", "swap".... (not even talking about the one that expires on a certain date, there is no hope for them) The idea was to enter "btcusd" and it would match with the main ones automatically but in reality its just a fucking mess! I think Im just gonna remove ALL the processing im doing on the names. Everybody will have to enter them the exact way, the way the exchanges want them to be named.

Tucsky commented 3 years ago

And about your request, just enter them separated by a "+" instead.

rrarrarra commented 3 years ago

Yes, trying to match all names automagically is quite impossible.

UNI-PERP+UNIUSDT works as expected.

Thanks