Artha |
Class | Description | |
---|---|---|
![]() | ChartVisualBase | |
![]() | DefaultFill | |
![]() | DiagnosticHelper | |
![]() | DoubleProperty | |
![]() | EnumProperty | |
![]() | FillBase | |
![]() | Indicator | |
![]() | IndicatorBase | Base class for an Indicator or Strategy |
![]() | InputAttribute | A user code (which can be an Indicator or a BarType etc) can have one or more Properties (as defined by the user). ArthaChitra, uses these user defined properties internally for various tasks, from comparing two objects or simply to append the display name. Whether the properties will be included or excluded from such evaluation process depends if the coder assigns the InputAttribute to that property. |
![]() | 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 | Implementation of the ISeriesT interface. This is syncronized with the IBars |
![]() | 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 | Price series of the specified PriceType |
![]() | 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 | While developing a custom code (be it an indicator or a strategy or a chart object etc) user may declare one or more custom property. User can configure those user defined properties from the GUI itself by building Xaml templates. The ITemplate interface lets the user to choose the Xaml file which he intends to use to edit the properties in the properties view of the SharpScriptBase class. |
![]() | 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 | Determines how an OnBarUpdate will update |
![]() | ConnectionLossHandling | Connection loss handling. |
![]() | EntriesPerDirection | |
![]() | EntryHandling | Entry handling determines how Entries per direction will be calculated |
![]() | PriceType | Price type determines what value a IPriceSeries will return |
![]() | RealtimeErrorHandling | Real time error handling. |
![]() | ScriptType | Returns the sharpScript type |
![]() | SoundType | Gets the sound file as located in the folder ~\Documents\ArthaChitra 2\Sounds |
![]() | State | The different states an user code goes through in its life cycle. |
![]() | SummeryType | SummeryType categorize the ISummeryT |
![]() | TemplateType | |
![]() | VolumeType | Volume type determines the type of value a VolumeSeries will return |
![]() | XamlType |