Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.82 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.82 KB

Forex Risk Management Calculator

GitHub license GitHub stars Twitter

The calculator is a trading tool that helps the user to determine if they can place a trade in the forex market. This is done by calculating the margin (deposit) required to open the position of a selected currency pair based on the lot size selected and account leverage. Additionally they have the ability to determine the amount of profit or loss incurred before opening a position.

How to use the Calculator

Margin

The user selects the account currency, currency pair being traded and leverage on the account, then enters the lot size (volume) of the trade and account balance. This will display a margin value in the margin box. The box will light up red if a position cannot be opened and green if a position can be opened. Changing these values will also change the margin value.

Profit/Loss

The user selects either BUY or SELL to determine trade direction, then inputs the entry level, take profit and stop loss values which will give the profit and loss amount in the boxes below.

Disclaimer: These calculations may vary from real world performance as broker fees (i.e. spread, swap and comission) are not factored into the calculation.

This tool is built using Bootstrap and JavaScript. Hosted at Netlify.