Bitcoin Forum
June 20, 2024, 08:09:19 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Economy / Exchanges / Re: MtGox withdrawal delays [Gathering] on: February 22, 2014, 08:28:29 AM
I'm willing to gamble and buy 10 BTC at the current price if anyone is interested. I could pay via SEPA, I just don't have a clue how to go about it so that nobody gets cheated.

Edit: since the price is going up: I meant $100 / BTC or lower depending on market. Anyone?
2  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: June 04, 2013, 07:38:05 PM
Hehe it sounds like you have a lot of work todo, good luck, and since it's open source, I'll be happy to copy what I like Wink if you figure out the log window thing pls tell me
3  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: June 03, 2013, 07:22:57 PM
You're right about the performance. And yeah, it wouldn't be wise to use Qt primitives or invent yet another graphing API - better to use something tried-and-tested out there. If only those frameworks weren't so damn ugly. I guess that's because they were designed by technically minded people (like us Wink)...

BTW I have restructured the UI quite a bit to gain more screen estate and accommodate future functionality (just checked in).
4  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: June 03, 2013, 04:09:04 PM
Don't have much time but two quick comments:

Application Log on / off: I have been thinking about this one myself. But instead of a check box, I would like a 'log window' option in the menu. That way, it would take up no screen space at all if you don't enable it. Something like: "Tools -> Log Window". The only problem is, I haven't figured out how to pop up a log window on the mac. Every time I tried (using QDialog or QMainWindow), I had problems switching back and forth between the log window and the main window Sad Any help is appreciated here.

Graphing: yes, it'd be great to have a graphing widget for goxgui. c0inbuster sent me a beautiful screenshot a while ago, and I love his idea of implementing a PyQt widget using the mentioned ta-lib. I would definitely not hesitate to integrate it into the main branch. If, on the other hand, the resulting graph looked something like this (just a random example), I'd probably not be that enthusiastic about it Cheesy
5  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 30, 2013, 10:18:23 PM
Like the others said. To check out and run goxgui try:

Code:
git clone --recursive git://github.com/sebastianhaberey/goxgui.git goxgui
cd goxgui/run
./start_mac.sh

If you are on linux, change the last command to ./start_linux.sh, if you are on windows use ./start_win.bat

6  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 27, 2013, 06:14:48 PM
Version 1.2.2 released.

Changes:

  • Fix key and secret labels in the preferences were switched around
7  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 27, 2013, 05:46:58 PM
Oh sh*t, you're right Grin must have "rearranged" it. Will fix this!
8  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 25, 2013, 08:40:12 PM
Try this:

Code:
git submodule update --recursive
9  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 25, 2013, 05:06:21 PM
You need to pull with the option --recurse-submodules so the goxtool submodule is updated correctly:

Code:
git pull --recurse-submodules
10  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 25, 2013, 01:08:56 PM
goxgui v1.2.1 released

Download binaries on sourceforge.net

This is a maintenance release, I don't have much time lately. Still, a lot has happened under the hood, and there are a few more preference options for the user.

Changes:

* Re-enabled grouping
* Re-enabled order book totals columns
* Performance optimization: the application has an own order book now, depth changes only lead to partial updates, not the whole order book
* User can customize the order book columns in the preferences.
* User can customize the price proposal the application makes when bid / ask table is clicked.
* Ticker bid / ask is now shown separately so it's still visible when grouping is enabled.
* Preferences file is now backwards compatible, new items will simply be added if they are not in the user's preferences file.
* The mac package now contains a proper "app", so the menu displays the application name (instead of "python") and the icon is displayed properly.
* Fixed order book table stretching.
11  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 09, 2013, 08:46:53 PM
Did you download the pre-packaged binary or the version from the repository?
12  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 08, 2013, 05:48:57 PM
goxgui v1.1.0 released!

Download goxgui v1.1.0 on SourceForge.

Changes:

- multi-currency support
- preferences dialog
- various refactorings and unit tests to improve code quality
- fixed bad looking fonts on Windows platform
- fixed annoying QTimer error on application close

The most requested feature in the reddit poll was a close tie between multi currency support and limit / stop orders. I decided to implement multi-currency support first, because it affects the whole application and will be much harder to implement once the application gets more complex. It was already a lot more work than I expected, but I am happy with the result and I believe if MtGox and goxapi support multiple crypto currencies one day, goxgui won't have to be changed much.

P.S.: now vote for the next feature!
13  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 05, 2013, 10:58:15 AM
I'm working on updating my fork to sebastopols  latest  version. The password stuff should be easier. I still am not sure why your stop loss order didnt work if the rest of normal trades can trade.

Good to see that you still keep an eye on the original repository Smiley This time there have been some major refactorings under the hood, but I think they're worth integrating because they will make future extensions easier for both of us. Also, if you wait till the evening, I should have multi-currency-support ready by then!
14  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: May 04, 2013, 09:19:13 PM
Market dips below 81 nothing happens because the app is waiting for 78, but if the market reverses and goes above the low between 78-81 then the app enters a buy at x$ above the point between 78-81 and if no buy happens because the market reverses so rapidly then it app enters buys at levels the user has defined for x$ more, and x$ more until a buy happens or until a set ceiling is crossed.

So let's take an example for me to understand this. Let's say the price drops to 79, we have entered the buy zone (78 - 81), but it doesn't drop to 78. Instead, it goes up again. The user has defined buy steps at $2, and as soon as the price has reached $81, the bot would place bids at $83, $85, $87 etc. until a buy happens?
15  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 23, 2013, 03:18:29 PM
Fixed in repository.
16  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 21, 2013, 09:27:54 PM
Vote for the next feature on reddit!
17  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 21, 2013, 11:39:59 AM
Pre-packaged Windows (x86) and Mac OS (x64) binaries are now available on the project's sourceforge site!
18  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 21, 2013, 08:48:59 AM
Bug should be fixed now.

Switching between fiat currencies is high up on the list. Having multiple platforms would be awsome but it's a long way to go.
19  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 20, 2013, 04:23:37 PM
mrlithium, I have integrated the following features from your version into the main branch:

  • group orders below 0.6 (we really should make this configurable at some point)
  • remove USD volumes (I kind of liked them, but I'll admit they're not crucial for trading)
  • no need for restart after adding authentification data
  • gain screen estate by tabbing authentification stuff
  • customizable application log (filters)
  • add bitcoin icon
  • make the price column 5 decimals
  • make buy/sell price edit box 5 decimals
  • correct windows start script
  • fix the code that inserts order-Id's into the edit box to better identify the last order

Hopefully, I'll get around to tag this as version 1.0.0 and release the version in Windows / Mac binary format tomorrow.
20  Bitcoin / Project Development / Re: goxgui - a Graphical Bitcoin Trading Tool for MtGox on: April 18, 2013, 10:28:43 AM
Maybe we can work together?

Sure, I'll have some time on the weekend; we can work out a way for you to contribute on github.

BUT what is a major flaw is the hardcoded "ffuuuuuu" ironic bit Tongue You know what i mean. This has to be replaced by an actual user-generated one, that is Created through this new tab, and then verified with a dialog box when you launch the program.

No kidding  Grin I'm aware of that (hence the fffuuuuuuu) and there are a few other things that could be improved.

Edit: I definitely like the Authentication Tab. And yes, it should be possible to secure the user's authentication data with a password. At the same time I want to keep an option for users like me who are too lazy to enter a password every time and prefer to live dangerously.

User orders: also an important feature. Actually, it's that important I think it would be cool to integrate it in the main screen.

Finally: I don't believe in unasked-for pop-ups. I really don't like them in other applications, and I think goxgui should be able to do without them.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!