通达信神密波段段指标(etf指标公式?)
1. etf指标公式?
金子塔ETF趋势追踪指标公式:
runmode:0;
money:=5000;
lots:=intpart(money/open/volunit)*volunit;
length:=20;
myma:ma(open,length);
entrylongcond:=open>myma;
exitlongcond:=open<myma;
if holding=0 then begin
if entrylongcond then
buy(1,lots,limitr,open);
end
if holding>0 then begin
if exitlongcond then
sell(1,holding,limitr,open);
end
盈亏:asset-500000,noaxis,coloryellow,linethick2;
2. etf指标公式?
金子塔ETF趋势追踪指标公式:
runmode:0;
money:=5000;
lots:=intpart(money/open/volunit)*volunit;
length:=20;
myma:ma(open,length);
entrylongcond:=open>myma;
exitlongcond:=open<myma;
if holding=0 then begin
if entrylongcond then
buy(1,lots,limitr,open);
end
if holding>0 then begin
if exitlongcond then
sell(1,holding,limitr,open);
end
盈亏:asset-500000,noaxis,coloryellow,linethick2;
3. 求教:通达信划线不显示,怎么处理?
NODRAW 不画该线此函数就是了,只显示数据,没有线条输出。加在语句的最后面。如果你想显示的话,就把这句去掉就可以了。
4. 求教:通达信划线不显示,怎么处理?
NODRAW 不画该线此函数就是了,只显示数据,没有线条输出。加在语句的最后面。如果你想显示的话,就把这句去掉就可以了。
5. 求教:通达信划线不显示,怎么处理?
NODRAW 不画该线此函数就是了,只显示数据,没有线条输出。加在语句的最后面。如果你想显示的话,就把这句去掉就可以了。
6. etf指标公式?
金子塔ETF趋势追踪指标公式:
runmode:0;
money:=5000;
lots:=intpart(money/open/volunit)*volunit;
length:=20;
myma:ma(open,length);
entrylongcond:=open>myma;
exitlongcond:=open<myma;
if holding=0 then begin
if entrylongcond then
buy(1,lots,limitr,open);
end
if holding>0 then begin
if exitlongcond then
sell(1,holding,limitr,open);
end
盈亏:asset-500000,noaxis,coloryellow,linethick2;
7. 求教:通达信划线不显示,怎么处理?
NODRAW 不画该线此函数就是了,只显示数据,没有线条输出。加在语句的最后面。如果你想显示的话,就把这句去掉就可以了。
8. etf指标公式?
金子塔ETF趋势追踪指标公式:
runmode:0;
money:=5000;
lots:=intpart(money/open/volunit)*volunit;
length:=20;
myma:ma(open,length);
entrylongcond:=open>myma;
exitlongcond:=open<myma;
if holding=0 then begin
if entrylongcond then
buy(1,lots,limitr,open);
end
if holding>0 then begin
if exitlongcond then
sell(1,holding,limitr,open);
end
盈亏:asset-500000,noaxis,coloryellow,linethick2;