Artha |
Class | Description | |
---|---|---|
![]() | ChartVisualBase | |
![]() | DefaultFill | |
![]() | DiagnosticHelper | |
![]() | DoubleProperty | |
![]() | EnumProperty | |
![]() | FillBase | |
![]() | Indicator | |
![]() | IndicatorBase | |
![]() | InputAttribute | |
![]() | InputXmlSerializerT | |
![]() | IntProperty | |
![]() | Line | |
![]() | OptimizerAttribute | Declarative tag determining whether the property will be evaluated while optimizing a strategy |
![]() | OptimizerProperty | |
![]() | OptimizerPropertyBase | |
![]() | OptimizerPropertyBaseT | |
![]() | PerformanceBase | |
![]() | PerformanceItemT | |
![]() | PerformanceProperty | |
![]() | PerformanceVisualArgs | |
![]() | Plot | |
![]() | PriceSeries | |
![]() | ReferencedAssembly | |
![]() | ScriptItem | |
![]() | ScriptItemT | |
![]() | SeriesT | |
![]() | SharpScriptBase | Base class for the custom scripts |
![]() | Strategy | |
![]() | TimeSeries | |
![]() | TradeItem | |
![]() | Transaction | |
![]() | TypeContainer | Helper class to populate IndicatorBaseType collection in InputSelectorViewModel |
![]() | VisualArgs | Visual arguments |
![]() | VisualArgsT | |
![]() | VisualBase | |
![]() | VisualScriptBase | Base class for scripts which can render the contents in the view. |
![]() | VolumeSeries |
Interface | Description | |
---|---|---|
![]() | IFill | |
![]() | IHeaderTemplate | |
![]() | IIndicator | |
![]() | IInputContainer | |
![]() | IPerformance | IPerformance interface, if implemented in a Strategy Performance userCode then the calculated value will be displayed in Performance tab in the Strategy Performance View |
![]() | IPerformanceItem | |
![]() | IPerformanceProperty | |
![]() | IPerformanceViewModel | |
![]() | IPriceSeries | |
![]() | ISeriesT | A collection of data points which is syncronized with the Count. |
![]() | IStyleTemplate | |
![]() | ISummeryT | ISummery interface, if implemented in a Strategy Performance userCode then the calculated values will be displayed in the Summery tab in the Strategy Performance View |
![]() | ITemplate | |
![]() | ITransaction | ITransaction interface |
![]() | IVisualArgsT | Visual arguments |
Enumeration | Description | |
---|---|---|
![]() | BufferSize | In an Indicator (or Strategy) you may define one or more ISeriesT. The number of data points a series can have depends on the BufferSize property, unless explicitly defined. This makes the IndicatorBase object more memory efficient particularly when the Indicator or Strategy have multiple SeriesT defined. |
![]() | Calculate | |
![]() | ConnectionLossHandling | Connection loss handling. |
![]() | EntriesPerDirection | |
![]() | EntryHandling | Entry handling determines how Entries per direction will be calculated |
![]() | PriceType | Price type determines what value a price series (IPriceSeries) will return |
![]() | RealtimeErrorHandling | Real time error handling. |
![]() | ScriptType | Returns the sharpScript type |
![]() | SoundType | |
![]() | State | DomScript - When user changes the instrument the object is not re-used, i.e. no new object will be created. The DomScript.State will change to Configure and then to StartUp |
![]() | SummeryType | SummeryType categorize the ISummery |
![]() | TemplateType | |
![]() | VolumeType | |
![]() | XamlType |