Wasim Khan
Wasim Khan
i need to get public key using the _basePoint, but i see nowhere, u using it, Please prove solution. 1. Generating Random Privatekey. 2. Generating Public Key using Privatekey and...
We are unable to get the Close time of a trade when the trade is closed 
Hi, i am willing to use another customized installer. And I will be using MT4 so what dlls to to used and to which location it should be installed. i...
Hi, i have aprox 10 trading accounts, and just have a question, about connection all 10 accounts and opening a trade at once in all trading account. do the api...
Hi, i am getting updates from other channels, except 1 also getting message from chat users. But not getting any update from 1 single channel
Hi, I am trying to reply to all new messages. and for this, I am using the code `Task.Run(() => _driver.MessageScanner());` But not reading any new message. it seems the...
I am using ``` account.Address = ByteString.CopyFrom("TKGDdxJKjHgc3Xk8uzuJdgYo3faVPkA9XM", Encoding.Unicode); account.AccountName = ByteString.CopyFrom("Test", Encoding.Unicode); account.Type = Tron.Net.Protocol.AccountType.Normal; var acco = await wallet.GetAccountAsync(account); ``` unable to get the balance