- Видео 465
- Просмотров 518 713
markplex
США
Добавлен 20 ноя 2009
TradeStation EasyLanguage programming tutorials
markplex.com provides free tutorials for TradeStation subscribers to show how to create powerful technical analysis strategies, indicators, showme studies using TradeStation Easylanguage. The video tutorials on this channel provide added information to help understand the tutorials. Markplex.com is a website of Markplex Corporation.
markplex.com provides free tutorials for TradeStation subscribers to show how to create powerful technical analysis strategies, indicators, showme studies using TradeStation Easylanguage. The video tutorials on this channel provide added information to help understand the tutorials. Markplex.com is a website of Markplex Corporation.
Tutorial 212 | Draw a rectangle on a chart each day between the high and low of the PREVIOUS day
EasyLanguage tutorial 212 explains how to draw a rectangle on a chart each day between the highest high and the lowest low set the PREVIOUS day.
The rectangles for days in the past are drawn in arrears. The present day is drawn forward. When the next days begins this rectangle is deleted and replaced with a rectangle drawn in arrears.
The tutorial also shows how to convert dates and time to DateTime format and how to created DateTime points.
The tutorial program is able to draw rectangles for historical times that have already passed as well as future bars.
The rectangles for days in the past are drawn in arrears. The present day is drawn forward. When the next days begins this rectangle is deleted and replaced with a rectangle drawn in arrears.
The tutorial also shows how to convert dates and time to DateTime format and how to created DateTime points.
The tutorial program is able to draw rectangles for historical times that have already passed as well as future bars.
Просмотров: 59
Видео
Program 89 | MACD using a Price Series Provider
Просмотров 13021 день назад
Program 89 is designed to calculate the MACD (Moving average convergence-divergence) indicator using a Price Series Provider (PSP). See markplex.com/easylanguage-programs/program-89-macd-using-a-price-series-provider/
Tutorial 211 | Create a rectangle between 2 times and the highest/lowest price between those times
Просмотров 101Месяц назад
Tutorial 211 explains how to draw a rectangle on a chart between two times with the highs and lows set to be the highest high and the lowest low during the period between the two times. A second rectangle is drawn continuing the first rectangle to the end of the chart. The rectangles are drawn using a method. The tutorial also shows how to convert dates and time to DateTime format and how to cr...
Tutorial 210 | Make a horizontal line 'snap' to pivots
Просмотров 306Месяц назад
Tutorial 210 demonstrates some techniques that enable a horizontal line to be moved up and down on the chart and to 'snap' to the nearest high pivot. The pivots have been calculated and displayed on the visible window by this program. To achieve this the program ascertains the start date and time and end date and time of the visible window. It looks for pivots on this part of the chart and stor...
Program 48 | Trade planner and fib tool UPDATE
Просмотров 952 месяца назад
Program 48 v1.1 draws two horizontal lines on a chart and fib retracement lines at 23.6%, 38.2%, 50%, 61.8%, 138.2% and 161.8%. If either the top or bottom line is moved then the Fibonacci levels are adjusted. In addition the lines can be calculated from top to bottom or bottom to top, depending on a user input. The tool also displays the distance between the two lines and that distance express...
Program 88 | Markplex Relative Volume
Просмотров 1142 месяца назад
Program 88 calculates and plots the Markplex Relative Volume. For daily, weekly and monthly bars this is calculated by subtracting the moving average of the volume from the Current volume. This value is plotted. For minute bars the average is calculated in two different ways. In the first the relative volume is calculated in the same way as for daily, weekly and monthly bars. In the second appr...
Tutorial 209 | Control bar transparency using slider object
Просмотров 2173 месяца назад
Tutorial 209 demonstrates a way to redraw the price bars and then use a slider bar to adjust their transparency. The tutorial uses a form and a slider object. When the slider value changes an event occurs. The bar colors are modified to take into account the new transparency value. See markplex.com/free-tutorials/tutorial-209-control-bar-transparency-using-slider-object/
Tutorial 208 | Why use Methods?
Просмотров 4515 месяцев назад
A Markplex subscriber asked what were the advantages in using methods in EasyLanguage. What is the point of them and are they really necessary? This tutorial will attempt to answer these question and gives various examples of simple methods. markplex.com/free-tutorials/tutorial-208-why-use-methods/
Quick-tip 100 | Moving a drawing object using the NumericUpDown control
Просмотров 695 месяцев назад
Quick-tip 100 demonstrates a simple form that displays a bar number within a NumericUpDown control. A drawing object, in this example, a short horizontal trendline drawn across 4 bars at the low of the most recent bar, is positioned on the current bar number. By clicking the up/down control, the trendline is moved. As new bars are added to the chart the line can be repositioned on the new bars....
Quick-tip 99 | Moving trendlines using the SHIFT/PgUp PgDn keys
Просмотров 746 месяцев назад
A Gold Pass member asked how it would be possible to manually draw trend lines on the chart and then move them a certain distance parallel to their original position, either up or down. The quick-tip tutorial demonstrates how to detect a new trendline has been drawn. This trendline can be shifted up or down by the user input Jump amount by pressing SHIFT-PgUp or SHIFT-PgDn respectively. The pro...
Tutorial 207 | Create order tickets based on data on an Excel spreadsheet
Просмотров 3696 месяцев назад
Tutorial 207 uses a form containing a button. Once the button is pressed the program queries a list of orders on an Excel spreadsheet and creates order tickets based on the parameters. This tutorial uses some of the same techniques as tutorial 134 and tutorial 135 in particular the function to create the order tickets is identical. A video demonstrating the steps taken to create it can be watch...
Tutorial 206 | Using the OpenFileDialog class to access a text file for use with optimization class
Просмотров 1066 месяцев назад
Based on Tutorial 100 (see markplex.com/free-tutorials/tutorial-100-building-app-optimizer-api/) and Quicktip 37 (see markplex.com/free-tutorials/tradestation-easylanguage-quicktips/quick-tip-37-use-streamreader-to-import-a-symbol-list-into-the-optimizer/ Tutorial 100 demonstrated a simple optimization using the optimizer class. Quicktip 37 took the tutorial 100 program, which had a list of sym...
Quicktip 98 | Methods to create and extend rectangles
Просмотров 1286 месяцев назад
Quicktip 98 | Methods to create and extend rectangles
Tutorial 205 Part 2 | Converting tutorial 173 to a function
Просмотров 1697 месяцев назад
This tutorial demonstrates how to convert tutorial 173 into a function, and how to call the function.
Tutorial 205 | How to convert tutorial 23 (line break) and tutorial 173 (supertrend) into functions
Просмотров 937 месяцев назад
Tutorial 205 demonstrates how to convert tutorial 23 (line break) (markplex.com/free-tutorials/tutorial-23-creating-3-line-break-3lb-indicator-apply-normal-candlestick-charts/) and tutorial 173 (Markplex supertrend) (markplex.com/free-tutorials/tutorial-173-markplex-supertrend/) into functions.
Quicktip 96 | Can ChatGPT write TradeStation EasyLanguage programs?
Просмотров 6348 месяцев назад
Quicktip 96 | Can ChatGPT write TradeStation EasyLanguage programs?
QuickTip 95 | Drawing a rectangle between two times and prices
Просмотров 1478 месяцев назад
QuickTip 95 | Drawing a rectangle between two times and prices
QuickTip 94 | Drawing a vertical line on the last bar of the chart
Просмотров 698 месяцев назад
QuickTip 94 | Drawing a vertical line on the last bar of the chart
Quick-tip 93 | Navigating around Markplex.com
Просмотров 508 месяцев назад
Quick-tip 93 | Navigating around Markplex.com
Quick-tip 92 | Finding the bar number based on a bars’s datetime
Просмотров 1108 месяцев назад
Quick-tip 92 | Finding the bar number based on a bars’s datetime
Tutorial 204 | looking for conditions to occur within specified numbers of bars for each other
Просмотров 3688 месяцев назад
Tutorial 204 | looking for conditions to occur within specified numbers of bars for each other
Tutorial 203 | Calculate Volume Ratio in RadarScreen
Просмотров 1789 месяцев назад
Tutorial 203 | Calculate Volume Ratio in RadarScreen
Quick-tip 91 | Time highest volume occurred for RadarScreen
Просмотров 1209 месяцев назад
Quick-tip 91 | Time highest volume occurred for RadarScreen
Program 87 | Recurring volume profile (with end-of-bar real time update)
Просмотров 32910 месяцев назад
Program 87 | Recurring volume profile (with end-of-bar real time update)
Quicktip 90 | Apply drawing objects to Data2 | TradeStation EasyLanguage tutorials and programs
Просмотров 140Год назад
Quicktip 90 | Apply drawing objects to Data2 | TradeStation EasyLanguage tutorials and programs
Tutorial 202 | Calculate price to reach a user input RSI value
Просмотров 786Год назад
Tutorial 202 | Calculate price to reach a user input RSI value
Tutorial 201 | Annotated trend line drawing tool
Просмотров 280Год назад
Tutorial 201 | Annotated trend line drawing tool
Tutorial 190-2 | Plotting when price crosses the upper or lower lines in a centered moving average
Просмотров 234Год назад
Tutorial 190-2 | Plotting when price crosses the upper or lower lines in a centered moving average
Tutorial 200 | Saving drawing object information in CSV files
Просмотров 178Год назад
Tutorial 200 | Saving drawing object information in CSV files
Tutorial 199 | Working with text labels programmatically
Просмотров 233Год назад
Tutorial 199 | Working with text labels programmatically