Support Board
Date/Time: Mon, 15 Sep 2025 05:06:32 +0000
Post From: Negative numbers
[2018-09-28 22:23:26] |
ForgivingComputers.com - Posts: 1122 |
Your PositionData.OpenProfitLoss is a positive number if you have Profits, it is a negative number if you have losses. If you want to know if you exceeded your max loss for the day (e.g. 40) check to see if PositionData.OpenProfitLoss < -40.
|