Click or drag to resize

ArthaChitra.Model.SharpScript Namespace

 
Classes
 ClassDescription
Public classArrayProperty 
Public classBarsContainer 
Public classChartVisualBase 
Public classDefaultFill 
Public classDiagnosticHelper 
Public classDoubleProperty 
Public classEnumProperty 
Public classFillBase 
Public classIndicator 
Public classIndicatorBase 
Public classInputAttribute 
Public classInputXmlSerializerT 
Public classIntProperty 
Public classLine 
Public classMonacoEditorProperty 
Public classOptimizerAttribute Declarative tag determining whether the property will be evaluated while optimizing a strategy
Public classOptimizerProperty 
Public classOptimizerPropertyBase 
Public classOptimizerPropertyBaseT 
Public classPerformanceBase 
Public classPerformanceItemT 
Public classPerformanceProperty 
Public classPerformanceVisualArgs 
Public classPlot 
Public classPriceSeries 
Public classReferencedAssembly 
Public classScriptItem 
Public classScriptItemT 
Public classSeriesT 
Public classSharpScriptBase Base class for the custom scripts
Public classStrategy 
Public classTimeSeries 
Public classTradeItem 
Public classTransaction 
Public classTypeContainer Helper class to populate IndicatorBaseType collection in InputSelectorViewModel
Public classVisualArgs Visual arguments
Public classVisualArgsT 
Public classVisualBase 
Public classVisualScriptBase Base class for scripts which can render the contents in the view.
Public classVolumeSeries 
Interfaces
 InterfaceDescription
Public interfaceIFill 
Public interfaceIHeaderTemplate 
Public interfaceIIndicator 
Public interfaceIInputContainer 
Public interfaceIPerformance IPerformance interface, if implemented in a Strategy Performance userCode then the calculated value will be displayed in Performance tab in the Strategy Performance View
Public interfaceIPerformanceItem 
Public interfaceIPerformanceProperty 
Public interfaceIPerformanceViewModel 
Public interfaceIPriceSeries 
Public interfaceISeriesT A collection of data points which is syncronized with the Count.
Public interfaceIStyleTemplate 
Public interfaceISummeryT 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
Public interfaceITemplate 
Public interfaceITransaction ITransaction interface
Public interfaceIVisualArgsT Visual arguments
Enumerations
 EnumerationDescription
Public enumerationBufferSize 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.
Public enumerationCalculate 
Public enumerationConnectionLossHandling Connection loss handling.
Public enumerationEntriesPerDirection 
Public enumerationEntryHandling Entry handling determines how Entries per direction will be calculated
Public enumerationPriceType Price type determines what value a price series (IPriceSeries) will return
Public enumerationRealtimeErrorHandling Real time error handling.
Public enumerationScriptType Returns the sharpScript type
Public enumerationSoundType 
Public enumerationState 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
Public enumerationSummeryType SummeryType categorize the ISummery
Public enumerationTemplateType 
Public enumerationVolumeType 
Public enumerationXamlType