boll线数值-boll线数值设置

2023-02-27 17:36:28 技术指标 1次阅读 投稿:admin

关于boll线数值内容导航:

1、boll线数值


private int bollLine;
//boll线类型
private int bollLineType;
//boll线颜色
private int bollLineColor;
//boll线宽度
private int bollLineWidth;
//boll线是否可见
private boolean bollLineVisible;

public int getBollLine() {
return bollLine;
}

public void setBollLine(int bollLine) {
this.bollLine = bollLine;
}

public int getBollLineType() {
return bollLineType;
}

public void setBollLineType(int bollLineType) {
this.bollLineType = bollLineType;
}

public int getBollLineColor() {
return bollLineColor;
}

public void setBollLineColor(int bollLineColor) {
this.bollLineColor = bollLineColor;
}

public int getBollLineWidth() {
return bollLineWidth;
}

public void setBollLineWidth(int bollLineWidth) {
this.bollLineWidth = bollLineWidth;
}

public boolean isBollLineVisible() {
return bollLineVisible;
}

public void setBollLineVisible(boolean bollLineVisible) {
this.bollLineVisible = bollLineVisible;
}
}

2、boll线数值相加等于十,上涨概率大

这是由于你的原始数据或右不是整数,累计的时候四舍五入造成的。
boll线数值相加等于十,上涨概率大

3、boll线数值设置

boll线指标中文称布林线指标,这个指标不但适用于股票,还广泛适用于外汇,期货等其他金融交易品. 就个人实战经验来看,在上升通道和下跌通道中,布林线指标参考意义不大.在平衡市中,布林指标的 参考作用比其他指标要有效的多.BOLL下轨不卖股,BOLL上轨不买股是基本的平衡市操作手法. 同样在下轨处买,在上轨处卖,是基本的获取利润的短线技巧.
boll线数值设置

声明:稳得一批是理财投资基础知识平台! 并不指导专业性投资! 投资有风险,入市需谨慎!