ColorStopLevels
ColorStopLevels (Get 方法)
获取 “ColorStopLevels” 属性的值 (止损和止盈位的颜色)。
color ColorStopLevels() const返回值
已分配到类实例中的对象 “ColorStopLevels” 属性值。如果没有已分配图表, 则返回 CLR_NONE。
ColorStopLevels (Set 方法)
设置 “ColorStopLevels” 属性的新值。
bool ColorStopLevels(
color new_color // 止损和止盈位的新颜色
)参数
- new_color
[输入] 止损和止盈位的新颜色。
返回值
true 如果成功, false 如果颜色未改变。