Twitter Charts

Hi,

Here is the script used for that chart (used with a Show View)…

V1 = HIGHESTHIGH(CLOSE(),RANGE=All History) ;
V2 = CLOSE() == V1 and V1 IsUp;
V3 = YEARNUM() IsUp ;
ACCSINCESIGNAL(V2,V3)

By modifying this with Close() > MA(BARS=20, STYLE=Weighted) will this get me Percentage of Stocks Above 20-day MA while using IsMemebr()?

I’m referring to the SPX % of Outperforming Stocks code that you put out to begin this thread.

My breadth module once built looks correct, but I’m having trouble converting it to a line chart/indicator too. I’ve had this trouble with other customs built as they show as signal lines on price rather than as an indicator. Thanks for any help!

Thanks Matthew. Yes that should work. To display the breadth data as eg histogram rather than line use the Breadth Data tool to display under a chart, and change the Breadth Source to Custom and select if from your list (change the Tool Name to display in the label).

PS if taking screenshots use ALT+P to copy image to clipboard, and CTRL+V to paste without the need to use a snipping app.

Capture