Skip to content

Tutorial 36 – Pass data from radarscreen to chart with the Global Variables DLL

Welcome to Markplex tutorial 36 in this collection of tutorials to help you learn TradeStation EasyLanguage programming skills. EasyLanguage can be used to help you write programs to trade forex, commodities or stocks. Please join our email mailing list if you have not already done so and we will let you know when we release new tutorials or programs.

The Global Variable DLL provides a straightforward way of transferring data from one chart to another, from several charts to one chart, from Radarscreen to a chart, from OptionStation to a chart etc. In many ways its use has been superceded by the ELC DLL or by ELCollections and ADE, all available at the TradeStation support site, because it works fine in real time, but cannot be used where backtesting is required (at least not without a lot of complex effort) because global variable values stored by GlobalVariable.dll do not have date or time stamps.

The big advantage of the Gobal Variable DLL is that it is relatively simple to setup and easy to start using. If you download it from the Tradestation site, you get GlobalVariable.DLL, installation documentation, an ELD containing related functions and two workspaces containing a variety of implementations of the Global Variable DLL together with the programs that ‘send’ data and those that ‘receive’ data.

This tutorial demonstrates how easy it is for price data and be passed from Radarscreen to a chart.

TO THE BEST OF MARKPLEX CORPORATION’S KNOWLEDGE, ALL OF THE INFORMATION ON THIS PAGE IS CORRECT, AND IT IS PROVIDED IN THE HOPE THAT IT WILL BE USEFUL. HOWEVER, MARKPLEX CORPORATION ASSUMES NO LIABILITY FOR ANY DAMAGES, DIRECT OR OTHERWISE, RESULTING FROM THE USE OF THIS INFORMATION AND/OR PROGRAM(S) DESCRIBED, AND NO WARRANTY IS MADE REGARDING ITS ACCURACY OR COMPLETENESS. USE OF THIS INFORMATION AND/OR PROGRAMS DESCRIBED IS AT YOUR OWN RISK.

ANY EASYLANGUAGE OR POWERLANGUAGE TRADING STRATEGIES, SIGNALS, STUDIES, INDICATORS, SHOWME STUDIES, PAINTBAR STUDIES, PROBABILITYMAP STUDIES, ACTIVITYBAR STUDIES, FUNCTIONS (AND PARTS THEREOF) AND ASSOCIATED TECHNIQUES REFERRED TO, INCLUDED IN OR ATTACHED TO THIS TUTORIAL OR PROGRAM DESCRIPTION ARE EXAMPLES ONLY, AND HAVE BEEN INCLUDED SOLELY FOR EDUCATIONAL PURPOSES. MARKPLEX CORPORATION. DOES NOT RECOMMEND THAT YOU USE ANY SUCH TRADING STRATEGIES, SIGNALS, STUDIES, INDICATORS, SHOWME STUDIES, PAINTBAR STUDIES, PROBABILITYMAP STUDIES, ACTIVITYBAR STUDIES, FUNCTIONS (OR ANY PARTS THEREOF) OR TECHNIQUES. THE USE OF ANY SUCH TRADING STRATEGIES, SIGNALS, STUDIES, INDICATORS, SHOWME STUDIES, PAINTBAR STUDIES, PROBABILITYMAP STUDIES, ACTIVITYBAR STUDIES, FUNCTIONS AND TECHNIQUES DOES NOT GUARANTEE THAT YOU WILL MAKE PROFITS, INCREASE PROFITS, OR MINIMIZE LOSSES.

Tutorial 36 Video Part 1 – Transferring price data from the thirty Dow Jones Industrial Average (DJIA) stocks displayed in Radarscreen to a chart.

Tutorial 36 Video Part 2 – Adding a delay in the receiving process

If you see any errors in this tutorial – or we have not made something clear, we would be most grateful if you could please let us know. E-mail us at: tutorials@markplex.com. Also, let us know if you have any ideas for new tutorials.