Could you please help me?
I am currently working with a strategy that uses Position.GetProfitLoss(Close[0], PerformanceUnit.Percent) during execution. That is, manage positions differently when they are given percentage in profit / loss.
However, I am trying to reverse the formula that provides me with a projected price – for example, I would like to calculate price if the Position is 0.50% up.
Could you please provide the formula that does that calculation? Or point me towards where it is at in the documentation?
Thanks and regards,
Dan

Comment