Forex_Strategy_Builder.Day_Closing.SetDescription C# (CSharp) Method

SetDescription() public method

Sets the indicator logic description
public SetDescription ( SlotTypes slotType ) : void
slotType SlotTypes
return void
        public override void SetDescription(SlotTypes slotType)
        {
            ExitPointLongDescription   = "at the end of the day";
            ExitPointShortDescription  = "at the end of the day";

            return;
        }