Go Back   Traders Laboratory > Trading Resources > Trading Indicators

Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Comment
Bookmarks
del.icio.us StumbleUpon Google Digg Facebook Furl Reddit Netscape

 
LinkBack (1) Release Tools Display Modes Language
An Auto Pivot Level Indicator
Software Version: TradeStation 8.2, by GCB (Premium Trader) GCB is offline
Developer Last Online: May 2008

Trading Platform: Rating: Release Rating: 1 votes, 5.00 average.
Release Date: 07-31-2007 Last Update: n/a Installs: 31
 Supported

People have been asking for an auto pivot level indicator. Here is the one I wrote. I use it every day and it is the most useful indicator I have written. I couldn't trade without it.
:wohoo:

This indicator will calculate and plot automatic pivot levels and yesterday's high, low and close. It will also plot the non-auto levels of overnight high, low, and value area high, low and point of control. These non-auto levels must be input every day manually. The levels which are automatically generated may also be input manually if you so choose. This is useful on days where the previous day's chart is for one reason or another messed up. This can happen on rollover days or on days following holidays.

The auto levels are calculated based upon the high low and close of the session in which the chart is displayed. So pick a session which reflect the proper open and close for the levels you are trying to generate.

The indicator does not label the levels. However, I find labels obtrusive and rather chose to use different colors and line styles to differentiate the various levels. (See attached image.) A logical color and style scheme makes it easy to learn to identify the levels by sight, and once learned is actually more intuitive than reading labels. For my own use, I set the midpoints to gray and PP a unique color, R1 and S1 the same color, R2 and S2 the same color, and so forth. I make all the pivot levels dashed lines. High low and close I make solid green, red and cyan lines. Overnight high and low I make a lighter green and red. For value area lines I used variations on yellow with a hatched style. This takes some effort to set up but once you make it the default setting (click default) you don't need to do it again and is worth the effort.

The plotting of each level is optional. For example, PlotR1 = 1 will cause R1 and its midpoint to be plotted. PlotHigh = 0 will cause yesterday's high to not be plotted. This is useful to make sure neither too many nor not enough lines appear on your chart. For example, there is no point in plotting R2 when price has never gotten higher than yesterday's close--it just scrunches the chart. There also is no point in plotting yesterday's low when prices has gapped up to R3. I use these every day to customize the level plotting and often change them several times a day when price moves around a lot. This flexibility is very useful to keeping the chart as readable as possible.

Several non-auto levels--overnight low, high and value area values--can be input, but will only be plotted if PlotNonAuto = 1.

Non-auto levels can also be also be input manually for the normally auto levels (pivots and high, low and close) if you so choose. This is useful on days when yesterday's chart is misleading for some reason, like on days after holidays when the stock market was closed but the futures market was open or on rollover days. These will be used only if PlotAuto = 0.

On those troublesome days after holidays when the stock market was closed but the futures market was open, the market tends to respect the pivot levels generated from the day before the holiday. In that case you can optionally set PlotSkipYest = 1, which tells the indicator to use the day before yesterday's chart data to generate todays levels. I find this is the ticket most of the time in these situations.

Pivot Level Formulas used:

Resistance Level 4 = R3 = R2 + LastHigh - LastLow
Resistance Level 3 = R3 = R2 + LastHigh - LastLow
Resistance Level 2 = R2 = PP + LastHigh - LastLow
Resistance Level 1 = R1 = PP * 2 - LastLow
PivotPoint = PP = (LastHigh + LastLow + LastClose) / 3
Support Level 1 = S1 = PP * 2 - LastHigh
Support Level 2 = S2 = PP - LastHigh + LastLow
Support Level 3 = S3 = S2 - LastHigh + LastLow
Support Level 4 = S4 = S3 - LastHigh + LastLow

Uses the open and close of the chart session to determine auto levels.

Input value meanings:
  • PlotAuto = 1 -- Plot every level which can have an auto level. This includes pivot levels and yesterday's high, low and close.
  • PlotAuto = 0 -- Use input values for pivot levels and high, low and close, if they are not zero.
  • PlotNonAuto = 1 -- Plot every level which can be input except for those which can be auto if PlotAuto = 1. This includes overnight highs and low and value area values.
  • PlotNonAuto = 0 -- Do not plot any input values.
  • PlotAuto = 0 -- Use input values for pivot levels and high, low and close, if they are not zero.
  • TodayOnly = 1 -- Only plot pivots for today.
  • TodayOnly = 0 -- Plots pivots for all days on chart.
  • MidsOuter = 1 -- Plots all pivot levels selected except the extreme levels, which make the midpoints the extreme. Used to save space.
  • MidsOuter = 0 -- The outer lines with be the extreme pivot levels selected.
  • NoMids = 1 -- No midpoints will be plotted.
  • NoMids = 0 -- All midpoints will be plotted.
  • PlotSkipYest = 1 -- The day before yesterday will be used to calculate pivot levels. Useful for days after stock market holidays when the futures market was open.
  • PlotSkipYest = 0 -- Levels will be calculated from yesterday's data.
  • PlotR4 thru PlotS4 = 1 -- Plot this particular pivot level and its midpoint (if NoMids=0).
  • PlotHigh = 1 -- Plot yesterday's high.
  • PlotLow = 1 -- Plot yesterday's low.
  • PlotClose = 1 -- Plot yesterday's close.
  • PlotOHigh = 1 -- Plot the overnight high. (Value must be input in IOH).
  • PlotOLow = 1 -- Plot the overnight low. (Value must be input in IOL).
  • PlotVAH = 1 -- Plot the VAH. (Value must be input in IVAH).
  • PlotVAL = 1 -- Plot the VAL. (Value must be input in IVAL).
  • PlotPOC = 1 -- Plot the POC. (Value must be input in IPOC).
  • IOH -- Input overnight high. (Will be used if PlotAuto = 0 and the value <> 0, and so also for the inputs which follow).
  • IOL -- Input overnight low.
  • IH -- Input yesterday high.
  • IL -- Input yesterday low.
  • IC -- Input yesterday close.
  • IVAH -- Input VAH.
  • IVAL -- Input VAL.
  • IPOC -- Input POC.
  • IR4 thru IS4 -- Input values for pivot levels.
I hope you find this useful. However, I may not be able to make any customizations for you. Let me know what you think.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • If you like this indicator, please consider donating to the developer.
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
 
By GCB on 07-31-2007, 12:30 AM
Re: An Auto Pivot Level Indicator

Mistake in documentation. Should read at bottom.

IOH -- Input overnight high. (Will be used if PlotNonAuto = 1 and the value <> 0, and so also for the inputs which follow except IR4 thru IS4).
...
IR4 thru IS4 -- Input values for pivot levels. (Will be used if PlotAuto = 0 and the value <> 0).
Reply With Quote
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
By Soultrader on 07-31-2007, 07:22 AM
Re: An Auto Pivot Level Indicator

Nice... you are going to piss off alot of pivot point indicator vendors. Thank you GCB. Great stuff.
Reply With Quote
  #2 (permalink)  
By GCB on 07-31-2007, 08:25 AM
Re: An Auto Pivot Level Indicator

Quote:
View Post
Nice... you are going to piss off alot of pivot point indicator vendors. Thank you GCB. Great stuff.
Thanks soul!
Reply With Quote
  #3 (permalink)  
By cooter on 07-31-2007, 08:47 AM
Re: An Auto Pivot Level Indicator

Verrrrry nice work, James.
Reply With Quote
  #4 (permalink)  
By GCB on 07-31-2007, 08:50 AM
Re: An Auto Pivot Level Indicator

Quote:
View Post
Verrrrry nice work, James.
:lol:

Good one, cooter!
Reply With Quote
  #5 (permalink)  
By GCB on 07-31-2007, 09:04 AM
New Version !

Guys,

I inadvertantly put an older version of the Levels indicator on the site.

Here is the correct version. Sorry for the confusion.

Gary
Attached Files
File Type: eld LEVELS.ELD (17.3 KB, 125 views)
Reply With Quote
  #6 (permalink)  
By GCB on 07-31-2007, 09:14 AM
Re: New Version !

The name of the indicator you use should be $I-Levels, not the $-Levels which was in the first install. That's the old version.

(I use the $ to distinguish my indicators from TradeStation, "I" just means indicator. The $ makes mine sort to the top of any list which makes them easy to find.)
Reply With Quote
  #7 (permalink)  
By Soultrader on 07-31-2007, 09:17 AM
Re: An Auto Pivot Level Indicator

Hi GCB,

I have updated the first thread with the new ELD attachment. For future reference, I have added the function of allowing certain forums to be editted anytime. You should be able to update, edit your threads in this forum at any given moment. Thanks.
Reply With Quote
Comment

LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f46/an-auto-pivot-level-indicator-2148.html
Posted By For Type Date
Traders Laboratory This thread Refback 07-31-2007 12:43 AM


Currently Active Users Viewing This Release: 1 (0 members and 1 guests)
 
Release Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Release Release Starter Category Comments Last Post
How Useful is Level II? Stockaddict Stock Trading 17 12-10-2007 11:53 AM
Trading with level II and T&S torero Technical Analysis 12 11-17-2007 09:08 PM
Auto-refresh brownsfan019 Support Center 6 07-31-2007 04:49 PM
Program Trading Auto Levels rwalkerx Trading Indicators 1 12-06-2006 03:27 AM
Can anyone explain Level 2? Jesse Stock Trading 2 09-03-2006 12:53 PM


All times are GMT -4. The time now is 10:02 PM.

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59