Current location - Trademark Inquiry Complete Network - Futures platform - Which software can check the time-sharing ratio of yesterday, the day before yesterday and any day in history? Time-sharing proportional line, I only use today's flush and correspondence.
Which software can check the time-sharing ratio of yesterday, the day before yesterday and any day in history? Time-sharing proportional line, I only use today's flush and correspondence.
Tong Daxin can do it, but first, you should do a good job in the sub-graph index of the volume ratio, then click on how to open the K-line of the time-sharing chart and press "/"to select the sub-graph index. You can see all the indicators in one minute with the K-line.

The following is the ratio formula:

TT:= IF(HOUR & gt; 12, (hour-13)* 60+ minutes+120, (hour -9)* 60+ minutes-30);

P:=IF(ISLASTBAR,BARSLAST(TT= 1),0);

T:=BACKSET(P,P+ 1);

VV:=IF(T= 1,V,0);

Ratio: dynainfo (17) * (sum (vv, TT)/TT)/(dynainfo (8)/from open);