I just want to be sure that this does says:
if the stategy on this one instrument is below -$300 (negative -$300)...in other words, I do not have to use > correct (i.e. a greater negative number)...it is how it is written logically right? I am reading it as simply < (less than) -$300 (i.e. -$325 etc would trigger it)?
&& Position.GetProfitLoss(Close[0], PerformanceUnit.Currency) < -300)

Comment