Pages:
Author

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

newbie
Activity: 29
Merit: 0
trader.sell(trader.get("Balance","USDT"),trader.get("AskPrice"))
or
trader.buy(trader.get("Balance","USDT"),trader.get("AskPrice"))

doesn't do anything. I'm using binance.

Also how can I compile it for Windows
legendary
Activity: 1035
Merit: 1065
Qt Bitcoin Trader v1.40.52 Released!

- Enabled experimental vnc server on a Linux
- Fixed yobit api, if you ever get nonce error, re-create API keys
- Improved minimum request interval for Binance to prevent IP bans
legendary
Activity: 1035
Merit: 1065
Qt Bitcoin Trader v1.40.51 Released!

- Fixed hitbtc balance
- Fixed binance balance
newbie
Activity: 15
Merit: 0
Just want to say "thank you" for your application.  Smiley
Simple. Useful
hero member
Activity: 994
Merit: 593
aka JAGEND.
This is scam. Please remove urls of malware files from your post. Also report his message as scam.
Link removed.
Thread in my local board deleted by mod and user reported.
Hopefully mods nuke or ban him/her.
Thanks for your clarification btw.

legendary
Activity: 1035
Merit: 1065
Hi, want to ask.
Is this thread belong to one of your team member?
I asked because link that included in his/her post is different from the link in your thread.

This is scam. Please remove urls of malware files from your post. Also report his message as scam.
hero member
Activity: 994
Merit: 593
aka JAGEND.
Hi, want to ask.
Is this thread belong to one of your team member?
I asked because link that included in his/her post is different from the link in your thread.
Qt Bitcoin Trader for Windows have digital signature.
Please always when you download any exe file for Windows Google it first, find official site, double check source, digital signature and information about this file on http://virustotal.com
Highly recommend to use secure auto update.

Installation

Windows: just download zip and run .exe file.

Install commands under Linux:

Code:
Code:
sudo apt-get install g++ libssl-dev libglu1-mesa-dev qt5-qmake qtscript5-dev qtmultimedia5-dev
export QT_SELECT=5
qmake QtBitcoinTrader_Desktop.pro
make && make install && make clean
Archive


legendary
Activity: 1035
Merit: 1065
Qt Bitcoin Trader v1.40.50 Released!

Fixed hitbtc authorization bug
Fixed transaction history in bitstamp
Smart paste for spinbox values
Synchronized currency pairs
Improved text to speech engine
newbie
Activity: 3
Merit: 0
Now it's working, thank  you.

Could you explain to me, how to use trader.fileWrite/Read(path,data) commands?

I tried:

Code:
trader.fileWrite("/home/pullTW/testFile","something to write"); 

But nothing is written :/

edit:

I changed path to .../Documents/testFile and it worked

Next, I changed path to old one, and worked too

Strange...
legendary
Activity: 1035
Merit: 1065
Additionally tried manually editing rule with these arguments:

Code:
"/bin/bash", "/home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh"
and without quotation and colon:
Code:
/bin/bash /home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh

but nothing happens, debug log says nothing about issue Sad



I see, it is Rules dialog generator issue. You can click left bottom checkbox to see source generated by your rule.
So for now this line will work for you:
/bin/bash", "/home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh
newbie
Activity: 3
Merit: 0
Quote
Hello. In script editor dialog there is popup buttons like Functions, Commands.. They are generated automatically and contains complete list of existing functions, excluding JavaScript itself.

Hi again, I know those buttons, but I was asking about up to date documentation(how to use, proper syntax etc).

Quote
Try this trader.startApp("/bin/bash", "path to your script");

Tried your method from manually created script, works fine. But fails when using automatically generated rule with:
https://i.imgur.com/HXPLjSx.png

Additionally tried manually editing rule with these arguments:

Code:
"/bin/bash", "/home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh"
and without quotation and colon:
Code:
/bin/bash /home/pi/Apps/QtBitcoinTrader-skrypty/mail.sh

but nothing happens, debug log says nothing about issue Sad

legendary
Activity: 1035
Merit: 1065
Hi IGHOR, I wanted to be notified about QtBitcoinTrader operations, so I have set up mail smtp configuration with ssmtp and mailutils packages and its functions properly when I run this simple mail.sh bash script from terminal:

Code:
#/bin/bash
echo "Hello, I have done something!" | mail -s "notification" *********.gmail.com

Unfortunately, using QtTraders trader.startApp(path) function, nothng happens Sad
Have I done something wrong here?

Also, where can I read about functions such as trader.write/readtofile(path,data) and such? Docs at centrabit are outdated, and doesn't include newer additions.

I'm asking because I tried to use trader.writetofile(path,data) but nothing seems to happen.

ps. Its still the best application of its kind

Regards

Hello. In script editor dialog there is popup buttons like Functions, Commands.. They are generated automatically and contains complete list of existing functions, excluding JavaScript itself.
Try this trader.startApp("/bin/bash", "path to your script");
newbie
Activity: 3
Merit: 0
Hi IGHOR, I wanted to be notified about QtBitcoinTrader operations, so I have set up mail smtp configuration with ssmtp and mailutils packages and its functions properly when I run this simple mail.sh bash script from terminal:

Code:
#/bin/bash
echo "Hello, I have done something!" | mail -s "notification" *********.gmail.com

Unfortunately, using QtTraders trader.startApp(path) function, nothng happens Sad
Have I done something wrong here?

Also, where can I read about functions such as trader.write/readtofile(path,data) and such? Docs at centrabit are outdated, and doesn't include newer additions.

I'm asking because I tried to use trader.writetofile(path,data) but nothing seems to happen.

ps. Its still the best application of its kind

Regards
newbie
Activity: 54
Merit: 0
is there have instant buy/sell button I could use?
legendary
Activity: 1035
Merit: 1065
Qt Bitcoin Trader v1.40.43 Released!

Request interval now can be set less than 0.5 seconds
Fixed bug when timers wasn't stopped on group stop
Fixed crash when open Debug dialog
Fixed incorrect fee value in Bitfinex
Fixed filter open orders in Bitfinex
Fixed tray icon in Linux
Fixed bug caused long delay after network down
Fixed on top mode for dock widgets
Fixed bug when password was incorrectly detected as weak
Currency pairs synchronized in all exchanges
newbie
Activity: 40
Merit: 0
1. So, is there any another way to do that?
2. How can I check file change in QT Bitcoin Trader? If a file was modified

Thank you
D.

1. Hello. Currently there is no other way to communicate between instances.
2. Looks like good idea to add this feature, I'll keep it in todo list.

Thank you
Damjan
legendary
Activity: 1035
Merit: 1065
1. So, is there any another way to do that?
2. How can I check file change in QT Bitcoin Trader? If a file was modified

Thank you
D.

1. Hello. Currently there is no other way to communicate between instances.
2. Looks like good idea to add this feature, I'll keep it in todo list.
newbie
Activity: 40
Merit: 0
Hi,

I'm testing one strategy and I'm using Qt Bitcoin Trader for staticstics, which are then processed by another app (through log files). Then, I want to send Qt Bitcoin Trader back buy & sell signal.

Can anyone give me a hint, which way is the best. Now I see only communication between two apps through files.

Thank you
Damjan

1. So, is there any another way to do that?
2. How can I check file change in QT Bitcoin Trader? If a file was modified

Thank you
D.
legendary
Activity: 1035
Merit: 1065
Hi,

I'm testing one strategy and I'm using Qt Bitcoin Trader for staticstics, which are then processed by another app (through log files). Then, I want to send Qt Bitcoin Trader back buy & sell signal.

Can anyone give me a hint, which way is the best. Now I see only communication between two apps through files.

Thank you
Damjan

Are forums removed on page from centrabit? Where is all the content?

Thanks, will be fixed soon.
newbie
Activity: 40
Merit: 0
Hi,

I'm testing one strategy and I'm using Qt Bitcoin Trader for staticstics, which are then processed by another app (through log files). Then, I want to send Qt Bitcoin Trader back buy & sell signal.

Can anyone give me a hint, which way is the best. Now I see only communication between two apps through files.

Thank you
Damjan

Are forums removed on page from centrabit? Where is all the content?
Pages:
Jump to: