I have attempted to use the documentation here
if (SystemPerformance.AllTrades.TradesPerformance.Currency.Drawdown >= 1000)
{PositionFactor = 2;}
if (SystemPerformance.AllTrades.TradesPerformance.Currency.Drawdown <= 0)
{PositionFactor = 1;}
Any help would be appreciated. Thanks!

Comment