Description
Based on Ultimate 5 points pivot system [/algos/indicators/show/211]
The Padding Output (last 5) Colors and line style should be the same as the regular (first 5)
corresponding ones e.g. Daily Pivot should be the same as Daily Pivot Pad.
Currently works only for Less than H12 Timeframe. Check back for updates.
If you will use this as a reference indicator note that the last values of each line
are a different IndicatorDataSeries - e.g. p and P (this was to accomplish a discontinued line)
adaled
Joined on 17.09.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Ultimate Pivot Points 2.algo
- Rating: 5
- Installs: 6263
- Modified: 13/10/2021 09:55
Comments
Can you label the lines please
hi, thanks for the work. is there a way to only see the present day and prior day pivot levels. i find seeing all the previous days points distracting and would like the option to view the present day or the present day and prior days levels. thank you.
You may specify the timezone in the Indicator Attribute
[Indicator(IsOverlay = true, AutoRescale = false, TimeZone = TimeZones.UTC)]
and how to apply it in a different time zone?
updated to 7 points.
Hi could any one, tell me how to add the middle points, and the s3 and r3. Thank you very much
Hi, can anyone tell me how i can make pivots not to appear on other time frames like h4,m5 i just need it to be on h1 and m15.Thanks