How to obtain the time-sharing information of individual stocks on Tongdaxin software?

This article talks about using dll to obtain the time-sharing information of Tongdaxin individual stocks. The author thinks that the tdxGetter.dll is bound to the No. 2 DLL of Tongdaxin. The alias of this DLL is "Tongdaxin Star Absorbing Dafa Tool". This dll is specially written to absorb various indicators and formula information of Tongdaxin. The key to using this DLL is that it can quickly and legally absorb as much data as you want, and there is absolutely no IP blocked risk .

Write the formula as follows:

CODE1:=STR2CON(CODE); FLINE:=TDXDLL2(1, CODE1, DATE, TIME2); FLINE2:=TDXDLL2(2, CLOSE, VOL, AMOUNT); FLINE3:=TDXDLL2(3, DYNAINFO(15), DYNAINFO(50), DYNAINFO(37));

However, this formula is only used in the demo, mainly to obtain the stock code, date, time, and price, trading volume, turnover, and several real-time market information. For example, DYNAINFO (15) is a function of the opening transaction amount, and you can query it by inputting date numbers, time, etc.

Guess you like

Origin blog.csdn.net/Q_121463726/article/details/125263684#comments_25572132