Seems like this should be simple, but I am having issues with it. One of my condition sets has: && (Position.GetUnrealizedProfitLoss(PerformanceUnit. Currency) >= 100) in it and it doesn't seem to be working.
What I am trying to accomplish is: if Unrealized profit and loss >= $100 do "this".
Is that not correct, am I missing something?

Comment