


hikem1
Last seen
Followers
0
Following
5
Ideas
2
Scripts
0
Joined 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
3941
55
1193
Message
Follow
Following
Unfollow
289
72
3161
Message
Follow
Following
Unfollow
9488
322
6486
Message
Follow
Following
Unfollow
83115
5535
200335
Message
Follow
Following
Unfollow
43
1
5
Message
Follow
Following
Unfollow
Type
Script access
Privacy