| 
			| 
					
								| pullTW 
								Newbie    Offline 
								Activity: 3 
								Merit: 0
								
								
								
								
								   | 
								|  | October 10, 2019, 05:52:59 AMLast edit: October 11, 2019, 08:17:53 AM by pullTW
 |  | 
 
 Now it's working, thank  you. Could you explain to me, how to use trader.fileWrite/Read(path,data) commands? I tried: 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... |  
						|  |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | February 27, 2020, 06:14:51 PM |  | 
 
 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
 
 |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| CucakRowo | 
								|  | March 24, 2020, 06:42:29 PM |  | 
 
 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. ArchiveQt 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.InstallationWindows : just download zip and run .exe file.  Install commands under Linux : Code: sudo apt-get install g++ libssl-dev libglu1-mesa-dev qt5-qmake qtscript5-dev qtmultimedia5-devexport QT_SELECT=5
 qmake QtBitcoinTrader_Desktop.pro
 make && make install && make clean
 |  
						| 
 |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | March 24, 2020, 06:44:46 PM |  | 
 
 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. |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| CucakRowo | 
								|  | March 24, 2020, 06:50:47 PM |  | 
 
 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. |  
						| 
 |  |  | 
| 
			| 
					
								| Vinsonner 
								Newbie    Offline 
								Activity: 15 
								Merit: 0
								
								
								
								
								   | 
								|  | March 29, 2020, 07:01:47 AM |  | 
 
 Just want to say "thank you" for your application.    Simple. Useful  |  
						|  |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | April 27, 2020, 02:38:05 PM |  | 
 
 Qt Bitcoin Trader v1.40.51 Released!
 - Fixed hitbtc balance
 - Fixed binance balance
 |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | May 09, 2020, 02:32:35 PM |  | 
 
 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
 |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| Hypofely 
								Newbie    Offline 
								Activity: 29 
								Merit: 0
								
								
								
								
								     | 
								|  | December 04, 2020, 08:36:04 AM |  | 
 
 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
 |  
						|  |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | December 04, 2020, 01:27:42 PM |  | 
 
 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
 
 Hi. If its BTCUSDT pair, you need to define amount in the base currency, so it should be BTC. |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| Hypofely 
								Newbie    Offline 
								Activity: 29 
								Merit: 0
								
								
								
								
								     | 
								|  | December 04, 2020, 04:57:58 PM |  | 
 
 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
 
 Hi. If its BTCUSDT pair, you need to define amount in the base currency, so it should be BTC.Okay thank you I'll check it out. Also can you tell me how can I compile it to Windows.  |  
						|  |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | December 04, 2020, 04:59:15 PM |  | 
 
 Okay thank you I'll check it out. Also can you tell me how can I compile it to Windows. 
 All you need is Qt SDK + openssl library for the same compiler. You can just open it with Qt Creator and build. |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| Hypofely 
								Newbie    Offline 
								Activity: 29 
								Merit: 0
								
								
								
								
								     | 
								|  | December 05, 2020, 08:03:29 AM |  | 
 
 Can I be a beta tester?   |  
						|  |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | April 18, 2021, 01:04:50 AM |  | 
 
 Qt Bitcion Trader v1.40.53 Released!
 - Fixed critical bug causing missing public trade history items
 - Fixed bug when zero, incorrect balance reached script, rules events
 - Fixed missing script events, wrong rule state for Bitfinex
 - Fixed own trade history items missing for Bitfinex
 - Fixed rounding of buy or sell total calculations
 - Fixed Hitbtc exchange api keys impossible to add
 - Fixed translation issues. French language updated
 - Optimized memory usage
 - Removed exchanges bitmarket.pl, okcoin.cn, btcchina.com, goc.io
 |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| designbuyers | 
								|  | April 18, 2021, 04:34:56 AM |  | 
 
 Qt Bitcion Trader v1.40.53 Released!
 - Fixed critical bug causing missing public trade history items
 - Fixed bug when zero, incorrect balance reached script, rules events
 - Fixed missing script events, wrong rule state for Bitfinex
 - Fixed own trade history items missing for Bitfinex
 - Fixed rounding of buy or sell total calculations
 - Fixed Hitbtc exchange api keys impossible to add
 - Fixed translation issues. French language updated
 - Optimized memory usage
 - Removed exchanges bitmarket.pl, okcoin.cn, btcchina.com, goc.io
 
 Thanks for letting us know    |  
						| 
 |  |  | 
| 
			| 
					
								| NotATether 
								Legendary    Offline 
								Activity: 2142 
								Merit: 9073
								 
								Trêvoid █ No KYC-AML Crypto Swaps
								
								
								
								
								
								     | 
								|  | April 21, 2021, 08:10:52 AM |  | 
 
 @IGHOR
 It seems that there's no CLI or server-side API for placing orders, just the Qt GUI, right? I am trying to find or make software that can place exchange orders from a headless server as part of a tool I'm building for my job.
 
 How difficult do you estimate it would be to abstract the order-placing code behind some kind of REST server that runs on localhost, so that it could be called by other programs? I may probably end up implementing this myself.
 |  
						| 
								|  |  
								|  |   | 
 
 |  | . betpanda.io
 | │ | 
 ANONYMOUS & INSTANT.......ONLINE CASINO.......
 | │ | ▄███████████████████████▄ █████████████████████████
 █████████████████████████
 ████████▀▀▀▀▀▀███████████
 ████▀▀▀█░▀▀░░░░░░▄███████
 ████░▄▄█▄▄▀█▄░░░█▄░▄█████
 ████▀██▀░▄█▀░░░█▀░░██████
 ██████░░▄▀░░░░▐░░░▐█▄████
 ██████▄▄█░▀▀░░░█▄▄▄██████
 █████████████████████████
 █████████████████████████
 █████████████████████████
 ▀███████████████████████▀
 | ▄███████████████████████▄ █████████████████████████
 ██████████▀░░░▀██████████
 █████████░░░░░░░█████████
 ████████░░░░░░░░░████████
 ████████░░░░░░░░░████████
 █████████▄░░░░░▄█████████
 ███████▀▀▀█▄▄▄█▀▀▀███████
 ██████░░░░▄░▄░▄░░░░██████
 ██████░░░░█▀█▀█░░░░██████
 ██████░░░░░░░░░░░░░██████
 █████████████████████████
 ▀███████████████████████▀
 | ▄███████████████████████▄ █████████████████████████
 ██████████▀▀▀▀▀▀█████████
 ███████▀▀░░░░░░░░░███████
 ██████▀░░░░░░░░░░░░▀█████
 ██████░░░░░░░░░░░░░░▀████
 ██████▄░░░░░░▄▄░░░░░░████
 ████▀▀▀▀▀░░░█░░█░░░░░████
 ████░▀░▀░░░░░▀▀░░░░░█████
 ████░▀░▀▄░░░░░░▄▄▄▄██████
 █████░▀░█████████████████
 █████████████████████████
 ▀███████████████████████▀
 | . 
 SLOT GAMES....SPORTS....
 LIVE CASINO
 | │ | ▄░░▄█▄░░▄▀█▀░▄▀▄░▀█▀
 ▄▄▄▄▄▄▄▄▄▄▄
 █████████████
 █░░░░░░░░░░░█
 █████████████
 ▄▀▄██▀▄▄▄▄▄███▄▀▄
 ▄▀▄██▄███▄█▄██▄▀▄
 ▄▀▄█▐▐▌███▐▐▌█▄▀▄
 ▄▀▄██▀█████▀██▄▀▄
 ▄▀▄█████▀▄████▄▀▄
 ▀▄▀▄▀█████▀▄▀▄▀
 ▀▀▀▄█▀█▄▀▄▀▀
 | Regional Sponsor of the
 Argentina National Team
 | 
 |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | April 24, 2021, 02:41:21 PM |  | 
 
 @IGHOR
 It seems that there's no CLI or server-side API for placing orders, just the Qt GUI, right? I am trying to find or make software that can place exchange orders from a headless server as part of a tool I'm building for my job.
 
 How difficult do you estimate it would be to abstract the order-placing code behind some kind of REST server that runs on localhost, so that it could be called by other programs? I may probably end up implementing this myself.
 
 You can run it on a linux server with vnc mode. It is still experimental. In a future you will able to use REST API to control Qt Trader |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | April 24, 2021, 02:41:28 PMLast edit: May 07, 2021, 11:28:32 PM by IGHOR
 |  | 
 
 v1.40.54 Released!
 - Fixed trader.say(..) script command
 - Fixed crash on unix systems
 
 v1.40.55
 
 - Fixed trader.groupStop(..) script command
 - Synchronized currency pairs
 |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| IGHOR (OP) 
								Legendary    Offline 
								Activity: 1036 
								Merit: 1075
								     | 
								|  | March 06, 2022, 10:55:59 PM |  | 
 
 v1.41.00 Released!
 Fixed time syncronization in Binance
 Translation fixes, added Korean language
 Fixed bug in trade history of Bittrex exchange
 Improved request interval limits for Poloniex
 Qt 6 support, using QJSEngine instead of QtScript
 Optimized CPU usage
 Updated currency pairs list
 |  
						| 
 Qt Bitcoin TraderVerify digital signature of the app in the file properties every time you download it. |  |  | 
| 
			| 
					
								| mistercoin 
								Legendary    Offline 
								Activity: 1070 
								Merit: 1000
								 
								Rent Me!
								
								
								
								
								
								     | 
								|  | March 13, 2022, 04:19:52 AM |  | 
 
 v1.41.00 Released!
 Fixed time syncronization in Binance
 Translation fixes, added Korean language
 Fixed bug in trade history of Bittrex exchange
 Improved request interval limits for Poloniex
 Qt 6 support, using QJSEngine instead of QtScript
 Optimized CPU usage
 Updated currency pairs list
 
 Been using QTBT since way back during the BTC-e & Gox days. It's always been a solid piece of software and a huge boon to the open source community. Cheers! |  
						| 
 |  |  | 
	|  |