Search content
Sort by

Showing 5 of 5 results by discosoap
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
discosoap
on 27/02/2014, 10:54:06 UTC
But [price x fee x 2] = [3.466 x 0.002 x 2] = 0.013864 and thus leads to a zero profit price of [3.466 + 0.013864] = 3.479864 and not 3.481. Or am I missing something?

I'm adding value to compensate exchange rounding.
For example price have 3 decimals 0.000, I get minimum of this decimals value 0.001 and add this value to zero profit price for buy and subtract from sell profit price.
Rounded value exact 3.481.

Absolutely right, thanks for explaining!
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
discosoap
on 27/02/2014, 09:54:00 UTC
Hey Ighor,

zero profit price in 1.07.97 beta 4 for OSX still seems off. E.g. PPC bought for 3.466, zero profit price says 3.481 while fee is 0.002% at BTC-e. Is there still a bug in the application or am I calculating wrong?

 Huh

Zero profit step depends only by price.
Formula is: Price*Fee*2
[/quote]

But [price x fee x 2] = [3.466 x 0.002 x 2] = 0.013864 and thus leads to a zero profit price of [3.466 + 0.013864] = 3.479864 and not 3.481. Or am I missing something?
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
discosoap
on 27/02/2014, 08:50:06 UTC
Hey Ighor,

zero profit price in 1.07.97 beta 4 for OSX still seems off. E.g. PPC bought for 3.466, zero profit price says 3.481 while fee is 0.002% at BTC-e. Is there still a bug in the application or am I calculating wrong?

 Huh
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
discosoap
on 11/02/2014, 16:28:51 UTC
Hey Ighor,

thanks a lot for all your effort, your app has made trading a lot more fun for many of us! A question though; you added the trailing stop functionality, but how does it work? Could you recommend a simple set of template rules? Or direct me to a good resource on the internet to learn how to set it up for QT Bitcoin trader? Thanks a lot in advance!

Kind regards from Holland

For example you set "If last price goes down 2% (trailing) than.."
Current price is 1000, and rule should execute at 980.
But if price goes up 1100 first, than rule will be executed at 1078.

If you set "If last price goes down 2% than.." (without trailing checkbox) than rule will be executed only at 980, even price goes 110 first.

Also now you can set to sell 86% of your balance etc..

Also now you can set rule "If last price more or less by 10$ than play beep". So you will hear beep every 10$ price change.

Thanks for your quick response (and the quick fix for the trailing checkbox, that confused me  Wink)!! Is there a way to see the updated price at which QTBT plans to sell when using the trailing stop?
Post
Topic
Board Project Development
Re: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux]
by
discosoap
on 11/02/2014, 14:55:14 UTC
v1.07.97 Beta Released!

Added Bitfinex.
Advanced sound notifications (in rules).
Trailing stop.
Now you can create fully authomated strategies using % values.
Now you can Enable/Disable rule groups by another group rule.
Night Mode.
Added Czech, Italiano, Turkish languages.
Added filter to open order.
Added percentage picker for balances.
A lot of core and ui fixes.
Fixed critical bug when packet can be lost.
Added value picker by mouse.
Added traffic and speed indicators.
Fixed bug with zero profit step calculations.
Fixed "All In" bugs.

Cryptsy requires more fixes and will be added later.

Hey Ighor,

thanks a lot for all your effort, your app has made trading a lot more fun for many of us! A question though; you added the trailing stop functionality, but how does it work? Could you recommend a simple set of template rules? Or direct me to a good resource on the internet to learn how to set it up for QT Bitcoin trader? Thanks a lot in advance!

Kind regards from Holland