Bitcoin Forum
March 24, 2020, 06:36:16 PM *
News: Latest Bitcoin Core release: 0.19.0.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Quality Techology Trading Bot (support for almost all trading exchanges)  (Read 4 times)
Era101
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
Today at 05:18:47 PM
 #1

Qt Bitcoin Trader is open source application that helps you open and cancel HitBTC, Bittrex, Binance, Bitfinex, BTC-e, Bitstamp, BTCChina, Indacoin, Goc.io, YoBit.net, BitmarketPL orders very fast. Real time data monitoring.
Developed on pure Qt, uses OpenSSL.

Api key and secret is protected by password using AES 256 encryption.
Stronger password means stronger protection.
Interface Languages: Korean, English, Russian, Ukrainian, Spanish, Dutch, Norwegian, German, Chinese, Polish, Czech, Italiano, Turkish, Bahasa Indonesia.

I want to develop this Trader App so that it can be configured for any rule and strategy.
And make real time charts on QML or Qt Graphics View.
If you want to help me, than donate to 1d6iMwjjNo8ZGYeJBZKXgcgVk9o7fXcjc
If you want to help me, than send recommendations and bug reports.

For correct work your system time required to be synchronized with NTP.

Portable mode for Windows

Just create folder named QtBitcoinTrader at same folder as exe file. All data will be stored there. Useful to use on USB flash drive.

Proxy

Proxy settings by default gets from system. For Windows it gets from IE.

Also you can configure proxy by editing QtBitcoinTrader.cfg file. (located in %localappdata%\QtBitcoinTrader or ~/.config/QtBitcoinTrader)

Default values is:

Code:

Code:
[Proxy]
Enabled=true
Auto=true
Host=127.0.0.1
Port=1234
User=username
Password=password


Auto=true means settings gets from Internet Explorer.

So here is example of manual configuration:

Code:

Code:
[Proxy]
Enabled=true
Auto=false
Host=192.168.1.20
Port=8990
User=IGHOR
Password=dFg44Ke


Next ToDo

1 ) Advanced Charts
2 ) Add support to monitor many exchanges and currencies at time
3 ) Add script language to make own adwanced trade strategy
4 ) Develop server to collect all ticker and depth data to provide single websocket connection for realtime data updates
5 ) Make floatable interface
6 ) Allow to save interface settings as Workspace profiles
7 ) Develop mobile application to provide secure remote access to running application on desktop
8 ) Add plugins support to allow all developers attach any exchanges
9 ) Add command line support

Tested on Windows, Linux

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. https://mega.nz/#!9Q5VUYTI!Q4FCs8D_B_FJhJtH-29D74lg_W0Io5oGl-Pv3Q1MOlQ

Install commands under Linux:
https://mega.nz/#!9Q5VUYTI!Q4FCs8D_B_FJhJtH-29D74lg_W0Io5oGl-Pv3Q1MOlQ
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


Or just open pro file with Qt Creator.

Troubleshoot

If you entered API keys but values don't updates, please go and check permissions for Trade and Info.
If it not helps, then delete your keys and generate new one.
If it not helps please try latest beta version.
If even this not helps, please email me and we will debug it.

If you have an error "API key not found" or another error contains API text message, you can try this temporary solution:
Do not copy your keys directly from site to QTBT, first copy your keys elsewhere (Word, Notepad, StickyNote), and then copy and paste from there to QTBT.
Guaranteed way: Typing your credentials, be sure you typed them correctly, it may take a while to do but once you have done that your credentials should not be rejected.
Thanks to RG I'll fix this error soon.

You can send me log file for debugging.
Close Qt Bitcoin Trader and go to the ~/.config/QtBitcoinTrader (Linux) or %localappdata%\QtBitcoinTrader (Windows) folder and edit your *.ini file.
Find section Debug and change LogEnabled=false to LogEnabled=true
Start Qt Bitcoin Trader for 1 minute and close it.
Now in ~/.config/QtBitcoinTrader folder you can find *.log file, send it to me.
Don't forget to change LogEnabled to false back.

Screenshots
https://ibb.co/myYzWkd
https://ibb.co/Zdhrjgp
https://ibb.co/WP4yV7p
Pages: [1]
  Print  
 
Jump to:  

Sponsored by , a Bitcoin-accepting VPN.
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!