close.values; OPEN=df.open.values #基础数据定义,只要传入的是序列都可以 HIGH=df.high.values; LOW=df.low.values #例如 CLOSE=list(df.close) 都是一样 MA5=MA(CLOSE,5) #获取5日均线序列 MA10=MA(CLOSE,10) #获取10日均线序列 print('BTC5日均线', MA5[-1] ) # 只取最后一个数 print('...
TT:=240/FROMOPEN;比:=TT;J12:=(HIGH - ((HIGH - LOW) / 3));J23:=(LOW + ((HIGH - LOW) / 3));AAA:=CONST(HHV(H,90));形态1{早晨之星}:=CONST(IF((REF(CLOSE,2)/REF(OPEN,2) < 0.95 AND REF(OPEN,1) < REF(CLOSE,2) AND ABS(REF(OPEN,1)-REF(CLOSE,1))/REF(CLOSE,1)<...
() go //load modules use mytt //define stream table name = `tradetime`SecurityID`high`low`open`close`vol type = `TIMESTAMP`SYMBOL`DOUBLE`DOUBLE`DOUBLE`DOUBLE`INT share streamTable(100:0, name, type) as snapshotStream name = `SecurityID`tradetime`K`D`J`DIF`DEA`MACD`UPPER`MID`LOWER`...
But before he could congratulate his pupil, the Jeep was now angling to get alongside; the Scion drifting dangerously close to the right shoulder, or lack thereof. Rockfish turned and looked out the driver’s side rear window. He could clearly see the Jeep’s front end. In the next ...
Open 103.50 High 106.50 Low 103.50 Bid 103.00 Offer 107.00 Previous close 103.50 Average volume 2.38m Shares outstanding 177.88m Free float 156.31m P/E (TTM) -- Market cap 189.45m GBP EPS (TTM) -0.0731 GBP Annual div (ADY) 6.90 GBX Annual div yield (ADY) 6.48% Div ex-date Sep 12 20...
Flying Open-Source Hardware Artificial Intelligence Education Multiple Drones Coordination Control Thanks for signing up! Thank you for your attention and support of DJI. Close DJI Holiday Savings UP TO 36% OFF Discover exclusive gifts and discounts at the DJI Store ...
• The causes of the events have been categorized as: (1) Damage to water and sewage utilities, which allows surrounding soil loss through the holes made; (2) Inappropriate backfill compaction during excavation activities that include open-cut construction and installation of underground utilities;...
update t set EMA = EMA(close, 5) context by symbol 3.3 返回多个列的结果 某些函数会返回多个列的结果,例如函数BIAS(乘离率指标)。 直接使用的例子: use mytt close = 7.2 6.97 7.08 6.74 6.49 5.9 6.26 5.9 5.35 5.63 bias1, bias2, bias3 = BIAS(close, L1 = 2, L2 = 4, L3 = 6) ...
def MACD(CLOSE,SHORT=12,LONG=26,M=9): # EMA的关系,S取120日,和雪球小数点2位相同 DIF = EMA(CLOSE,SHORT)-EMA(CLOSE,LONG); DEA = EMA(DIF,M); MACD=(DIF-DEA)*2 return RD(DIF),RD(DEA),RD(MACD) def KDJ(CLOSE,HIGH,LOW, N=9,M1=3,M2=3): # KDJ指标 RSV = (CLOSE - ...
close#2close#1 +0−0lines changed•1 comment Opened 2 other pull requests in 1 repository MIT-Bitcoin-2024/experiments-31open1merged both them This contribution was made on Oct 7Oct 7 th This contribution was made on Oct 3Oct 3