Scott
Scott
While multiple keys per exchange is something I desire, the problem I haven't really solved is how do you define when to use what key? On an unauthorised error? Are...
Hello and thank you for trying out GoCryptoTrader! I've had a look at Kraken's [API documentation here](https://www.kraken.com/features/api#add-standard-order) and Kraken does not return much information when placing orders. GoCryptoTrader will return...
Unfortunately, looks like there's still some racey races and test issues: https://github.com/thrasher-corp/gocryptotrader/runs/7463222648?check_suite_focus=true#step:7:4533 https://github.com/thrasher-corp/gocryptotrader/runs/7463222648?check_suite_focus=true#step:7:4262 https://github.com/thrasher-corp/gocryptotrader/runs/7463222648?check_suite_focus=true#step:7:3663 https://github.com/thrasher-corp/gocryptotrader/runs/7463222648?check_suite_focus=true#step:7:5026 https://ci.appveyor.com/project/thrasher-/gocryptotrader-vxsws/builds/44247500#L6486 https://ci.appveyor.com/project/thrasher-/gocryptotrader-vxsws/builds/44247500#L7097 https://ci.appveyor.com/project/thrasher-/gocryptotrader-vxsws/builds/44247500#L7365 https://ci.appveyor.com/project/thrasher-/gocryptotrader-vxsws/builds/44247500#L7900 ``` 2022-07-22T06:24:25.9203656Z --- FAIL: TestStartStopDoesNotCausePanic (0.06s) 2022-07-22T06:24:25.9204381Z engine_test.go:86: failed to setup...
I had the thought last night that in combination with [this](https://github.com/thrasher-corp/gocryptotrader/pull/988) PR and the Backtester becoming a long-living application, it would be better to load multiple custom strategies at once....
At present it does not respect enabled/disabled status: CLI: ``` go run . websocket disable bybit { "status": "success", "data": "websocket disabled" }% ``` GCT: ``` [INFO] | SYNC |...
Thanks for making the contract changes! I've had a look at the candle issue. I've _somewhat_ fixed it with [this linked diff](https://gist.github.com/gloriousCode/4e67992ccf53e7bf79c186bb55deafc0). Some issues were about the test design, the...
Hello! I've made a diff here to allow you to use the testnet endpoints https://gist.github.com/gloriousCode/283ecc528898779b73b5701c880e31ec Also adds an extra field to prevent API key deletion on test runs... Can understand...
Happy with changes, just need exchange_wrapper_standards addressing: https://github.com/thrasher-corp/gocryptotrader/actions/runs/8074480255/job/22059833368?pr=1404#step:9:292 For Kucoin, the &order.Submit needs leverage there since you now require it to be sent For gateio, GetActiveOrders, is more confusing to...
[Tests](https://github.com/thrasher-corp/gocryptotrader/actions/runs/7910253497/job/22373276012?pr=1440#step:9:296) are showing issue in retrieving the orderbook and ticker. Something I can replicate: ``` --- PASS: TestAllExchangeWrappers/bitstamp_wrapper_tests/PRIORITY_GROUP/UpdateTickers-spot-ETH-TEST-DELIM-usdt (0.00s) exchange_wrapper_standards_test.go:248: Bitstamp Func 'FetchTicker' Error: 'no ticker found bitstamp ETH-TEST-DELIM-usdt spot'....
Thank you for providing the CLI command you are using and the (unfortunate) panic response. It'll make looking into things much easier. I'll do an investigation soon, post what I've...