Quiero agregar la línea K del mercado de la acción correspondiente (incluido el MA que puedo configurar yo mismo) como una instrucción al subgráfico, y también quiero agregar el volumen de operaciones como un indicador al subgráfico ~ Por favor~~.
C2:="1a0001$CLOSE";
O2:="1a0001$OPEN";
H2: ="1a0001$HIGH";
L2:="1a0001$LOW";
STICKLINE(C2 gt; O2, C2, O2, 6, 1), COLORRED; p>
p>
LÍNEA(C2 gt;O2,C2,H2,0.5,1),COLOR;
LÍNEA(C2gt;O2,O2,L2,0.5,1), COLORROJO;
STICKLINE (C2lt; O2, O2, C2, 6, 0), COLORCYAN;
STICKLINE (C2lt; O2, O2, H2, 0.5, 0), COLORCYAN;
STICKLINE(C2lt; O2, O2, L2, 0.5, 0), COLORCYAN;
Stickline(C2lt; O2, O2, L2, 0.5, 0), COLORCYAN COLORCYAN
Abrir: O2, PUNTO, COLORAMARILLO;
Cerrar: C2, PUNTO, color;
Bajo: L2, PUNTO, color;
Alto: H2, PUNTO;
Alto: H2, PUNTO;
Alto. POINTDOT;
Vicio arriba:=(C2/ref(c2,1)-1)*100;
{Indicador de gran volumen}
VOLUMEN: =INDEXV;
STICKLINE(INDEXCgt;=INDEXO,0,INDEXV,2,1),COLOR0000FF;
STICKLINE(INDEXClt;INDEXO,0,INDEXV,2,0), COLOR00FF00;
MAVOL1: MA(VOLUMEN, 5);
MAVOL2: MA(VOLUMEN, 10);