Author

Topic: [VBNET] need help (Read 1034 times)

sr. member
Activity: 462
Merit: 500
February 10, 2014, 05:31:18 AM
#9
Old thread, I know...

Did you get anywhere with this ?


https://mcxnow.com/orders?cur=MAX

..returns an orderbook in XML, as expected
hero member
Activity: 699
Merit: 501
Coinpanion.io - Copy Successful Crypto Traders
May 05, 2013, 04:08:42 PM
#8
I tried to login using the following code but had no luck

 Dim URL As String = "http://www.mcxnow.com/login.php?user=username&password=password"
      Dim request As WebRequest = WebRequest.Create(URL)
      request.Method = "POST"
      request.ContentType = "application/x-www-form-urlencoded"
      Dim response As WebResponse = request.GetResponse()
      Dim reader As StreamReader = New StreamReader(response.GetResponseStream())
      Dim str As String = reader.ReadToEnd()
      TextBox1.Text = str

this is the login information i've found in the code of the page i'm trying to connect to



What am i doing wrong?
hero member
Activity: 699
Merit: 501
Coinpanion.io - Copy Successful Crypto Traders
May 04, 2013, 01:29:44 AM
#7
I've had a look through the code (my javascript is a little rusty but i think i get the idea).

It seems that orders are entered using an HTTP Get statement

for example to get your balance go to the URI "http://www.mcxnow.com/info?cur=MNC" (you need to be logged in)


for the order book "http://www.mcxnow.com/orders?cur=MNC" does not require login



I'm still figuring out the Buy and sell functions and the login.

Have you figured that out?
full member
Activity: 134
Merit: 100
May 03, 2013, 04:24:23 PM
#6
I've had a look through the code (my javascript is a little rusty but i think i get the idea).

It seems that orders are entered using an HTTP Get statement

for example to get your balance go to the URI "http://www.mcxnow.com/info?cur=MNC" (you need to be logged in)


for the order book "http://www.mcxnow.com/orders?cur=MNC" does not require login



I'm still figuring out the Buy and sell functions and the login.
hero member
Activity: 699
Merit: 501
Coinpanion.io - Copy Successful Crypto Traders
May 03, 2013, 03:59:41 PM
#5
Do they have an API??


Yes they do but there's no documentation yet.
The developer said to look at the code of the page to know how to interface trading applications with the exchange.
Have no idea how to that but i'm sure it's possible.
full member
Activity: 134
Merit: 100
May 03, 2013, 03:49:51 PM
#4
Do they have an API??
hero member
Activity: 699
Merit: 501
Coinpanion.io - Copy Successful Crypto Traders
May 03, 2013, 03:03:17 PM
#3
Yes it has to be VBNET because it's the only language i know.
The idea is to pay someone to show me how to authenticate, insert order and cancel orders in VBNET, from that point i can develop the algo on my own.
legendary
Activity: 1498
Merit: 1000
May 03, 2013, 02:55:52 PM
#2
Does it have to be VBNET? If you want I can code up a simple java trading app for you. PM me if interested
hero member
Activity: 699
Merit: 501
Coinpanion.io - Copy Successful Crypto Traders
May 03, 2013, 02:51:03 PM
#1
Hi guys i'm looking for someone who can program a VBNET very simple trading interface for this exchange http://www.mcxnow.com/exchange/MNC.
Anyone willing to help me?
Jump to: