Forex_Strategy_Builder.Actions.MenuAnalysisCalculate_OnClick C# (CSharp) Method

MenuAnalysisCalculate_OnClick() protected method

Forces the calculation of the strategy.
protected MenuAnalysisCalculate_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        protected override void MenuAnalysisCalculate_OnClick(object sender, EventArgs e)
        {
            Calculate(true);

            return;
        }
Actions