Post another main chart formula about industry sectors and concepts

robot
Abstract generation in progress

Many stock friends often cannot promptly access the fundamental data of a certain stock’s F10, including but not limited to circulating shares, market value, circulation ratio, industry, main business, and related concepts. Actually, the system’s market data table already contains this information, but due to screen size limitations, it’s impossible to display everything at once. At this point, you can paste the following formulas into your custom main chart to display the data directly. Of course, you can also add other content, such as turnover, profit, style, etc. These formulas can be pasted into the main chart or the intraday chart—just pay attention to the placement. Okay, now here it is [Taogu Bar]

DRAWTEXT_FIX(1,0.0,0.15,0, STRCAT(‘Total Market: ‘,STRCAT(CON2STR(FINANCE(1)/100000000,2),’ Billion’))),COLORYELLOW; DRAWTEXT_FIX(1,0.1,0.15,0,STRCAT(‘Circulating: ‘,STRCAT(CON2STR(FINANCE(7)/100000000,2),’ Billion’))),COLORYELLOW; DRAWTEXT_FIX(1,0.2,0.15,0,STRCAT(‘Circulating Value: ‘,STRCAT(CON2STR(CFINANCE(7)/100000000,2),’ Billion’))),COLORYELLOW; DRAWTEXT_FIX(1,0.3,0.15,0,STRCAT(‘Real Shares: ‘,STRCAT(CON2STR(FINANCE(46)/100000000,2),’ Billion’))),COLORYELLOW; DRAWTEXT_FIX(1,0.4,0.15,0,STRCAT('Real Value: ',STRCAT(CON2STR(CFINANCE(46)/100000000,2),’ Billion’))),COLORYELLOW; DRAWTEXT_FIX(1,0.5,0.15,0,STRCAT(‘Flow Ratio: ‘,STRCAT(CON2STR(FINANCE(46)*100/FINANCE(7),2),’%’))),COLORYELLOW;

F1:=STRCAT(‘’,DYBLOCK); F2:=STRCAT(F1,STRCAT(‘【Line】’,HYBLOCK)); F3:=STRCAT(F2,STRCAT(‘【Detail】’,MOREHYBLOCK)); F4:=STRCAT(F3,STRCAT(‘【Main Business】’,MAINBUSINESS)); F5:=STRCAT(F4,STRCAT(‘【Product】’,EXTERNALSTR(1,10004))); F6:=STRCAT(F5,STRCAT(‘【Position】’,EXTERNALSTR(1,10010))); DRAWTEXT_FIX(1,0.0,0.075,0,STRCAT(F6,STRCAT(‘【Control】’,EXTERNALSTR(1,10007)))),COLORWHITE; DRAWTEXT_FIX(1,0.0,0.0,0,STRCAT(‘【Concept】’,EXTERNALSTR(1,10001))),COLORYELLOW;

View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
0/400
No comments
  • Pin