heavymanto
heavymanto
Hi, thank you for replay, this the result. The client work without credential? 
no, not use proxy, with vertion 6.13 it work fine whitout API credential. Test download stand alone release anche run in different enviroment to prevent specific customization. I have test...
Ok, i have test with 2 different network, another local network, and my phone hotspot but the result are the same, with 6.x work, with 7.x not work. How can...
I would like downgrade to 6.x in my project but there in a package reference discrepancy because the reference of 6.x package is declarated CryptoExchnage.net MIN 3.9 but really is...
I have update to release 8.0.3 and change error in 
I have fix in this way ``` var _exchangeInfo = _client.Spot.System.GetExchangeInfoAsync(); ...... var symbolData = _exchangeInfo.Result.Data.Symbols.SingleOrDefault(s => string.Equals(s.Name, _symbol, StringComparison.CurrentCultureIgnoreCase)); var outputPrice = BinanceHelpers.ClampPrice(symbolData.PriceFilter.MinPrice, symbolData.PriceFilter.MaxPrice, price); var tickSize = symbolData.PriceFilter.TickSize;...
self work arround
ssa algorithm presume only one column in input, but you can concatenate it by transform funcion. See this ufficial MS exemple https://github.com/dotnet/machinelearning-samples/tree/main/samples/csharp/end-to-end-apps/Forecasting-Sales
ssa algorithm presume only one column in input, but you can concatenate it by transform funcion. See this ufficial MS exemple https://github.com/dotnet/machinelearning-samples/tree/main/samples/csharp/end-to-end-apps/Forecasting-Sales
I'm sorry, have you an example? Thanks M.F.