Re: Not > or < but if it "touches" then do X if current position is less than Y as well.
I am looking to do the following if this condition exists on a current trade/position:
Right now I have
&& Position.GetProfitLoss(Close[0], PerformanceUnit.Points) > 33*TickSize
If the current trade or position ever "touches"/"reaches" (however you want to say it) being positive 33 ticks in profit & the current ticks in profit is less than 66 ticks, and the other conditions are meet, then exit.
This way, if it just touches being profitable by 33 ticks then it would qualify as the condition being meet even if the trades begins to drop down below 33 ticks in profit afterwards as long as the current ticks in profit is less than 66 ticks.
Anyone with input or help would be great...

Greg

Comment