


hikem1
Last seen
Followers
0Following
5Ideas
2Scripts
0Joined 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
4016
55
1193
Message
Follow
Following
Unfollow
289
72
3161
Message
Follow
Following
Unfollow
9815
322
6494
Message
Follow
Following
Unfollow
84143
5626
202038
Message
Follow
Following
Unfollow
51
1
5
Message
Follow
Following
Unfollow
Type
Script access
Privacy