Skip to content

Program 64 | Advanced turning points show me study

Turning points

Click on any of the following images to see bigger versions.

Program 64 applied to a EURJPY 3 minute chart. This image includes the bonus program added as a sub graph.
Program 64 applied to a EURJPY 3 minute chart. This image includes the bonus program added as a sub graph.
Program 64 applied to a 10 minute @YM chart
Program 64 applied to a 10 minute @YM chart

Program 21 looked for turning points on a chart. This new program is based on some of the same ideas found in program 21 (with a few extra features) and the unprotected program is available for download. This means that you can examine the code and modify it (if you wish).

Program 64 uses four different ways to find turning points: type 1, type 2, type 3, and type 4. I provide more information about the methodologies in a bonus video included with the download. When a turning point is found, a dot is plotted on the chart. If several conditions apply on the same bar the plots are separated by the value of the Spacer input multiplied by the tick value. If the Alerts input is set to true, alerts are generated when each turning point occurs.

Program 64 applied to a 30 second IBM chart.
Program 64 applied to a 30 second IBM chart.

For the last upper and lower turning points lines are drawn and extended to the right. The price value of the line is shown to the right of the chart.

If the user input PrintInfo is set to true, the following information is printed in the print log for each turning point found:

  • Symbol name,
  • turning point type, e.g.” 2T “,
  • the date and time,
  • the current high (if high turning point) or low (if low turning point).

Program download

Program 64 was developed for TradeStation 9.5 and above and is not compatible with MultiCharts because of some of the drawing technology used.

Program 64 applied to a weekly GBPUSD chart
Program 64 applied to a weekly GBPUSD chart

An UNPROTECTED version (i.e. the TradeStation EasyLanguage show me study is fully functional and you can see the source code) and associated unprotected function is available for IMMEDIATE download for $245- by clicking the ‘add to cart’ button. After download the program can be opened, you will be able to see the program code and modify it. The download includes a bonus program and two instructional videos.

After purchase you will be redirected to a download page, so don’t close the browser. You will also receive an automated email with the dowload link and instructions for accessing the bonuses.

If you are a Gold Pass member make sure you enter the special coupon code to get 20% discount off these prices.

Input values

Program 64 applied to a daily EURUSD chart
Program 64 applied to a daily EURUSD chart
  • SlopeFilter( 85 ), // Should be between 0 and 100. Used as an input to 3B and 3T plots
  • ExtremeNumBars( 100 ), // Can be any integer. Used as an input to type 3B, 3T, 4B, and 4T plots
  • CCIExtremeVal( 325 ), // The CCI threshold the must be reached for a 2B or 2T plot
  • Spacer( 1 ), // A multiple of tick value used to determine plot spacing
  • Alerts( True ), // If set to true, alerts issued when a plot occurs
  • PrintInfo( False ), // If set to true, information is shown in the print log every time a plot occurs

// Plot and line colors

  • Color1B( “ForestGreen” ), // See below for colors available
  • Color1T( “Fuschia” ),
  • Color2B( “LimeGreen” ),
  • Color2T( “Maroon” ),
  • Color3B( “MediumSeaGreen” ),
  • Color3T( “Pink” ),
  • Color4B( “MediumSpringGreen” ),
  • Color4T( “MediumPurple” );

Available Colors

Program 64 applied to a 6 minute AMZN chart
Program 64 applied to a 6 minute AMZN chart

The user inputs: Color1B, Color1T, Color2B, Color2T, Color3B, Color3T, Color4B, and Color4T  may be populated with any of the following values. They determine the color of the plots AND the drawing objects.

N.B. They must be enclosed within quotes.

AliceBlueDarkSlateGrayLightSalmonPaleVioletRed
AntiqueWhiteDarkTurquoiseLightSeaGreenPapayaWhip
AquaDarkVioletLightSkyBluePeachPuff
AquamarineDeepPinkLightSlateGrayPeru
AzureDeepSkyBlueLightSteelBluePink
BeigeDimGrayLightYellowPlum
BisqueDodgerBlueLimePowderBlue
BlackFirebrickLimeGreenPurple
BlanchedAlmondFloralWhiteLinenRed
BlueForestGreenMagentaRosyBrown
BlueVioletFuschiaMaroonRoyalBlue
BrownGainsboroMediumAquamarineSaddleBrown
BurlywoodGhostWhiteMediumBlueSalmon
CadetBlueGoldMediumOrchidSandyBrown
ChartreuseGoldenrodMediumPurpleSeaGreen
ChocolateGrayMediumSeaGreenSeashell
CoralGreenMediumSlateBlueSienna
CornflowerBlueGreenYellowMediumSpringGreenSilver
CornsilkHoneydewMediumTurquoiseSkyBlue
CyanHotPinkMediumVioletRedSlateBlue
DarkBlueIndianRedMidnightBlueSlateGray
DarkBrownIndigoMintCreamSnow
DarkCyanIvoryMistyRoseSpringGreen
DarkGoldenrodKhakiMoccasinSteelBlue
DarkGrayLavenderNavajoWhiteTan
DarkGreenLavenderBlushNavyTeal
DarkKhakiLawnGreenOldLaceThistle
Dark MagentaLemonChiffonOliveTomato
DarkOliveGreenLightBlueOliveDrabTurquoise
DarkOrangeLightCoralOrangeViolet
DarkOrchidLightCyanOrangeRedWheat
DarkRedLightGoldenrodYellowOrchidWhite
DarkSalmonLightGrayPaleGoldenrodWhiteSmoke
DarkSeaGreenLightGreenPaleGreenYellow
DarkSlateBlueLightPinkPaleTurquoiseYellowGreen

 

An UNPROTECTED version (i.e. the TradeStation EasyLanguage show me study is fully functional and you can see the source code) and associated unprotected function is available for for IMMEDIATE download for $245- by clicking the ‘add to cart’ button. After download the program can be opened, you will be able to see the program code and modify it. The download includes a bonus program and two instructional videos.

After purchase you will be redirected to a download page, so don’t close the browser. You will also receive an automated email with the dowload link and instructions for accessing the bonuses.

If you are a Gold Pass member make sure you enter the special coupon code to get 20% discount off these prices.

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.

TO THE BEST OF MARKPLEX CORPORATION’S KNOWLEDGE, ALL OF THE INFORMATION ON THIS PAGE IS CORRECT, AND IT IS PROVIDED IN THE

Video demonstration of program 64 | introduction and using on a chart

Program 64 was developed for TradeStation 9.5 and above and is not compatible with MultiCharts.

An UNPROTECTED version (i.e. the TradeStation EasyLanguage show me study is fully functional and you can see the source code) and associated unprotected function is available for for IMMEDIATE download for $245- by clicking the ‘add to cart’ button. After download the program can be opened, you will be able to see the program code and modify it. The download includes a bonus program and two instructional videos.

After purchase you will be redirected to a download page, so don’t close the browser. You will also receive an automated email with the dowload link and instructions for accessing the bonuses.

If you are a Gold Pass member make sure you enter the special coupon code to get 20% discount off these prices.

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 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.