How to Display VWAP Chart Label


Category:
0
0

Hello Pete!

Hope you are doing well! How do I take the VWAP indicator and create a chart label on the top left that says VWAP: “#”. I have provided a snippet for your reference. Thank you so much for your help!

Attachments:
Marked as spam
Posted by (Questions: 9, Answers: 4)
Asked on August 15, 2020 3:51 pm
586 views
1
Private answer

def vwapValue = reference VWAP()."VWAP";
AddLabel(yes, Concat("VWAP: ", vwapValue), Color.WHITE);

Marked as spam
Posted by (Questions: 37, Answers: 4086)
Answered on August 15, 2020 6:55 pm