Support Board
Date/Time: Sun, 06 Jul 2025 13:09:23 +0000
Post From: Negative numbers
[2018-09-28 22:23:26] |
ForgivingComputers.com - Posts: 1076 |
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.
|