Bitcoin Forum
May 25, 2024, 08:53:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Setting up BTC-E trading bot in Excel  (Read 4502 times)
mokimarket (OP)
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250



View Profile
April 23, 2013, 06:18:16 PM
 #1

Is it possible to do this? I need 2 things

1) Pull in last traded prices/volumes from btc into Excel updated automatically
2) Update my limit orders based off of the last traded price?

Can be be done?
w1R903
Full Member
***
Offline Offline

Activity: 218
Merit: 100


View Profile
April 23, 2013, 09:34:34 PM
 #2

Is it possible to do this? I need 2 things

1) Pull in last traded prices/volumes from btc into Excel updated automatically
2) Update my limit orders based off of the last traded price?

Can be be done?

Yes, it probably *could* be done using a scripting language like Python or VBA, but why?  Do you have some complex formulas that would be hard to port to a scripting language?

4096R/F5EA0017
mokimarket (OP)
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250



View Profile
April 24, 2013, 01:38:09 AM
 #3

Is it possible to do this? I need 2 things

1) Pull in last traded prices/volumes from btc into Excel updated automatically
2) Update my limit orders based off of the last traded price?

Can be be done?

Yes, it probably *could* be done using a scripting language like Python or VBA, but why?  Do you have some complex formulas that would be hard to port to a scripting language?

Nothing complex is it easier to do n VBA?
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
April 24, 2013, 02:46:07 AM
 #4

Nothing complex is it easier to do n VBA?
Don't bother with VBA (it's bad). I still don't understand why you need excel involved. In fact, I don't even think you need a user interface. A simple C++/C#/python console program can do everything you want.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
mokimarket (OP)
Sr. Member
****
Offline Offline

Activity: 422
Merit: 250



View Profile
April 24, 2013, 02:48:39 AM
 #5

Nothing complex is it easier to do n VBA?
Don't bother with VBA (it's bad). I still don't understand why you need excel involved. In fact, I don't even think you need a user interface. A simple C++/C#/python console program can do everything you want.

I see, and how would you recommend a newbie learn to set one up? I can program but no clue where to start
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
April 24, 2013, 03:29:36 AM
 #6

I see, and how would you recommend a newbie learn to set one up? I can program but no clue where to start
I doubt there's a free public trading bot for btc-e, so you'll have to code one yourself. If you know the basics of any (popular) programming language, it should be pretty easy. Just a matter of pulling data from BTC-E's api, and executing trades according to your strategy. However, if you don't know any programming language, you either have to learn a language, or hire someone to do it for you. In either case, I don't see how you can execute trades without some sort of API.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
The General
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 05, 2013, 02:57:10 AM
 #7

Hi,

I've currently got an Excel live pricing feed (GOX and BTC-e) made up, so if you're interested, give me a shout.

May well integrate order execution into it as well down the track. Also (re: VBA = bad) - what a senseless comment.
Jaxkr
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
August 05, 2013, 07:08:15 AM
 #8

Yeah. And I strongly recommend doing it in Python. I wrote a trading bot a long time ago, feel free to use it as an example. https://github.com/Jaxkr/Tradexkr

Also, why do you want to use excel? Why not Sqlite?
The General
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 05, 2013, 07:53:28 AM
 #9

You're assuming that the OP cared about storage (on a decent scale) as opposed to just live and recent data for the calculation of indicators etc..

In any case, you can use SQLite with Excel, so....
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
August 11, 2013, 08:09:01 AM
 #10

http://stackoverflow.com/questions/8044423/json-import-to-excel

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!