jerobado / rule1

A simple C++ console application that will compute the percentage of gain needed to recover your current loss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rule1 - Don't lose money

A simple C++ console application that will compute the percentage of gain needed to recover your current loss.

Usage

If your current loss is 50% on any of your investments.

$ rule1 50
+100.00% needed gain just to recover your current loss

Your gain should be at least 100% just to breakeven! So, don't lose money!

About

A simple C++ console application that will compute the percentage of gain needed to recover your current loss.


Languages

Language:C++ 76.7%Language:QMake 23.3%