Hi Darren,
You have published again your chart about how many SPX members beat the index on Twitter (https://twitter.com/Optuma/status/1773137003535564974).
I have recreated this chart some time ago using your forum post (Twitter Charts).
Unfortunately, my chart looks different than yours on Twitter.
Here is my script for the outperforming:
RIC() IsUp
Here are my settings for the Breadth engine:
Here is my script for “< 33% outperforming”:
Line1 = GETDATA(CODE=SPXPSDOUTP:Market Breadth) ;
// Less than 33.33% outperforming on positive SPX Days
Line2 = Line1 < 33.33 and CLOSE() IsUp ;
Line2
Here is my chart:
Inform me please why my chart is different than yours. My data for the “US Equity” database is up-to-date. I have 22798 items in the folder.
Thank you very much.
Thomas