项目作者: ArneGockeln

项目描述 :
FX Position and Margin Calculator
高级语言: C++
项目地址: git://github.com/ArneGockeln/fxcalc.git
创建时间: 2019-02-26T16:30:32Z
项目社区:https://github.com/ArneGockeln/fxcalc

开源协议:GNU General Public License v3.0

下载


FX Calc

FX Position Calculator

This application is a tool to calculate forex position sizes as lots and units. Also it shows how much margin is required to open the position.

You can find more information about the equations and a binary to download here: https://www.arnegockeln.com/2019/03/calculate-forex-position-and-margin-requirements.html

Compile mac app

To compile a macos app just do it like this:

  1. $ chmod +x build.sh
  2. $ ./build.sh release

The application bundle FXCalc.app is going to be generated. You can copy it to your /Applications folder.

dependencies

  • Qt 5.12
  • CMAKE 3.8

Note

On close of the application all values are saved in a file in ~/Library/Preferences/fxcalc

inspiration