3 implementations of IFormula
System.Windows.Forms.DataVisualization (3)
Common\Formulas\PriceIndicators.cs (1)
36
internal class PriceIndicators :
IFormula
Common\Formulas\StatisticalAnalysis.cs (1)
34
internal class StatisticalAnalysis :
IFormula
Common\Formulas\TimeSeriesAndForecasting.cs (1)
35
internal class TimeSeriesAndForecasting :
IFormula
3 references to IFormula
System.Windows.Forms.DataVisualization (3)
Common\Formulas\FormulaRegistry.cs (3)
90
if(type == typeof(
IFormula
))
125
public
IFormula
GetFormulaModule(string name)
142
return (
IFormula
)_createdModules[name];