The purpose of this training course is to get you up and running writing TradeStation EasyLanguage programs as quickly as possible. Over the last 8 or so years I have created a huge amount of free training materials and downloadable programs. This course will take a more structured approach to EasyLanguage training by taking you through simple videos and providing example programs that you can copy and paste. In this way you will hopefully gain the satisfaction of creating your own programs which will, hopefully, encourage you to go on to write other programs.
If you go through the course, please email me feedback to martyn.whittaker@markplex.com. If necessary I can add new segments, videos and exercises to endeavor to ensure that concepts are explained as clearly as possible.
In addition to the content below, visit this list of Tradestation EasyLanguage training and learning content embedded in regular tutorials and programs.
Basic Course
- An overview of the desktop etc.
- The difference between indicators, show me studies and paintbar studies.
- How to create a new EasyLanguage indicator (or showme or paintbar study)
- My first program. Print(“Hello World!”);
- How to apply the new indicator to a chart.
- Some of the reserved words available to you
- What is a variable and the main types
- Introduction to INPUT
- How to add a plot to the indicator.
- Formatting an indicator once applied to a chart (i.e. color thickness, style) also whether applied to sub graph or data 1.
- Adding a showme and paintbar plot.
- How to open an existing indicator and why this can be useful.
- Importing and exporting EasyLanguage
- Mathematical operators( +, -, *, / )
- Precedence of operations
- Relational operators (=, >, <, >=, <= )
- Logical operators (AND and OR )
- Introduction to TradeStation functions
- Explanation of MaxBarsBack.
- Referencing previous values using square brackets.
- How to add comments to your programs
- One dimensional arrays.
- Creating a counter
- If…Then statements
- If….Then statements with Begin …. End
- For…Begin…End statements
- Alerts
- How to print to file
- Using FileAppend
- Creating and debugging a simple strategy
Intermediate Course
- Writing a complex function that returns multiple values
- Drawing objects
- Two dimensional arrays
- Intrabarpersist variables
- Commentary
- How to use data applied to a sub chart ( up to 50 datasets allowed)
- Introduction to strategy development
- MaxBarsBack in relation to strategy development
- Strategy key words
- Intrabar order generation
- Built in stops, targets, and trailing stops
- Tying entries to exits
- Pyramiding
- Backtesting
- Creating indicators and show me studies for RadarScreen
- Drawing a rectangle in the center of a chart using XYPoint
Advanced Courses
- Using the global dictionary to pass information from one chart to another
- An example of the use of the Price Series Provider
- Using the Newsprovider object
- Sharing data with an Excel spreadsheet
- Using the OrderTicket, PositionsProvider and the difference with the standard strategy
Gold Pass Member Question and Answer Topics
- Please explain the pivot function in the following show me study?
- A simple example of how to draw a line on a chart
- Question about tutorial 7
- Explain how to create a strategy that will take data from multiple chart time frames
- Stop Limit Orders
- How to plot the difference between two instruments on a chart
- Show when the CCI for a 1 minute chart and the CCI for a 5 minute chart are both over 100
- How do you draw a ‘shading’ between two moving averages
- How to create a strategy where trades are manually instigated by adding text objects to the chart
- Moving average crossover strategy using limit orders
- Adding profit targets and stop loss to the Q&A 10 program
- Set up a counter followed by an alert
- Create a dashboard using RadarScreen
- Exit trades and stop trading when a certain amount of profit occurs in a day
- Create a condition that becomes true after pivot takes place under the entry price
- Calculating traders’ pivots and drawing lines on a chart
- Drawing a line at a stop loss level
- Create an indicator to show when CCI for a user specified number of bars is under a specific CCI value
- Use I_AvgEntryPrice to plot entry price in a show me study
- Create Fibonacci extension for high and low pivots
- Create an ADX paintbar study
- Simple multi-bar pattern function
- Draw horizontal lines at the high and low of second to last bar on the chart
- How to modify tutorial 13 to change line color rather than thickness
- High pivot order next bar question
- Plotting on a sub graph
- Simple strategy to buy at a specific time and view trade information
- Create specific print statement
- An indicator which counts moving average crosses and DOJIs
- Building a print statement using a string
- How to save and email an EasyLanguage ELD
- Using an object as an input to a function
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.