Toolbox Components

EasyLanguage object components are a special type of class that are designed to be added to an EasyLanguage document from the TradeStation Development Environment toolbox and will automatically generate protected code that contains objects whose properties and events can be managed using the Properties editor. A number of components, such as Providers and OrderTickets, are found in the TSData namespace sections of the EL Dictionary.

Components can be dragged and dropped into your source code from the toolbox. Once included in your code, components properties can be set using the Properties editor to make it easier to set up and use these classes..

Data Provider classes represent a group of component classes whose names end with the word 'Provider' and are used to access data from one or more classes referenced in the provider, including changes to the data in real-time.  

Order Ticket classes are designed to specify the parameters needed to generate and send an order from your EasyLanguage code.

Host classes allow you to set up and control various apps (such as Charting or RadarScreen) in the TradeStation platform from EasyLanguage..

Utility classes provide you the ability to create timers, alarms, and interface with external files.