So I have just created a custom composite and I now want to create a custom indicator for this composite that just plots the AdvIssues for that index. I have opened a new formula and wrote the following:
Plot
(AdvIssues(), "Custom Adv", colorRed );
I don't get anything in the window on the chart. Is there something that I need to insert to get the program to count the advancing issues in this index and plot it as a line?