Skip to content

Tutorial 112 | Transfer price data from a Price Series Provider applied to a chart to an Excel spreadsheet

Transfer data from a PSP to an Excel spreadsheet

The tutorial 112 program applied to an @ES chart
The tutorial 112 program applied to an @ES chart

Tutorial 112 demonstrates how to transfer price data from a Price Series Provider applied to a chart to an Excel spreadsheet and to keep the data updated as new bars are formed. The tutorial uses the Workbook and PriceSeriesProvider classes.

When the program opens, data from the price series provider is loaded. On the last bar on the chart, data is added to the Excel spreadsheet for each data item in the price series provider.

An example spreadsheet

From then on, each time the price series provider is updated, the new data is added to a new line on the spreadsheet.

EasyLanguage technical lessons

In the tutorial video and the program comments you will learn:

  • How to use the Workbook class
  • How to use the Price Series Provider
  • How to create an update event for the Price Series Provider
  • How to create an uninitialize update event for the program
You can go back as far as the price series provider will allow, however, the larger the data set the longer it will take to do the initial update of the spreadsheet

Inputs

Tutorial 112 does not have inputs. Information for the price series provider (such as symbol name and bar duration) are hard coded in the program, although it would be easy to take this and make it an input.

Video demonstration of tutorial 112


In the above video I included the InitializeComponent method in main body code. This method should only appear in designer generated code and NOT in non-designer code (i.e.) in the area where you are editing the program. Instead you should use the AnalysisTechnique Initialized event. This can be accessed by clicking properties followed by the events icon. Double click in the space to the right of initialized. Alternatively you can use a Once block at the start of the study (after the methods). This is corrected in the download.

Tutorial 112 download

Tutorial 112 is available for IMMEDIATE download for $29.95 by clicking the ‘add to cart’ button.

After download the programs can be opened, you will be able to see the program code and modify it if you wish.

After purchase you will be redirected to a download page, so don’t close the browser.

The download ELD includes _Tutorial 112 an EasyLanguage indicator.

Note: The program name begin with an underscore, so it will be towards the start of the list if you sort alphabetically.

Tutorial 112 was developed for TradeStation 9.5 and above (including TradeStation 10). It will not work with MultiCharts.

If you notice any errors or have comments or questions about the tutorial, please email me.

THESE INDICATORS, SHOW ME STUDIES, STRATEGIES AND OTHER PROGRAMS HAVE BEEN INCLUDED SOLELY FOR EDUCATIONAL PURPOSES.

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.