crscrs85
Member
I added a aggregationPeriod input to the EMA coding so i can view the location of the daily EMA on intra day charts. It accepted the coding and gave me the option to
change the aggregationPeriod using the gear icon but it didnt change on the chart. Any suggestions?
input AggregationPeriod = AggregationPeriod.DAY;
input price = close;
input length = 9;
input displace = 0;
input showBreakoutSignals = no;
plot AvgExp = ExpAverage(price[-displace], length);
change the aggregationPeriod using the gear icon but it didnt change on the chart. Any suggestions?
input AggregationPeriod = AggregationPeriod.DAY;
input price = close;
input length = 9;
input displace = 0;
input showBreakoutSignals = no;
plot AvgExp = ExpAverage(price[-displace], length);