TradingView
ChrisMoody
2014年11月24日午後6時12分

CM_Pivot Points_M-W-D-4H-1H_Filtered 

Apple Inc.NASDAQ

詳細

Famous Filtered Pivots Indicator -Many TimeFrames Available

CM_Pivot Points_M-W-D-4H-1H_Filtered

***Special Thanks to TheLark...AKA...The Coding Genius For Providing His Expertise...

***New Feature - Ability to turn On/Off Pivot Moving Average
***New Feature - Ability to turn On/Off Filtered Pivots (Explained Below)

Available Timeframes (Change In Inputs Tab):
1 Hour
4 Hour
Daily
Weekly
Monthly
Yearly

***All Features Available in Inputs Tab

-Ability to Plot just 1, or all Pivot Timeframes
-Defaults to Monthly Pivots
-Ability to turn On/Off Pivot Moving Average
-Ability to turn On/Off Filtered Pivots
-Ability to Plot S3 and R3 on 1 Hour and 4 Hour Pivots

***FILTERED PIVOTS!!!

-THIS IS A WAY TO FIND THE HIGHEST PROBABILITY MOVES
-IF CURRENT PIVOT IS GREATER THAN PREVIOUS PIVOT (INCLUDING MARKET THRESHOLD CALCULATION) THEN PIVOT, S1, & R2 PLOT
-IF CURRENT PIVOT IS LESS THAN PREVIOUS PIVOT (INCLUDING MARKET THRESHOLD CALCULATION) THEN PIVOT, S2, & R1 PLOT
-***THIS IS A WAY TO FILTER OUT PIVOTS AND ONLY PLOT THE LEVELS THAT ARE EXPECTED TO BE MAJOR SUPPORT AND RESISTANCE

***VIDEO COMING SOON WHERE i WILL GO OVER IN DETAIL THE THOUGHT PROCESS AND METHODOLOGY
コメント
fatih_er
hi chris, I am really glad your amazing indicator. I have a short question and I hope, you will have a time to answer it.

I use camarilla pivots and I noticed that pivots are not stay on constant value in real time market, their end points change up to current candle. How can I keep them on constant value. let me give u an example of my part of formula

s3 = WeekClose - (WeekHigh - WeekLow) * 1.1 / 4
BUY = security(tickerid, Pivots_Time_Frame, s3)
Rule = low <= BUY
plotshape(Rule, style=shape.triangleup, color=green, location=location.belowbar, text='BUY')

Best


dave11
Where do I enter the above script for the pivots indicator on MT4?
fatih_er
Hello Chris,

I just wonder that why don't you use lookahead=barmerge.lookahead_off function on your code base?
theheirophant
@fatih_er, can you explain where you would add it? Im guessing when this script was written it wasnt available. Was posted in 2014
NeoButane
@fatih_er,

This script uses version 1 of Pine Script's engine, therefore lookahead is always on and there (previously was) no way to turn it off.
Using [1] for pulling data fixes any problems that having lookahead_on would create. Using [1] and lookahead_on is actually ideal for pivot visualization.
arbey_ord
hola amigo, ¿como puedo aplicarlo este indicador? me gustaria usarlo .
swordmaker
Hi Chris, I find this filtered pivots very useful. Thanks alot..
I was wondering if there is a way to hide/turn off historical pivots like the option in built-in pivot indicator..
aries1998
yeah , i think too many historical pivots makes the chart a little bit hard to read.
ChrisMoody
Agree. At the time I coded this I specifically asked and the capability wasn't there. It may be now...I'll have to check.
詳細