Forex_Strategy_Builder.Bar_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)
        {
            EntryPointLongDescription  = "at the end of the bar";
            EntryPointShortDescription = "at the end of the bar";
            ExitPointLongDescription   = "at the end of the bar";
            ExitPointShortDescription  = "at the end of the bar";

            return;
        }