Show / Hide Table of Contents

Namespace TuringTrader.SimulatorV2

Classes

Account_Default

The Account class maintains the status of the trading account.

Algorithm

Base class for v2 trading algorithms.

BarType<T>

Template class for simulator bars.

Cache

Simple cache. The cache is essential to TuringTrader's automagic indicators and used for the object cache.

DataSource

Helper class to load asset data from various data feeds.

DummyCache

Dummy cache. This class does not cache, but forward requests directly to the miss-function. This is the default for TuringTrader's data cache.

GlobalSettings

Class providing read/ write access to global settings, stored in the Windows registry.

IAccount.OrderReceipt

Container collecting all order information at time of order execution.

IAccount.OrderTicket

Container collecting all order information at time of order submittal.

OHLCV

Simple container for open/ high/ low/ close prices and volume.

Output

Class to provide output capabilities. Output can be filtered by errors, warnings, and general info.

Plotter

Plotter class with additional helper functions for v2 engine.

TimeSeries<T>

Class to encapsulate time-series data. The class is designed to receive its data from an asynchronous task.

TimeSeries<T>.TimeIndexer<T2>

Helper class to allow retrieval of the series' timestamp at an offset relative to the parent algorithm's simulator timestamp.

TimeSeriesAsset

Time series for asset data. Assets include any quotes retrieved from supported data feeds or child algorithms.

TimeSeriesAsset.MetaType

Container class to store meta data for TimeSeriesAsset.

TimeSeriesFloat

Time series for floating point data. This is mainly used for indicators.

TradingCalendar_US

Trading calendar for U.S. stock exchanges.

Interfaces

IAccount

Trading calendar class to convert a date range to an enumerable of valid trading days.

ICache

Interface for cache.

ITradingCalendar

Trading calendar class to convert a date range to an enumerable of valid trading days.

Enums

OrderType

OrderType is an enumeration of orders supported by the simulator.

Output.DisplayModeType

Enumeration of output modes.

In This Article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com