Tucsky

Results 108 comments of Tucsky

Thank you for the work, why not query the github directly from the serum.ts ? ``` export default class extends Exchange { id = 'SERUM' protected endpoints = { PRODUCTS:...

> https://api.serum-vial.dev/v1/markets - 82 entries my markets.json script - 156 entries This is what I get from the github url... 157 pairs ["ECHO/USDC","KITTY/USDC","OTR/USDC","TBK/USDC","BIP/USDC","INU/USDC","WIPE/USDC","SNJ/USDC","ALM/USDC","SWOLE/USDC","BOKU/USDC","OOGI/USDC","SPKL/USDC","TRTLS/USDC","SLX/USDC","SLB/USDC","SOLA/USDC","SOL/USDC","IVN/USDC","BTC/USDC","ETH/USDC","YFI/USDC","LINK/USDC","SUSHI/USDC","ALEPH/USDC","SXP/USDC","HGET/USDC","CREAM/USDC","UBXT/USDC","HNT/USDC","FRONT/USDC","AKRO/USDC","HXRO/USDC","UNI/USDC","SRM/USDC","FTT/USDC","MSRM/USDC","TOMO/USDC","LUA/USDC","MATH/USDC","KEEP/USDC","FIDA/USDC","KIN/USDC","MAPS/USDC","OXY/USDC","USDT/USDC","RAY/USDC","EOSBEAR/USDC","MIDBULL/USDC","METARARITY/USDC","XCOPE/USDC","COPE/USDC","INO/USDC","ROPE/USDC","MEDIA/USDC","STEP/USDC","SAMO/USDC","ATLAS/USDC","POLIS/USDC","DOI/USDC","HOSA/USDC","TCW/USDC","LOST/USDC","LOVE/USDC","MRDR/USDC","PFP/USDC","AVE/USDC","ASF/USDC","TLS/USDC","SPT/USDC","PBA/USDC","UWB/USDC","OMPH/USDC","SATM/USDC","SDOGE/USDC","HOLD/USDC","FROG/USDC","CRT/USDC","SKEM/USDC","SOLAPE/USDC","WOOF/USDC","MER/USDC","LOTTO/USDC","BOLE/USDC","MIT/USDC","AUSS/USDC","TULIP/USDC","KEKW/USDC","DWT/USDC","DOGA/USDC","CHEEMS/USDC","CATO/USDC","NINJA/USDC","LLAMA/USDC","BOP/USDC","DXL/USDC","PIPANA/USDC","KLB/USDC","ORCA/USDC","renBTC/USDC","renBCH/USDC","renDOGE/USDC","renLUNA/USDC","renZEC/USDC","SAIL/USDC","RIN/USDC","POTATO/USDC","STVA/USDC","LIQ/USDC","CRP/USDC","SLRS/USDC","SODA/USDC","SOLBERRY/USDC","CRYN/USDC","SBR/USDC","mSOL/USDC","BET/USDC","PORT/USDC","MNGO/USDC","UPS/USDC","gSAIL/USDC","SUNNY/USDC","CYS/USDC","UPFI/USDC","HOTTO/USDC","CRY/USDC","ASH/USDC","BST/USDC","AGTE/USDC","HIMA/USDC","GOATS/USDC","HP/USDC","FRIES/USDC","CUBE/USDC","SMBT/USDC","FLOOF/USDC","DOGETH/USDC","OOAH/USDC","PUSSY/USDC","JESUS/USDC","CATOMIAOU/USDC","BITCH/USDC","SHIBETOSHI/USDC","KissMe/USDC","DoggyStyle/USDC","LEONIDAS/USDC","WAGMI/USDC","SLT/USDC","CRAT/USDC","GAMESHIB/USDC","SAFE/USDC","DEEZ/USDC","NinjaDoge/USDC","SHIBMOON/USDC","GALAXY/USDC","UNISOL/USDC","POLE/USDC"] look good

Looks like it's working just fine here Might help if you export your template here so I can take a look, all template is different ![2022-03-04 08 42 26](https://user-images.githubusercontent.com/5738336/156720906-3b9eea63-122e-4b87-8ebb-78fe003c1a0f.gif) settings...

Thank you for sending the db file ! However I couldn't reproduce the issue even with using the same settings as you... database looks healthy. One more thing that could...

Would be funny to place trades on aggr 😄 I never used CCXT, considered it at first but I think it never really delivered the promised WS support > WebSocket...

Also most exchange don't support placing trades through websocket, just streaming positions update / fills REST API requires a server because of CORS issue or going through some kind of...

This is how I would go with streaming orders and fills on aggr.trade - in the pane settings (settings.ts for model, Settings.vue for view) have a section dedicated to api...

Thanks, you might want to look at https://github.com/Tucsky/aggr-server to store the trades data, there is no support for CSV right now (just text files and influx time series), mostly because...

It's a good idea on the paper but has very little utility with the 5k bars per timeframe limitation, as you can only get so far in the past

👍🏼 dydx liqs will be added next release for okex I would if I could, however they never exposed the info through websocket api, only rest api which is not...