heavymanto

Results 12 comments of heavymanto

Hi, thank you for replay, this the result. The client work without credential? ![image](https://user-images.githubusercontent.com/6449169/153020157-80e48a0a-a1f1-4f97-8b28-335d654bd938.png)

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 ![image](https://user-images.githubusercontent.com/6449169/155845937-b219b8c5-1fdf-4a99-a5e6-f895e9b62cfb.png)

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;...

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.