sarnab11496
Last seen
Followers
1
Following
0
Ideas
2
Scripts
0
since Feb 1, 2020
indicator
pivotpoints
Less Tags
Show All Tags
All Types
Type
All Types
Indicators
Strategies
Libraries
All Accesses
Script access
All Accesses
Open
Protected
Invite-only
Public & Private
Privacy
Public & Private
Public
Private
//52-week high/low High52 = security(syminfo.tickerid, "W", highest(high, 52)) Low52 = security(syminfo.tickerid, "W", lowest(low, 52)) //WMA WMA10 = wma(close, 10) WMA20 = wma(close, 20) WMA50 = wma(close, 50) WMA100 = wma(close, 100) WMA200 = wma(close, 200) //Standard Deviation with WMA lenSD = input(20, minval=1) sdavg13 = input(title="WMA SD",...
0
greenDay = close >= close redDay = close< close highVolume = highest(volume, 10) Redvolume= iff(redDay,volume,0) Greenvolume= iff(greenDay,volume,0) TopGreenV= highest(Greenvolume, 10) TopRedV=highest(Redvolume, 10) pocketPivot = volume > TopRedV pocketPivotDay =pocketPivot and greenDay plotshape(pocketPivotDay? 1:na,style=shape.triangleup,...
1
10
0
0
Message
Follow
Following
Unfollow
User follows nobody
Type
Script access
Privacy