Forex_Strategy_Builder.Enter_Once.Calculate C# (CSharp) 메소드

Calculate() 공개 메소드

Calculates the indicator's components
public Calculate ( SlotTypes slotType ) : void
slotType SlotTypes
리턴 void
        public override void Calculate(SlotTypes slotType)
        {
            return;
        }