OnReady()
{
HideKline();
}
OnBar(ArrayRef<Integer> indexs)
///////////////////怎么给k线涂色,自定义颜色?????????????
PlotKline(bopen , bhigh, blow, bclose);
这个函数只支持基本的作图
需要更多个性化选择,建议使用plot库里的工具作图