Forex_Strategy_Builder.Day_Closing.SetDescription C# (CSharp) Méthode

SetDescription() public méthode

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

            return;
        }