development

RTX Development: Accessing Built-In Indicators and Drawing Styles

This video on RTX Development discusses two important features available to RTX Developers: The ability to access the results of any built-in IRT indicators, as well as the ability to draw array results using any of the many drawing styles available to most built-in indicators. This video shows how to very easily calculate the results of any built-in indicator within your calc function as well as how to send variable parameters into those calculations.

RTX Development: Parameter Management

RTX Development: Parameter Management

This video on RTX Development discusses how to create and manage the parameters of RTX indicators. Parameters are the controls such as checkboxes, listboxes, or color controls, that are provided to the user within the preference window to adjust the settings of the indicator. Functions covered in detail in this video include: setup, parmsLoad, and parmsUpdt. The video also explained how to maintain the parameter enumeration and structure.

Download xyzDemo2.cpp source file (zipped)

RTX Development: Creating New RTX Projects From A Template

RTX Development: Creating New RTX Projects From A Template

This video demonstrates how to take the project created as a result of the video RTX Project Setup in Visual Studio and use that project as a template for new RTX projects. By creating a template, we greatly simply the setup work required when creating a new project. This process will make it quick and easy to crank out new RTX Indicators. Naming convention options for RTX Indicators is also discussed.  This process requires Investor/RT 12.5b4 or later.

RTX Development: RTX Project Setup in Visual Studio

RTX Development: RTX Project Setup in Visual Studio

This video demonstrates in detail how to setup an RTX project in Visual Studio. A step by step process makes it quick and easy to get started with RTX development. In this video, Visual Studio Community 2015 is used. RTX development SDK includes libraries for building RTX DLL using Visual Studio 2017, 2015, 2013 and 2010. The resulting project from this video will be used in the subsequent setup video as a template to facilitate quick and easy setup new projects without the burden of repeating all the project setup steps.

RTX Development: The Possibilities of RTX

RTX Development: The Possibilities of RTX

This video introduction to RTX Development presents what is possible with the powerful suite of software development tools in Investor/RT called RTX. Investor/RT users now have the same development power for developing indicators that Linn Software developers have had for 20 years. Complete control of drawing, calculations, preference positioning and manipulation, drag and drop, and keyboard shortcuts. Access to the market depth, trading integration, volume at price, or the results of any built-in Investor/RT indicator.