分类
加密货币

技术指标

外汇技术指标

风险批露: 交易股票、外汇、商品、期货、债券、基金等金融工具或加密货币属高风险行为,这些风险包括损失您的部分或全部投资金额,所以交易并非适合所有投资者。加密货币价格极易波动,可能受金融、监管或政治事件等外部因素的影响。保证金交易会放大金融风险。
在决定交易任何金融工具或加密货币前,您应当充分了解与金融市场交易相关的风险和成本,并谨慎考虑您的投资目标、经验水平以及风险偏好,必要时应当寻求专业意见。
Fusion Media提醒您,本网站所含数据未必实时、准确。本网站的数据和价格未必由市场或交易所提供,而可能由做市商提供,所以价格可能并不准确且可能与实际市场价格行情存在差异。即该价格仅为指示性价格,反映行情走势,不宜为交易目的使用。对于您因交易行为或依赖本网站所含信息所导致的任何损失,Fusion Media及本网站所含数据的提供商不承担责任。
未经Fusion Media及/或数据提供商书面许可,禁止使用、存储、复制、展现、修改、传播或分发本网站所含数据。提供本网站所含数据的供应商及交易所保留其所有知识产权。
本网站的广告客户可能会根据您与广告或广告主的互动情况,向Fusion Media支付费用。 本协议的英文版本系主要版本。如英文版本与中文版本存在差异,以英文版本为准。

BTCUSDT: Faust

Faust is a composite indicator that combines 3 volume indicators: TSV, OBV, and PVT. TSV moving average is plotted as an oscillator. OBV and PVT are calculated internally. Four divergences are calculated for each indicator (regular bearish, regular bullish, hidden bearish, 技术指标 技术指标 and hidden bullish) with three look-back periods (high, mid, and small). For TSV, the.技术指标

QQQ/IWM: DIX Two Symbols Delta and Cumulative Delta

Just a simple script to subtract the DIX of any two symbols give the Delta and Cumulative Delta. The default symbols are QQQ and IWM. There are a lot of possibilities with this, and it could easily be expanded to accommodate more symbols, but there are 技术指标 limitations to how many symbols I can add to this.

EURCAD: Fractal Support Resistance

Fractal Support Resistance

ETHUSD: ADL - Accumulation Distribution Line [UTS]

an underlying asset. It is determined by 技术指标 技术指标 the changes in price and volume. The volume acts as a weighting coefficient at the change of price — the higher the coefficient (the volume) is the 技术指标 greater the contribution of the price change (for this period of time) will be in the value of the indicator. The indicator is also known as Accumulation / Distribution.

BTCBUSD: 3commas GRID bot Visualisation

Hello everyone This is a grid display indicator for a 3-comma 技术指标 技术指标 技术指标 grid bot. Just enter the upper and lower borders of your grid and the number of grid cells in the indicator settings. It's simple!

BTCUSD: CMF Osc - Chaikin Money Flow Oscillator [UTS]

The well known Chaikin Money Flow Indicator as oscillator version. General Usage The indicator runs both above and below zero, made to denote whether an asset is in 技术指标 a bullish (above zero) or bearish (below zero) trend. It can be used to confirm trends, as well as spot possible trading signals due to divergences. A benefit of the oscillator version is that it.

AVGO: 52 Week High/Low to Yesterday

This script adds the 52 weeks (one year) high/low to the chart but it wouldn't update the value on the current trading day, so that it would remain at the same level for the whole trading day. It can come really handy for day trading the day of the 52 weeks high/low breakout/breakdown.

XBTUSD: CCI OBV 4K

mod of lazy bear's OBV coded CCI , which indicates CCI state by changing the color of the OBV. now it shows you when CCI 技术指标 is overbought or oversold, not just one or the other when CCI > 技术指标 100, that's an oversold signal and OBV line turns green when CCO -0.54% < -100, that's an undersold signal and OBV line turns red CCI threshold can be changed (ex. 200.

SBIN: Modified Nick Rypock Trailing Reverse Strategy

Modified from the opensource script posted by the user "everget". Added a few lines to include EMA controls which substantially removes noise signals.

FB: High - Low Trend Tunnel

High - Low Trend Tunnel Experiment. Using latest pinescript Array support! Plotting Highest highs and 技术指标 Lowest lows for specific length (can be defined in settings). The blue line is whom determinate the direction. Blue line is the average of the highest highs and lowest lows smoothed by EMA. Green - Up Trending. Red - Down Trending. Yellow - Squeeze, a.

干货!分享自用多年的日内交易技术指标(VWAP,EMA)

根据我自己的经验,使用VWAP搭配EMA9(周期为9的EMA均线)是十分有用的,尤其是在交易低波动的小盘股的时候。EMA的全称是Exponetial Moving 技术指标 Average,它主要用于跟踪股票在指定周期内的趋势。很多新人可能会有这样的疑问:“到底EMA和SMA有什么区别呢?”。SAM的全称是Simple Moving Average。相比于SMA,EMA对当前周期的价格波动有着更高的权重,所以EMA的更新会比SMA更快,也就是说EMA对价格的波动更加敏感,正因如此,EMA会更适合用于日内超短线交易。另一方面,SMA更新更慢,是因为它在指定周期中的价格权重都是相等的,所以SMA会更适合用于波段交易或者较长期的交易。

iBands

Calculates the Bollinger Bands® indicator and returns its value.

double iBands (
string symbol , // symbol
int timeframe , // timeframe
int period , // averaging period
double deviation , // standard deviations
int bands_shift , // bands shift
int applied_price , // applied price
int mode , // line index
int shift // shift
);

[in] Symbol name on the data of which 技术指标 the indicator will be calculated. NULL means the current symbol.

[in] Timeframe. It can be any of ENUM_TIMEFRAMES enumeration values. 0 技术指标 means the current chart timeframe.

[in] Averaging period to calculate the main line.

[in] Number of standard deviations from the main line.

[in] The indicator shift relative to the chart.

[in] Applied price. It can be any of ENUM_APPLIED_PRICE enumeration values.技术指标 技术指标

[in] Indicator line index. It can be any of the Indicators line identifiers enumeration value ( 0 - MODE_MAIN, 1 - 技术指标 MODE_UPPER, 2 - MODE_LOWER ).

[in] Index of the value taken from the indicator buffer (shift relative to the current bar the given amount of periods ago).

Numerical value of the Bollinger Bands® indicator.

if ( iBands ( NULL ,0,20,2,0, PRICE_LOW , MODE_LOWER ,0)> Low [0]) return (0);