Support Board
Date/Time: Fri, 20 Mar 2026 21:12:16 +0000
Post From: Negative numbers
| [2018-09-28 22:23:26] |
| ForgivingComputers.com - Posts: 1205 |
|
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.
|
