Trading at www.cex.io ( VB Script ) - Create your own Bitcoin Trading BOT


/ Published in: Visual Basic
Save to your folder(s)

'
'
' 1, Create your cex.io account from https://cex.io/r/0/rbillig/0/ ( mandatory )
' 2, Tranfer Bitcoins to you account
' 3, Under your CEX account, create a public and secret key
' 4, Modify the 3 vars below ( G_USERNAME, G_APIKEY, G_APIKEY_SECRET )
' 5, If the decimal separator in your country is not ".", modify "G_SeparateurDecimalDuSyteme" ( eg "," for France )
' 6, Example below show how to display your balance and place an order
' 7, Send 0.01 BITCOINs to "1EfjFxXX31z7PQBKFHe7UQ7LduR64Vczf5" and use this basic code exemple to do more and more
'
' Usage ( after acount creation and key and secret key settings ) :
'
' 1, Save this content to a file named c:\test.vbs
' 2, open a Windows command prompt ( start / run / type "cmd" )
' 3, type "cscript c:\test.vbs"
'
'
' If you win something with this code, help me and donate some BITCOINs to the following adress :
'
' 1EfjFxXX31z7PQBKFHe7UQ7LduR64Vczf5
'
'
' Creator Remy BILLIG - [email protected] - December 2013 - ( France )
' Special thanks to Demon ( http://demon.tw )
'
'
' Donation : "1EfjFxXX31z7PQBKFHe7UQ7LduR64Vczf5"
' Thank you
' More info : https://cex.io/api
'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.