- UID
- 2
- 积分
- 2874604
- 威望
- 1387331 布
- 龙e币
- 1487273 刀
- 在线时间
- 13156 小时
- 注册时间
- 2009-12-3
- 最后登录
- 2024-11-24
|
【VWAP reset】
- input:
- Price(AvgPrice),
- LocalHrsOffset(0),
- time1(0900),
- time2(0930),
- time3(1129),
- time4(1315),
- time5(1415),
- upColor(Cyan),
- dnColor(Magenta);
- var:
- var0(0);
- var0 = VWAPResettable(Price,LocalHrsOffset,time1,time2,time3,time4,time5);
- plot1(var0,"vwap_reset");
- var: var1(yellow);
- if var0 > var0[1] then var1 = upColor;
- if var0 < var0[1] then var1 = dnColor;
- SetPlotColor(1,var1);
复制代码 |
论坛官方微信、群(期货热点、量化探讨、开户与绑定实盘)
|