Buscando las principales estadísticas de Navigator, estadísticas de seguimiento, estadísticas de inversores minoristas y fórmulas de indicadores

He enviado todas las fórmulas del navegador que tengo a tu dirección de correo electrónico

JJ:=(HIGH+LOW+CLOSE)/3;QJ0:=AMOUNT/IF(HIGH =. LOW,4,HIGH-LOW);

Compre 1:=QJ0*(MIN(OPEN,CLOSE)-LOW);

Compre 2:=QJ0*(JJ- MIN (CLOSE,OPEN));

Venta 1:=QJ0*(MAX(CLOSE,OPEN)-JJ);

Venta 2:=QJ0*(HIGH-MAX( OPEN ,CLOSE));

DT:=((Comprar 1+Comprar 2)-(Vender 1+Vender 2))/10000;

Posición principal: SUM(DT, 66 ),COLORWHITE,LINETHICK1;

STICKLINE(DT>0,posición principal,posición principal+DT,1,0),COLOR0000FF;

STICKLINE(DT<0,posición principal + DT, posición principal, 1,0), COLOR00FF00;

Estadísticas de inversores minoristas

JJ:=(HIGH+LOW+CLOSE)/3;QJ0:=AMOUNT/IF(HIGH =BAJO,4,ALTO-BAJO);

TD1:=QJ0*(MIN(ABRIR,CERRAR)-BAJO);DD1:=QJ0*(JJ-MIN(CERRAR,ABRIR));

DD2:=QJ0*(HIGH-MAX(ABRIR,CERRAR));TD2:=QJ0*(MAX(CERRAR,ABRIR)-JJ);

TD:=TD1- TD2;DA:=DD1-DD2;XD1:=1-(TD1+DD1);XD2:=1-(TD2+DD2);

TZ:=V/SUM(V,60)* 100;DT:=((XD1-XD2)/10000)/TZ;

Posiciones minoristas: SUM(DT,22),COLOR888888,LINETHICK1;

STICKLINE(DT>0 ,Posición de inversor minorista,Posición de inversor minorista+DT,1,0),COLORFF00FF;

STICKLINE(DT<0,Posición de inversor minorista+DT,Posición de inversor minorista,1,0),COLORFF8800;