|
|
|
|
|||||||
| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() |
|
|
LinkBack (1) | Release Tools | Display Modes |
This is an automatic daily floor pivots chart indicator.
|
|||||||||
|
Show Your Support
|
|||||||||
|
|
|||||||||
|
By
dalby
on
03-11-2007, 06:20 PM
|
|
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. |
|
By
Robert2617
on
03-11-2007, 11:22 PM
|
|
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.
|
|
By
hans-ulrich.rudel
on
03-12-2007, 03:44 PM
|
|
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. |
|
By
keymoo
on
03-12-2007, 04:54 PM
|
|
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. |
|
By
nickm001
on
03-26-2007, 12:26 AM
|
|
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 ; |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f46/floor-pivots-daily-1223.html
|
||||
| Posted By | For | Type | Date | |
| Traders Laboratory | This thread | Refback | 03-12-2007 02:13 AM | |
| Currently Active Users Viewing This Release: 1 (0 members and 1 guests) | |
| Release Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Release | Release Starter | Category | Comments | Last Post |
| Trading Floor | vuguru | General Discussion | 1 | 02-14-2007 01:54 AM |