


hikem1
Last seen
Followers
0
Following
5
Ideas
2
Scripts
0
since Jul 18, 2021
chartpattern
harmonicpatterns
indicator
trendanalysis
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
study("vwap", overlay=true) typicalPrice = (high + low + close) / 3 typicalPriceVolume = typicalPrice * volume cumulativePeriod1 = input(210, "Period") cumulativeTypicalPriceVolume1= sum(typicalPriceVolume, cumulativePeriod1) cumulativeVolume1 = sum(volume, cumulativePeriod1) vwapValue1 = cumulativeTypicalPriceVolume1 / cumulativeVolume1...
0
study("vwap", overlay=true) typicalPrice = (high + low + close) / 3 typicalPriceVolume = typicalPrice * volume cumulativePeriod1 = input(210, "Period") cumulativeTypicalPriceVolume1 = sum(typicalPriceVolume, cumulativePeriod1) cumulativeVolume1 = sum(volume, cumulativePeriod1) vwapValue1 = cumulativeTypicalPriceVolume1 / cumulativeVolume1...
0
User has no followers
3876
55
1193
Message
Follow
Following
Unfollow
288
72
3165
Message
Follow
Following
Unfollow
9268
322
6484
Message
Follow
Following
Unfollow
82331
5451
198866
Message
Follow
Following
Unfollow
42
1
5
Message
Follow
Following
Unfollow
Type
Script access
Privacy