Forex_Strategy_Builder.Take_Profit.Calculate C# (CSharp) Méthode

Calculate() public méthode

Calculates the indicator's components
public Calculate ( SlotTypes slotType ) : void
slotType SlotTypes
Résultat void
        public override void Calculate(SlotTypes slotType)
        {
            return;
        }