merhaba,
Vwap için
fiyat:=(H+L+C)/3;
cv1:= valuewhen(1,DAYOFMONTH()<REF(DAYOFMONTH(),-1),REF(CUM(V*fiyat),-1));
v1:= valuewhen(1,DAYOFMONTH()<REF(DAYOFMONTH(),-1),REF(CUM(V),-1));
VWAP:=(cum(fiyat*v)-cv1)/(Cum(v)-v1);
VWAP
şeklinde yazılır,
bol bant sayesinde belli standart sağma ile hesaplanısı
fiyat:=(H+L+C)/3;
cv1:= valuewhen(1,DAYOFMONTH()<REF(DAYOFMONTH(),-1),REF(CUM(V*fiyat),-1));
v1:= valuewhen(1,DAYOFMONTH()<REF(DAYOFMONTH(),-1),REF(CUM(V),-1));
VWAP:=(cum(fiyat*v)-cv1)/(Cum(v)-v1);
VWAP;BBandtop(VWAP,20,s,2.51);BBandtop(VWAP,20,s,3.09);BBandbot(VWAP,20,s,2.51);BBandbot(VWAP,20,s,3.09)
deneyebilirsiniz,
bir deneyip inceleyiniz