design a UI for a trading system in C++

Job ID: 33438389

Budget: £250 – £750 GBP

I have a trading algorithm written in C++. The trading strategy is directly connected to a broker via its API.



I am looking for a professional guru to design a friendly UI to achieve


a) it shows model parameter inputs and can change these inputs; These inputs can be saved or called from a json file. it also shows some basic live market data, such as bid price, ask price, bid size, ask size etc. Plot is NOT required.

b) If I click trade live button, it calls the trading program which has been completed already. it will send trades to the broker and execute these trades.

c) If I click trade demo button, it calls the trading program which has been completed, but it will not send trades to the broker

d) if I click exit, it will not call the trading program

e) when the trading program is called, the UI also has an output panel to show the output of the program. These outputs come from std::cout lines from the existing c++ program.

f) Ideally, the trading program or algorithm is stored in a remote machine.

g) the UI and the broker API will be called from the local machine.

i) This should support both the windows and the linux system


This is NOT an implementation of strategy. The trading strategy is already completed. For simplicity, the project can skip the broker API side.


Please let me know your quote and hours, the library you are going to use to achieve.