Forex_Strategy_Builder.Close_and_Reverse.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  = "and open a new short one, at the entry price, when a sell entry signal arises";
            ExitPointShortDescription = "and open a new long one, at the entry price, when a buy entry signal arises";

            return;
        }