BarSinceEntry
作者:開拓者 TB 來源:cxh99.com 發(fā)布時間:2016年01月19日
- 咨詢內(nèi)容:
If(BarSinceEntry==0)
{
HighestAfterEntry=Close;
LowestAfterEntry=Close;
........
}
If(BarSinceEntry==1)
{
HighestAfterEntry=Close;
LowestAfterEntry=Close;
........
}
有什么區(qū)別
- TB技術(shù)人員:
建倉的BAR的barsinceentry也是0