wishhhmaster / CoinTNet

CoinT.Net - a C# trading tool for cryptocurrencies
42 stars 26 forks source link

Fields not populating #5

Closed thewarlok666 closed 10 years ago

thewarlok666 commented 10 years ago

First. RED. last seems to correctly populate but High,Low does not. API?

Second BLUE. Sell. Clicking on 'AV Balance' correctly populates 'Amount' field, yet clicking on 'Highest Bid' only populates Sell price with 0.00. Fee and total fields do not change. Code and API?

Third. GREEN. Clicking 'Av Balance' does not populate amount field. Code?

Switching to a different coin pair yields the same results noted above.

0 0 0 4a fields not populating

thewarlok666 commented 10 years ago

Any word on these (green, blue) yet?

wishhhmaster commented 10 years ago

Red: Cryptsy does not seem to provide a 'fast' ticker indicating the 24h low/high prices. They do return in in some method, but not from the one I use to get the latest price. I'll need to modify which API calls are made to get a proper ticker, but it might make the ticker slower

Blue: Clicking on the available balance will only fill the amount fill if the Buy price is >0

Green: for an identical reason to the red issue, highest bid/lowest ask are not returned from the API. Once again, I'll make different calls