金字塔能不能實現(xiàn)這個? [金字塔]
- 咨詢內(nèi)容:
設(shè)定變量a為指定某某時間的收盤價。
接下來每新增一根k線,則重新計算變量a的值,計算公式為a=ref(a,1)+1;
如果不用逐k線方式,金字塔能不能實現(xiàn)?
謝謝。
- 金字塔客服:
想不出來,等高人來
- 用戶回復(fù):
某某時間為多少,假設(shè)為每天的第一根K線圖
cond:=day<>ref(day,1);
aa1:valuewhen(cond,c);
aa:aa1+barpos-valuwhen(cond,barpos);
- 網(wǎng)友回復(fù): impossible mission
相關(guān)文章
-
沒有相關(guān)內(nèi)容