Skip to content

Latest commit

 

History

History
executable file
·
47 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
47 lines (34 loc) · 1.1 KB

QTrader (WIP) - an open source trading platform

QTrader is an open-source cross-platform trading IDE.

QTrader runs on Linux, OS X and Windows, other operating systems are currently not supported.

Get QTrader

You can download QTrader from the official web page (http://www.dailypips.org) or using Git:

$ git clone https://github.com/gaoxiaojun/qtrader.git 

Dependencies

  • g++, make
  • cmake >= 3.0.2
  • Qt >= 5.3.2

Compilation

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=prefix
$ make

Installation

$ make install

Copyright info

Copyright (C) 2013 Xiaojun Gao

QTrader is free (libre) software. This means that the application source code is available to public, anyone is welcome to research how the application works, participate in its development, freely distribute the application and spread the word!

This project may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.GPL.