Bitcoin Forum
April 27, 2024, 08:50:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  Print  
Author Topic: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]  (Read 383268 times)
wc4482
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
December 30, 2013, 06:12:51 AM
 #641

I'm still running into issues where my all-in buy limit order does not go through, about half the time.

I wonder if this is due to the way Bitstamp calculates it's trading fee. I notice that when the buy-in does not go through, if I move the 0.0X digit one lower and it always goes through.

See below from: https://www.bitstamp.net/fee_schedule/

Quote
FEE ROUNDING We kindly ask our users to take note on Bitstamp's policy regarding fee calculation. As our fees are calculated to two decimal places, all fees which might exceed this limitation are rounded up. The rounding up is executed in such a way, that the second decimal digit is always one digit value higher than it was before the rounding up. For example; a fee of 0.111 will be charged as 0.12.
1714207850
Hero Member
*
Offline Offline

Posts: 1714207850

View Profile Personal Message (Offline)

Ignore
1714207850
Reply with quote  #2

1714207850
Report to moderator
1714207850
Hero Member
*
Offline Offline

Posts: 1714207850

View Profile Personal Message (Offline)

Ignore
1714207850
Reply with quote  #2

1714207850
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Squeaker
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile WWW
December 30, 2013, 06:30:08 AM
 #642

I'm still running into issues where my all-in buy limit order does not go through, about half the time.

I wonder if this is due to the way Bitstamp calculates it's trading fee. I notice that when the buy-in does not go through, if I move the 0.0X digit one lower and it always goes through.

See below from: https://www.bitstamp.net/fee_schedule/

Quote
FEE ROUNDING We kindly ask our users to take note on Bitstamp's policy regarding fee calculation. As our fees are calculated to two decimal places, all fees which might exceed this limitation are rounded up. The rounding up is executed in such a way, that the second decimal digit is always one digit value higher than it was before the rounding up. For example; a fee of 0.111 will be charged as 0.12.
It could also have something to do with doing the calculations with floating point numbers instead of integers (# of satoshis) and bad rounding when converting the results back to satoshi-integers getting passed back to the API, and ending up trying to buy (or sell) more than your available balance will allow. Like with 5/4 rounding.



IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
December 30, 2013, 03:46:45 PM
 #643

Hello,

i have tried to compile the Trader on my Cubietruck (arm). I get the following error at the end when i am running
Code:
make
This is the error i get:
Code:
/usr/bin/ld: cannot find -lQtOpenGL
collect2: Fehler: ld gab 1 als Ende-Status zurück
make: *** [QtBitcoinTrader] Fehler 1

Any idea how to fix it?

You need to install or compile Qt SDK first.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
takagari
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000


View Profile
December 31, 2013, 07:18:27 PM
 #644

Any chance you've looked at cavirtex.com to sed if it can be supported? Would love to be able to do this with Canadian exchange!

Thank you again. Love it!
RG
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
January 01, 2014, 10:33:04 PM
 #645

Hi IGHOR!

Have you noticed that if you go All In to make a bid or to make an ask, it puts the total amount of your USD minus your trading fee, and then when it calculates how many btc you will receive it discounts your trading fee again, so in one buy or sell the QtBT "eats" double fee. Is it happening to anyone else?

Greetings!
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 01, 2014, 10:43:30 PM
 #646

Hi IGHOR!

Have you noticed that if you go All In to make a bid or to make an ask, it puts the total amount of your USD minus your trading fee, and then when it calculates how many btc you will receive it discounts your trading fee again, so in one buy or sell the QtBT "eats" double fee. Is it happening to anyone else?

Greetings!

You see real values you will receive after buy/sell considering fee.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
wc4482
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
January 02, 2014, 03:31:44 AM
 #647

I'm still running into issues where my all-in buy limit order does not go through, about half the time.

I wonder if this is due to the way Bitstamp calculates it's trading fee. I notice that when the buy-in does not go through, if I move the 0.0X digit one lower and it always goes through.

See below from: https://www.bitstamp.net/fee_schedule/

Quote
FEE ROUNDING We kindly ask our users to take note on Bitstamp's policy regarding fee calculation. As our fees are calculated to two decimal places, all fees which might exceed this limitation are rounded up. The rounding up is executed in such a way, that the second decimal digit is always one digit value higher than it was before the rounding up. For example; a fee of 0.111 will be charged as 0.12.

Ighor, could you please respond to my earlier question?

Anyone else on Bitstamp having problems with submitting all-in bids?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 02, 2014, 03:32:41 AM
 #648

Ighor, could you please respond to my earlier question?

Anyone else on Bitstamp having problems with submitting all-in bids?

I see issue, I'll PM you with private build for testing.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
RG
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
January 02, 2014, 04:23:00 AM
 #649

Hi IGHOR!

Have you noticed that if you go All In to make a bid or to make an ask, it puts the total amount of your USD minus your trading fee, and then when it calculates how many btc you will receive it discounts your trading fee again, so in one buy or sell the QtBT "eats" double fee. Is it happening to anyone else?

Greetings!

You see real values you will receive after buy/sell considering fee.

I mean, for example, if i go "all in" and my USD amount is 1000 USD, when i click all in, only 998 USD will appear in my "total to expend" box. I am also using bitstamp.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 02, 2014, 04:32:00 AM
 #650

I mean, for example, if i go "all in" and my USD amount is 1000 USD, when i click all in, only 998 USD will appear in my "total to expend" box. I am also using bitstamp.

Please pick maximum value possible to open order to cover all your balance. And send me this exact balance with exact maximum value of BTC.
Chose price lower than current market price to prevent order execution.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
vual
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile
January 02, 2014, 04:50:19 AM
 #651

really nice built it on linux fine.
Can i suggest you incorporate TradingView.com as charts, hands down the best charts you can find, just whack it in a webview or something...
I am loving the "rules" i would love to see email and sms as a "action" for the rules.
Voodah
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
January 03, 2014, 01:32:36 AM
 #652

Hey IGHOR,

I think something has changed since the last version, I found a bug on the NMC/BTC pair for BTC-e.

Both Zero profit Price and Zero profit Step are showing wrong calculations. I didn't do the exact numbers but think they're off by an order of magnitude.
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 03, 2014, 01:42:36 AM
 #653

Hey IGHOR,

I think something has changed since the last version, I found a bug on the NMC/BTC pair for BTC-e.

Both Zero profit Price and Zero profit Step are showing wrong calculations. I didn't do the exact numbers but think they're off by an order of magnitude.

Fixed. Update will be available soon.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
Squeaker
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile WWW
January 03, 2014, 01:53:52 AM
 #654

IGHOR...

I also found an issue with the .map files for the exchanges (and trading pairs) for BTCe.

I had to change LTC/BTC and TRC/BTC, for instance, as they listed the minimum quantity to trade as 0.01, while their minimums are 0.1

BTC/USD is fine with 0.01

I used to have a list of all of those limitations for BTCe... somewhere on my drive. I'll try and hunt it down, and send you an updated .map file for BTCe's pairs.

I noticed this while I was trying to figure out why trades weren't executing, and I noticed that the minimum-amount trades were too low to execute.

I'll also test the minimum price allowed for each pair and get that current too.

=squeak=

IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 03, 2014, 09:58:18 AM
 #655

IGHOR...

I also found an issue with the .map files for the exchanges (and trading pairs) for BTCe.

I had to change LTC/BTC and TRC/BTC, for instance, as they listed the minimum quantity to trade as 0.01, while their minimums are 0.1

BTC/USD is fine with 0.01

I used to have a list of all of those limitations for BTCe... somewhere on my drive. I'll try and hunt it down, and send you an updated .map file for BTCe's pairs.

I noticed this while I was trying to figure out why trades weren't executing, and I noticed that the minimum-amount trades were too low to execute.

I'll also test the minimum price allowed for each pair and get that current too.

=squeak=


Thanks I'll fix this.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
notNigel
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 03, 2014, 01:03:09 PM
 #656

OK so there are two qmake commands there -

qmake-qt4 QtBitcoinTrader_Mobility.pro

qmake-qt4 QtBitcoinTrader_Desktop.pro


both for linux.

I'm running mint on a desktop so should I go for the Debian/Ubuntu etc line, or for the all linux Mobility.pro line ?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 03, 2014, 06:33:52 PM
 #657

OK so there are two qmake commands there -

qmake-qt4 QtBitcoinTrader_Mobility.pro

qmake-qt4 QtBitcoinTrader_Desktop.pro


both for linux.

I'm running mint on a desktop so should I go for the Debian/Ubuntu etc line, or for the all linux Mobility.pro line ?

Try QtBitcoinTrader_Desktop.pro
If not works, than try QtBitcoinTrader_Mobility.pro

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
shadyz
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
January 03, 2014, 07:46:56 PM
 #658

Can i change my password on qt trader?
IGHOR (OP)
Legendary
*
Offline Offline

Activity: 1035
Merit: 1065



View Profile WWW
January 03, 2014, 07:47:24 PM
Last edit: January 03, 2014, 08:29:26 PM by IGHOR
 #659

Can i change my password on qt trader?

Currently it not supported.
So you need to remove profile and create new one.

Qt Bitcoin Trader
Verify digital signature of the app in the file properties every time you download it.
Squeaker
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile WWW
January 03, 2014, 09:48:28 PM
 #660

You can create a new profile with the new password, and then copy the settings data (like the UI settings and the rules section) over from the old .ini file to the new one.

=squeak=

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 »
  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!