Pages:
Author

Topic: Qt Bitcoin Trader [Open Source secure trading client for Mac/Windows/Linux] - page 82. (Read 383263 times)

legendary
Activity: 1035
Merit: 1065
You should also have a look at...

Very useful links. I will learn about it. Thank you!
member
Activity: 105
Merit: 10
You should also have a look at

goxtool (python ncurses MtGox tool)
https://github.com/prof7bit/goxtool

You should also have a look at backtesting framework such as Quantopian / Zipline
https://www.quantopian.com/
https://github.com/quantopian/zipline

It will be great to have a C++ Qt apps for trading with python strategies to buy / sell BTC
(or LTC).

Portfolio analysis could be implemented using Python Pandas
http://pandas.pydata.org/
legendary
Activity: 1035
Merit: 1065
Hello,

it will be great to add some features from QtStalker
http://qtstalker.sourceforge.net/

Kind regards

Thanks. Looks great.
I will start working about analytics and charts but first I'll add multi exchanges support.
member
Activity: 105
Merit: 10
Hello,

it will be great to add some features from QtStalker
http://qtstalker.sourceforge.net/

Kind regards
legendary
Activity: 1035
Merit: 1065
v0.99 Released!
- Fixed minor bugs
-Added Spanish translation
-Translation engine updated
-Checking update engine rewrited. Secure autoinstall for Mac and Win feature added.
-Added portable mode for Windows (Just create folder QtBitcoinTrader near exe file)

Added update check engine. Checking update using file https://raw.github.com/JulyIGHOR/QtBitcoinTrader/master/versions.txt
Now Windows and Mac users can be secure automaticly updated.
There is public key in resources of program, and RSA2048 signature generated by private key.
So there is no chance for invalid update or malware.

Feel free to give feedback.
legendary
Activity: 1035
Merit: 1065
ausbitbank, thank you for replay.
I'll do notification with changelog and button to manual update.

Another question. Now button "As market Price" sets price as "Market Buy" for selling and "Market Sell" for buying.
Is it better to fill prices with "Market Last Price" instead of buy and sell?
newbie
Activity: 59
Merit: 0
1) I don't think the extra confirmation is needed here.
2) Autocheck for updates on launch
3) I'm generally against having apps auto-update on their own - would prefer a notification linked to a changelog.
4) Untested on low resolutions, but probably
5) Yes, very handy Smiley
legendary
Activity: 1035
Merit: 1065
I have some question for comunity:
1. Is confirmation dialog to cancel orders needed?
2. What way to check update is better, automatic or by clicking button?
3. Will be usefull to have secure automatic update for Mac and Windows users? May I leave this options turned on by default?
4. Is lower resolutions optimizations required?
5. Do you like how works two way fee calculator in lastest builds?
legendary
Activity: 1035
Merit: 1065
If you want to send me translation, please specify the translation author information and Bitcoin address for donating.
legendary
Activity: 1035
Merit: 1065
Version 0.98 released.
Added localization support. Now you can help me to translate application.
Please send me translation fixes. See "Translation" button.
Enhanced rules. Now there is two modes Sequential and Concurrent.
Fixed minor bugs.
Added two way fee calculator.
legendary
Activity: 1035
Merit: 1065
I have a intention to make realtime monitoring of two or more exchanges at same time using one instance of program.
Example monitoring Btc-E and Mt.Gox. That will allow to make rules like this: If(Mt.Gox_USD goes down to..)Than Sell on Btc-E..
But I'll start work at this later.

And another examples of rules I'll implement in program:
If(Order#1 executed)Than..
If(..)Than Cancel order#1

Also thinking to add templates for rules.
If(..)Than GenerateRuleByTemplate#1(some price..)
If(rule#1 executed)GenerateRuleByTemplate#2(some price..)

Another step will be to make support joining all available IF by Or/And in one rule.

Now I working on localization and soon I'll release update.
legendary
Activity: 1035
Merit: 1065
Added YouTube video with quick start guide.
legendary
Activity: 1035
Merit: 1065
v0.96 released!
Fixed some minor bugs.
Optimized UI.
Mac OS version released on sourceforge!
member
Activity: 110
Merit: 10
 Shocked Tons of features. Nice!

(Sorry for the lame 2 line post)
legendary
Activity: 1035
Merit: 1065
Thanks again, this is getting better every day Smiley

Are you able to please clarify how the rules work when it comes to using multiple currencies ?
EG: If I set a rule whilst using USD in the currency selector, and then change back to AUD before the rule is triggered - which currency will be used ?

Multi currency rules currently does not supported. I'm still thinking how to make it works.
When you add first rule than you cannot change currency.
To use two currencies in rules at time you mast get second pair of api key and secret, than create new profile and start two instances.
Monitoring two currencies to make rules working anyway cause double traffic usage.
newbie
Activity: 59
Merit: 0
Thanks again, this is getting better every day Smiley

Are you able to please clarify how the rules work when it comes to using multiple currencies ?
EG: If I set a rule whilst using USD in the currency selector, and then change back to AUD before the rule is triggered - which currency will be used ?
legendary
Activity: 1035
Merit: 1065
v0.95 Released!

Fixed minor bugs.
Fixed sounds bug in Linux.
Enhanced rules feature.
Now Supports screen resolution down to 1024x700
legendary
Activity: 1035
Merit: 1065
ausbitbank, thank you! I'll do my best Smiley

Also I'm thinking to make websockets working parallel vs polling. Think it the best way to make failover app.
newbie
Activity: 59
Merit: 0
Keep up the good work! Sent a small donation for your efforts, looking forward to more advanced rule scripting Smiley
legendary
Activity: 1035
Merit: 1065
Thinking to make rules more advanced and add some price growth rate value.

You will be able to do this:
IF
(SomePrice)Goes(UP/Down)(SomeValue)
OR
(SomePrice)Goes(UP/Down)(SomeValue)
AND
(SomePrice)Goes(UP/Down)(SomeValue)
THAN
(Sell/Buy)At(SomeOfPrices)Amount(SomeAmmount)

Than add some script language to make advanced rules.

If anyone have suggestions, feel free to leave message here.
Pages:
Jump to: