Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 22:23:08 +0000



Post From: Negative numbers

[2018-09-28 22:23:26]
bradh - Posts: 854
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.