Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
Floor Pivots Daily Details »»
Floor Pivots Daily
Platform: , by Robert2617 Robert2617 is offline
Developer Last Online: Aug 2010 Show Printable Version Email this Page

Platform: Unknown Rating:
Released: 02-19-2007 Last Update: Never Installs: 0
 
No support by the author.

This is an automatic daily floor pivots chart indicator.

Download Now

File Type: eld FLOORPIVOTS.ELD (12.4 KB, 576 views)

Screenshots

Floor Pivots Daily-floorpivots.gif  

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
The Following User Says Thank You to Robert2617 For This Useful Post:
TraderJen (05-12-2009)

Comments
Old 03-11-2007, 06:20 PM   #2

Join Date: Feb 2007
Posts: 156
Ignore this user

Thanks: 2
Thanked 3 Times in 2 Posts

Re: Floor Pivots Daily

is there a way to modify this indicator, so it uses the "settlement" price vs. the close price.

in my travels, so to speak, i have found that using the settle price instead of the close price for calc'ing floor trader pivots gives more accurate pivot levels.
dalby is offline  
Reply With Quote
Old 03-11-2007, 11:22 PM   #3

Robert2617's Avatar

Join Date: Jan 2007
Location: Athens, GA
Posts: 112
Ignore this user

Thanks: 0
Thanked 16 Times in 9 Posts

Re: Floor Pivots Daily

The EL code is open and you could modify it if you wanted. This indicator is a colaboration between a few people from the TS forums. I posted it here for convenience.
Robert2617 is offline  
Reply With Quote
Old 03-12-2007, 12:33 AM   #4

Join Date: Feb 2007
Posts: 156
Ignore this user

Thanks: 2
Thanked 3 Times in 2 Posts

Re: Floor Pivots Daily

thanks. i just started using TS friday, so my easy language aint up to snuff yet.

i'm workin' on it.
dalby is offline  
Reply With Quote
Old 03-12-2007, 03:44 PM   #5

Join Date: Mar 2007
Posts: 1
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Floor Pivots Daily

The indicator has an input called PivotType.

Use 3 or 4 as PivotType and you should get the Settlement Price, since when
PivotType = 3 or 4, the CloseD function is used.

The CloseD will return the settlement price.
hans-ulrich.rudel is offline  
Reply With Quote
Old 03-12-2007, 04:16 PM   #6

Join Date: Feb 2007
Posts: 156
Ignore this user

Thanks: 2
Thanked 3 Times in 2 Posts

Re: Floor Pivots Daily

thx. i will try this
dalby is offline  
Reply With Quote
Old 03-12-2007, 04:54 PM   #7

Join Date: Jan 2007
Location: Moo
Posts: 121
Ignore this user

Thanks: 19
Thanked 5 Times in 4 Posts

Re: Floor Pivots Daily

I want to calculate the high and the low as the h and l off the daily chart using 24 hour session but I want these values to appear on my regular trading hours intraday chart. I tried using highD and lowD and closeD, however the values differed when using 24 hour and regular trading hours charts.

Does anyone know how to capture the high of the previous day 24 hour period? Thanks.
keymoo is offline  
Reply With Quote
Old 03-26-2007, 12:26 AM   #8

Join Date: Jan 2007
Location: san jose
Posts: 90
Ignore this user

Thanks: 0
Thanked 5 Times in 5 Posts

Re: Floor Pivots Daily

I have not tried this ..but it should work in theory..
one way is to add @YM as data2 to your chart, overlay it over the existing data1( @YM.D). Use the same interval as in data1. Modify your pivot point code to use data2 for calculation, for example..
var: pivot(0, data2);
( pivot = ( HighD of data2 + LowD of data2 + CloseD of data2)/3 ;
nickm001 is offline  
Reply With Quote

Reply

Thread Tools
Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trading Floor vuguru General Discussion 1 02-14-2007 01:54 AM

All times are GMT -4. The time now is 10:10 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.