I am using this code:
else if (State == State.Configure)
{
SetProfitTarget(CalculationMode.Ticks, Target);
SetStopLoss(CalculationMode.Ticks, StopLoss);
AddPointAndFigure(Instrument.FullName, BarsPeriodType.Minute, 1, 2, 3, PointAndFigurePriceType.Close, MarketDataType.Last);
}
Should I expect them to update?

Comment