搜索
产品
社区
市场
新闻
经纪商
更多
CN
开始
社区
/
观点
/
W
Robinhood Markets, Inc.
做多
W
由hikem1提供
关注
关注
2021年8月1日
0
2021年8月1日
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 plot(vwapValue1,title='210',color=#35e8ff,style=circles) cumulativePeriod2 = input(400,"Period2") cumulativeTypicalPriceVolume2 = sum(typicalPriceVolume, cumulativePeriod2) cumulativeVolume2 = sum(volume, cumulativePeriod2) vwapValue2 = cumulativeTypicalPriceVolume2 / cumulativeVolume2 plot(vwapValue2,title='400',color=#f995ff,style=circles,transp=1,linewidth=1) cumulativePeriod3 = input(1700,"Period3") cumulativeTypicalPriceVolume3 = sum(typicalPriceVolume, cumulativePeriod3) cumulativeVolume3 = sum(volume, cumulativePeriod3) vwapValue3 = cumulativeTypicalPriceVolume3 / cumulativeVolume3 plot(vwapValue3,title='1700',color=#acff35,style=circles,transp=1,linewidth=1) cumulativePeriod4 = input(3100,"Period4") cumulativeTypicalPriceVolume4 = sum(typicalPriceVolume, cumulativePeriod4) cumulativeVolume4 = sum(volume, cumulativePeriod4) vwapValue4 = cumulativeTypicalPriceVolume4 / cumulativeVolume4 plot(vwapValue4,title='3100',color=#f3ff00,style=circles,transp=1)
Chart Patterns
Harmonic Patterns
Technical Indicators
hikem1
关注
相关出版物
W
由hikem1提供
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。