Skip to content

Welcome

Welcome to the Markplex email mailing list

Hi,

Welcome to the Markplex email list. You have successfully subscribed!

The e-mail address you have subscribed with is:

If you ever wish to unsubscribe, please enter you e-mail address into the form on the right.

Our list of tutorials and programs has grown to be fairly sizeable. Hopefully you have had a chance to review some of the tutorials to be found at markplex.com/tutorials.php, if not I have attempted to categorize the tutorials, which may be useful to you depending on your interests.

Some of the tutorials and all of the programs are available for download for a nominal fee. You may pay by credit card or Paypal, but you do not need to have a Paypal account nor do you need to open one in order to make a payment by credit card.

Notable Tutorials with downloads available

Tutorial 13

Tutorial 13 uses some advanced techniques to try and find support and resistance lines based on past pivot points.

The following chart shows the program developed in the tutorial applied to a GBPUSD chart:

Pivot based support and resistance

To download the program created in tutorial 13, go here.

To read more about the tutorial click here.

Tutorial 15

Tutorial 15 looks for sequential pivot points and compares their values to see if they are close to a Fibonacci ratio. If so, the program draws lines and text to indicate the Fib level and the percentage tolerance. An example can be see in the following chart:

Fibonacci ratio pivots

To download the program created in tutorial 15, click here.

To read tutorial 15 click here.

Tutorial 16

This step-by-step tutorial uses Easylanguage’s built in candlestick pattern functions, drawing a character(s) on the chart when a candlestick pattern has occurred. The program also demonstrates the use of StopLoss and ProfitTarget functions, and finds stochastic crossovers to provide confirmation signals a user-defined number of bars after an initial ‘warning signal. The program could be modified to use a different pair of indicators.

Download the program created in tutorial 16.

More information about tutorial 16.

Tutorial 22

Tutorial 22 demonstrates the creation of a paintbar study to show where Candlestick patterns occur. It also shows how to add text to a chart, above or below the patterns. The tutorial also demonstrates how to add a stochastic ‘filter.’

Candlestick patterns

To download the program created in Tutorial 22, click here.

To view more information, click here.

Tutorial 23

Tradestation provides a ‘three-line-break’ chart. This tutorial creates an indicator which overlays 3 line break information over a normal chart.nIt also plots an indicator line that is green when ‘up’ boxes are plotted and red when ‘down’ boxes are plotted.

Three line break program

To download the program created in this tutorial, click here.

To watch videos which explain the creation of this indicator, click here.

Tutorial 26

Tutorial 26 creates an improved stochastic-price divergence indicator. Divergence occurs, when, for example, price pivots make a higher high and the equivalent stochastic indicator makes a lower high.

This indicator recognizes that the pivot in the price and the assumed equivalent pivot in the stochastic don’t necessarily occur at the same exact bar. Consequently the program searches for equivalent pivots and uses them in determining whether a divergence has occurred.

Stochastic divergences

To download the program created in this tutorial, click here.

To view video that explain the creation of this program, click here.

Tutorial 27

This video tutorial explains the creation of a pivot function that looks for pivots where the prices of successive bars on either side of the pivot are higher, or the highs of successive bars are lower.

To download the program created in this tutorial, click here.

To view video that explain the creation of this program, click here.

Tutorial 37

Image from tutorial 37This tutorial follows on from tutorial 26 in that it looks for divergence between price and stochastic, but it is a show me study rather than an indicator.

To view tutorial 37 go here.

To download the program for a nominal fee of $14.95, go here.

I have also bundled this program with tutorial 26. This bundle may be downloaded for $19.95.

Program 1

Download program 1.

Program 1 creates zig-zag lines (based on low and high pivots). Every time a zig-zag line is confirmed Fibonacci levels are calculated. These Fibonacci levels are compared with previous Fibonacci levels and if they are proximate the level stored in the array has its ‘thickness’ increased by one. The thickness attribute is used to indicate the significance of the level. More significant levels are drawn on the chart using a thicker line and only lines above a user input thickness are extended to the right.

The following chart shows levels created by this program:

Fibonacci confluence program

Program 2 – Pivot Lines-Confluence Show-Me Study

This program is available for immediate download for $49.95 by clicking here to pay using credit card or PayPal.

Pivot based levels - with zoom inProgram 2 calculates these pivot levels (using the classic method of calculation, the ‘Woodie’ levels, or the ‘Camarilla’ levels) it then seeks to find pivot levels that are close to those found previously on the chart (within a specified user input tolerance) and draws these levels on the chart.

The rationale behind the program is that if pivot levels have had real significance on a previous day then some of that influence could still be felt on the current day.

The image on the right shows the pivot based levels as green lines and today’s pivots as different colored lines with labels showing the type of pivot line (e.g. PP, R1, R2, S1, S2 etc) and its value. I created a ‘zoomed in ‘ effect in Photoshop so you can see these lines more clearly.

Click here to see more detail and to download program 2

Click here to see more detail.

Program 3 – Three line break show-me study

Program 3 applied to forex chartThis program is available for immediate download for $19.95 by clicking here to pay using credit card or PayPal.

Click here to see more detail.

Program 3 takes the code written in tutorial 23 and converts it to a show me study. The functionality to draw the ‘quasi’ 3 line break ‘lines’ has been removed from the tutorial 23 program and showme dots are drawn at the start of what would have been the green boxes and what would have been the red boxes on the tutorial 23 indicator.

Click here to see more detail.

Program 4 – Three line break pivot confluence

Program 4 applied to 1 minute GBPUSD chartClick here for more detailed information about program 4.

This program looks for turning points as they occur on a line break chart (for example, a three line break chart). Each newly discovered level is compared with levels already stored in an array. If the new level is close enough to an existing level, the two levels are combined. The number of times that each line is combined is also stored in the array. If the new level is not close to an existing level the new level is stored in the array and the oldest line stored in the array deleted – together with any associated drawing objects).

This unprotected and commented program (i.e. the show me study) is available for immediate download for $49.95 by clicking here to pay using credit card or PayPal.

Click here for more detailed information about program 4.

Program 5 – Line break strategy

Program 5 strategyClick here for more details about program 5.

Program 5 takes the principles used in tutorial 23 and program 3 and builds them into a strategy. Instead of drawing a dot on the chart, as the ShowMe study does, the strategy issues a market order on the next bar when a new line break ‘line’ begins. The strategy includes several ‘template’ filters so that you can easily build filters into the program.

This unprotected and commented program (i.e. the Tradestation EasyLanguage strategy) is available for immediate download for $94.95 by clicking here to pay using credit card or PayPal.

The program was developed in Tradestation 8.7.

Program 6 – Pivot confluence strategy

Click here for more details about program 6

Converged pivot lines and trade entryThis strategy uses the pivot combining methodology described in tutorial 13 so that if a new pivot is discovered that combines with a previous level, and if that level has been combined over or equal to a user input number of times, then the strategy flags a potential trade.

The strategy includes some options for the user to add some additional conditions to determine whether to enter a trade or not. It includes trade management functionality.

This unprotected and commented program (i.e. the Tradestation EasyLanguage strategy) is available for immediate download for $119.95 by clicking here to pay using credit card or PayPal.

The program was developed in Tradestation 8.7.

Program 7 – Configurable traders’ Pivots Indicator

Click here for more details about the traders’ pivot indicator (program 7)

Pivot confluence tradeProgram 7 provides a flexible way to define a session based on user input start and end times and calculates and adds to the chart Classic, Woodie, or Camarilla traders’ pivots based on the high, low, and close of the period defined by the user (and the open of the next period in the case of Woodie pivots). The type of pivot drawn on the chart depends on which type of pivot is selected by the user.

The start and end times can be on the same day, or the start can be on one day and the end on the next day. Plots of the high, low and close of the period being analyzed may be switched on or off using a user input.

This unprotected and commented program (i.e. the Tradestation EasyLanguage strategy) is available for immediate download for $49.95 by clicking here to pay using credit card or PayPal.

The program was developed in Tradestation 8.7 and works with intraday and tick charts.

Click here for more information about the traders’ pivot indicator (program 7)

Program 8 – Zig zag conflux

Click here to get more information about program 8 – Zig Zag Confluence

zig zag confluence applied to GBPUSDThis show-me study builds on the work done in tutorial 13 and program 1. It is designed to be an efficient way of calculating a user-specified number of potential support and resistance levels based on zig zag pivots found on the chart.

This unprotected and commented program (i.e. the Tradestation EasyLanguage indicator) and associated array sort function is available for immediate download for $69.95 by clicking here to pay using credit card or PayPal.

The program was developed in Tradestation 8.7 and works on intraday, daily, weekly, and monthly charts.

Program 9 – Smoothed and Low-lag CCI Indicator

Click here to get more information about program 9

zig zag confluence applied to GBPUSDThis PROTECTED indicator is a smoothed, low-lag Commodity Channel Index (CCI) TradeStation EasyLanguage indicator. It also provides the option to look for divergences between price action and the smoothed CCI (see image on right.)

This protected program (i.e. the Tradestation EasyLanguage indicator) is available for immediate download for $44.95 by clicking here to pay using credit card or PayPal.

The program was developed in Tradestation 8.7 and works on intraday, daily, weekly, and monthly charts.

Program 10 – Smoothed and Low-lag CCI Indicator (enhanced)

Click here to get more information about program 10

Program 10 showing CCI/price divergenceProgram 10 takes program 9 and adds the following enhancements:

  • Allows user inputs for the color of the CCI line when above the UpperLine input (in this case, it is set to 100), or below the LowerLine input (in this case it is set to -100) and between the lines.
  • Sets an alert when the UpperLine and LowerLine lines are crossed.
  • In additional to the divergence functionality included in Program 9, program 10 looks for divergence between the two most recent smoothed CCI pivots, and the most recent price pivot and the pivot before the second most recent price pivot. I explain this is the video below.

This PROTECTED program (i.e. the Tradestation EasyLanguage indicator) is available for immediate download for $54.95 by clicking here to pay using credit card or PayPal.

If you are a MultiCharts user, a ‘read only’ SEF version of the program is available for immediate download for $54.95 by clicking here to pay using credit card or PayPal.

Program 11 – An Enhanced Smoothed, Low-lag Commodity Channel Index (CCI) Indicator – WITH ADDITIONAL FEATURES

Click here to get more information about program 11

Program 11 takes programs 9 and 10 and adds additional enhancements as follows:

  • A new input that allows users to look for divergences between price and the smoothed fast CCI
  • A new user input allows the user the option of drawing a line when there is a possible divergence. The line would then disappear if the divergence. were not confirmed when the bar closes.
  • A new input allows user the ability to look for potential divergences faster.

Click here for more explanation of these new features.

This PROTECTED program (i.e. the Tradestation EasyLanguage indicator) is available for immediate download for $69.95 by clicking here to pay using credit card or PayPal.

Bonus TradeStation Scanner video

If you buy the TradeStation version, I will also send you a link to a video that explains how you could use this program to scan a universe of stocks to see which ones the indicator has found possible divergence for using TradeStation Scanner.

If you are a MultiCharts user, a ‘read only’ SEF version of the program is available for immediate download for $69.95 by clicking here to pay using credit card or PayPal.

Program 12 – Candlestick Strategy with User Defined Filters

Click here for more information about Program 12

Program 12 looks for CandleStick patterns to create possible trade signals. These signals are filtered by user defined filters before possible trades are entered.

Program applied to GBPUSD chartThe following candlestick patterns are searched for (selected by user input): Three Black Crows, Bearish Harami, Bearish Engulfing, Hanging Man, Evening Doji Star, Evening Star, Dark cloud, Three White Soldiers, Bullish Harami, Bullish Engulfing, Hammer, Morning Doji Star, Morning Star, and Piercing Line.

This UNPROTECTED program (i.e. the Tradestation EasyLanguage strategy) is available for immediate download for $79.95 by clicking here to pay using credit card or PayPal.

Program 13 – ‘Pivot-Limit’ Strategy

Click here for more information on program 13

Program 13 applied to @ES chartProgram 13 is a TradeStation EasyLanguage strategy developed in TradeStation 8.7 (it will also work in versions 8.8 and 9.0) that looks for a pivot formation followed by a retracement before placing a limit order at the pivot price level. The strategy also allows the user to setup filters in order to easily customize the program. The image illustrates a short setup (the annotations were added in Photoshop).

In the ‘short’ setup we look for a high pivot, for the price to dip down, then rise above the pivot level for a limit order to be placed next bar (you can also define filters to further restrict when a trade is placed.) The long setup requires a low pivot, followed by a lower low for a long limit order to be placed next bar (again, you can define filters to further restrict when trades are placed).

The unprotected (i.e. you can view and modify the EasyLanguage) program may be downloaded here.

Program 14 – Finding the times where price changes direction most often

Click here to read more information and see a video explaining program 14.

Program 14 analyzes an intraday chart to see if, over the time being analyzed, there are specific times when price action most frequently changes direction.

The unprotected program developed for TradeStation version 9.0 is available for immediate download for $74.95 here.

The unprotected program developed for TradeStation version 8.7 and up is available for immediate download for $74.95 here.

Program 14 applied to GBPUSD 5 minute chartProgram 14 is an EasyLanguage show me study developed in TradeStation version 9.0. It calculates zig zag patterns and stores the times at which the turning points occur in an array. Each time a new turning point is confirmed the time at which it occurred is compared with those already in the array. If the time is already in the array its ‘significance index’ is incremented by one.

The unprotected program developed for TradeStation version 9.0 is available for immediate download for $74.95 here.

The unprotected program developed for TradeStation version 8.7 and up is available for immediate download for $74.95 here.

Program 15 – Finding Potential Turning ‘Zones’

Read more about program 15 here

Program 15 analyzes price action in terms of both time and potential support and resistance levels on intraday charts to try and find ‘zones’ where, historically, price turning points have occurred.

Program 15 applied to a 1 minute GBPUSD chartThe ShowMe study works by pin-pointing significant turning points. It then analyzes both the times and price levels at which these significant turning points occur most often, keeping a record of these times and levels. Moving forward through the chart, the program analyzes each bar and if it occurs at a time and between two price levels that have been recorded, it draws a line segment, or "zone," on the chart.

The unprotected program for version 8.7 and above is available for immediate download for $119.95 here. This price includes a copy of program 14 which is bundled in the download.

Program 16 – Support and Resistance Levels Combined with Time Zones

Read more about program 16 here

Program 16 applied to S&P e-mini chartProgram 16 is an unprotected TradeStation EasyLanguage show me study which analyzes price action in terms of both time and potential support and resistance levels on intraday charts to attempt to find ‘zones’ where, historically, significant price turning points have occurred. The idea behind the program is that if turning points occur at specific times or levels previously, then, perhaps, they will occur at these times and/or levels again.

Download the program here for $74.95.

Program 17 | Finding a Conflux of Traders’ Pivots

More information, including a demonstration video, can be found about program 17, here.

Program 17 applied to IBM chartProgram 17 is an unprotected TradeStation EasyLanguage Indicator which calculates traders pivots (PP, R1, R2, S1 and S2 levels) using either classic, Woodie, or camarilla formulae based on user defined session times. The program calculates traders’ pivot levels for the entire chart and then analyzes the data to find potential levels where there is a conflux of traders’ pivot levels (in other words, where several levels have occured in approximetly the same price level).

This unprotected program (i.e. the Tradestation EasyLanguage indicator) is available for immediate download for an online payment of $74.95 by clicking here.

 

 

Please note that any screen shots on this site are examples and are not meant to imply that any of these programs will generate profitable trades. THESE STRATEGIES HAvE BEEN INCLUDED SOLELY FOR EDUCATIONAL PURPOSES.

Beginner tutorials

If you are just starting out with Tradestation the following tutorials may be useful for you:

43. How to import an ELD file into Tradetstation

31. An introduction to basic EasyLanguage syntax, e.g. when to use of commas, semi-colons and colons

1. How to develop a simple Show Me study.

2. The NoPlot(num) statement

5. Create a modified CCI indicator, including fast, slow and zero lines.

10. How to develop a simple PaintBar study.

11. How to develop a simple strategy.

12. Develop an indicator for RadarScreen.

35. Displaying higher time frame dojis on a lower time frame chart.

41. When to set a condition within an If…Then construct

57. Clarifying logical operators by using pantheses.

Intermediate tutorials

3. Create a moving average indicator and output values to text file for spreadsheet analysis.

4. Draw a trendline based on stochastic divergence.

6. Modified CCI indicator to add zero rejection notification to chart – tutorial demonstrates how to find pivot points on an indicator and how to add text to a chart.

7. Using arrays in EasyLanguage.

8. Develop a simple EasyLanguage function.

9. Modifying a simple EasyLanguage function to return multiple values.

14. Send e-mails from TradeStation based on a candlestick pattern ShowMe study.

17. A simple strategy – based on CCI zero bounce

18. Modifying the CCI indicator to factor in underlying volume

19. Develop a program to calculate average volume ONLY using data between a start time and an end time.

20. Using TradeStation’s Analysis Commentary Capability

21. Understanding the Tradestation Pivot function (video tutorial)

24. Creating a ‘pseudo bounded’ volume oscillator in Tradestation EasyLanguage

25. ‘Smoothed’ indicators and ‘additional bars to be loaded’ (video tutorial)

28. Understanding Intrabarpersist variables

29. Create a dynamic rectangle using EasyLanguage.

30. A Simple Demonstration of IntraBarOrderGeneration in TradeStation EasyLanguage strategies