Hello!
Can someone help me with the following script?
First, I'm trying to display only the dollar value without the decimal point?
Second, I'm looking for the script that displays the all time high and low in the chart.
---
AddLabel(1, Highest(high(period = AggregationPeriod.MONTH), 120), Color.GRAY);
AddLabel(1, Highest(high(period = AggregationPeriod.WEEK), 52), Color.GREEN);
--
Can someone help me with the following script?
First, I'm trying to display only the dollar value without the decimal point?
Second, I'm looking for the script that displays the all time high and low in the chart.
---
AddLabel(1, Highest(high(period = AggregationPeriod.MONTH), 120), Color.GRAY);
AddLabel(1, Highest(high(period = AggregationPeriod.WEEK), 52), Color.GREEN);
--