已发布的产品

最多估价
策略的基本原理 根据前一个交易日的收盘价、最高价和最低价数据通过一定方式计算出六个价位,从大到小依次为:突破买入价、观察卖出价、反转卖出价、反转买入、观察买入价、突破卖出价。以此来形成当前交易日盘中交易的触发条件。 追踪盘中价格走势,实时判断触发条件。具体条件如下: 突破 在空仓条件下,如果盘中价格超过突破买入价,则采取趋势策略,即在该点位开仓做多。 在空仓条件下,如果盘中价格跌破突破卖出价,则采取趋势策略,即在该点位开仓做空。 反转 持多单,当日内最高价超过观察卖出价后,盘中价格出现回落,且进一步跌破反转卖出价构成的支撑线时,采取反转策略,即在该点位反手做空。 持空单,当日内最低价低于观察买入价后,盘中价格出现反弹,且进一步超过反转买入价构成的阻力线时,采取反转策略,即在该点位反手做多。 设定止损条件。当亏损达到设定值后,平仓。 设定是否隔夜留仓。
A cross - track indicator that visually shows the current bullish/bearish trend of the market through the midline (mid track), main line (upper track), and sub-lines (lower track). Intersections or upper rail turns can be used as buying and selling positions. Parameter description: period:10 price: WEIGHTED //HIGH //LOW //OPEN //CLOSE //MEDIAN //TYPICAL //AVERAGE //WEIGHTED method:Linear weighted //Simple //Exponential //Smoothed // Linear weighted main offset:1.5 sub offset:1 base:2 counts ad
UDWay
Xiong Luo
K线极点轨道UD 【input 参数】 InpMyMagic: 幻数 InpShowPanel: 是否展示面板 InpOneLot: 开单量1份[最大99.99](=0最小手,>0固定手,<0>=-1净亏比,<-1净余最小亏比) InpAllLot: 总净单量,100%(=0最小手,>0固定手,<0>=-1净亏比,<-1净余最小亏比) InpLotMaxMoney: 开单量计算的最大金额(=0不管,>0超过该值即限制为该值,<0超过整数值即限制为小数倍数) InpLot1Dot1Money: 开单1手变化1点时金额变化值。(<=0自动计算(美元),>0指定) InpDotBig: 大间隔点值(>=0点值,<1三位数点差均,<0整均比) InpDotSml: 小间隔点值(>=0点值,<1三位数点差均,<0整均比) ==========   UD   ========== InpUDType: 类型(=0不开,=1常规,=4偏极,=6平台,=8慢跟,=10超前,=12跟随) InpMinWidth: 上下轨宽度最小值(>=0点值,<1三位数点差均,<0整均比) InpHTurnT
What Is the Relative Vigor Index? The Relative Vigor Index (RVI) is a   momentum indicator   used in technical analysis that measures the strength of a trend by comparing a security's closing price to its trading range while smoothing the results using a   simple moving average   (SMA). The RVI's usefulness is based on the observed tendency for prices to close higher than they open during uptrends, and to close lower than they open in downtrends. KEY TAKEAWAYS The Relative Vigor Index (RVI) is a
The parabolic SAR indicator, developed by J. Welles Wilder Jr., is used by traders to determine trend direction and potential reversals in price. The technical indicator uses a trailing stop and reverse method called "SAR," or stop and reverse, to identify suitable exit and entry points.  The parabolic SAR indicator appears on a chart as a series of dots, either above or below an asset's price, depending on the direction the price is moving. A dot is placed below the price when it is trending u
Type(1EMA,2DEMA,3TEMA) FastPeriod SlowPeriod SignalPeriod PriceApplied ( HIGH(H) LOW(L) OPEN(O) CLOSE(C) MEDIAN(HL) TYPICAL(HLC) WEIGHTED(HLCC) ) Deviate Up Deviate Down Deviate Bar What Is Moving Average Convergence/Divergence (MACD)? Moving average convergence/divergence (MACD, or MAC-D) is a   trend-following   momentum   indicator that shows the relationship between two   exponential moving averages (EMAs)   of a   security’s   price. The MACD line is calculated by subtracting the 26-pe
根据高开低收价格确定反转点位,画出的极点折线。 The pole polyline is drawn according to the high opening and low closing price to determine the reversal point. 参数(Args): 1.周期数(Period)。参与界限计算的K柱数量。 2.界限(Divide)。计算方式包括:         t1,顺高低价 (Buy min H,Sell max L)           t2,逆高低价 (Buy min L,Sell max H)           t3,收盘价 (Buy min C,Sell max C)           t4,开盘价 (Buy min O,Sell max O)           t5,高开低收价的一半 (HOLC/2)           t6,高开低收价的一半+1 (HOLC/2+1)           t7,高开低收价的一半+2 (HOLC/2+2) 3.跨越界限使用的价格(Price)。包括收盘价(C)和高低价(HL) 4.偏移(