Forex_Strategy_Builder.Exit_Hour.SetDescription C# (CSharp) Метод

SetDescription() публичный Метод

Sets the indicator logic description
public SetDescription ( SlotTypes slotType ) : void
slotType SlotTypes
Результат void
        public override void SetDescription(SlotTypes slotType)
        {
            ExitPointLongDescription  = "at the end of the last bar before " + IndParam.NumParam[0].Value + " o'clock";
            ExitPointShortDescription = "at the end of the last bar before " + IndParam.NumParam[0].Value + " o'clock";

            return;
        }