開拓者日內(nèi)平均線指標(biāo)源碼[開拓者公式]
- 咨詢內(nèi)容: 日內(nèi)平均線指標(biāo)源碼
Vars
NumericSeries baramount;
NumericSeries barvol;
numericseries dayavg;
Begin
if(date!=Date[1])
{
baramount=close*Vol;
barvol=vol;
}else
{
baramount = baramount[1]+close*vol;
barvol = barvol[1]+vol;
}
dayavg = baramount / barvol;
Plotnumeric("dayavg",dayavg);
End
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 262069696 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容