iStdDev
Calculates the Standard Deviation indicator and returns its value.
double iStdDev (
string symbol , // symbol
int timeframe , // timeframe
int ma_period , // MA averaging period
int ma_shift , // MA shift
int ma_method , // MA averaging method
int applied_price , // applied price
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 MetaTrader 4 技术指标 values. 0 means the current chart timeframe.
[in] Moving Average period.
[in] Moving Average shift.
[in] Moving Average method. It can be any of ENUM_MA_METHOD enumeration values.
[in] Applied price. It can be any of ENUM_APPLIED_PRICE enumeration values.
[in] Index of the value taken from the indicator buffer (shift relative MetaTrader 4 技术指标 to the current bar the given MetaTrader 4 技术指标 amount of periods ago).
iMAOnArray
Calculates the Moving Average indicator on data, stored in array, and returns its value.
double MetaTrader 4 技术指标 iMAOnArray (
double array[] , // array with MetaTrader 4 技术指标 data
int total , // number of MetaTrader 4 技术指标 elements
int ma_period , // MA averaging period MetaTrader 4 技术指标
int ma_shift , // MA shift
int ma_method , // MA averaging method
int shift // shift
);
[in] Array with data.
[in] The number of items MetaTrader 4 技术指标 to be counted. 0 means the whole array.
[in] Averaging period for MetaTrader 4 技术指标 calculation.
[in] MA shift. Indicators line offset relate to the chart by timeframe.
[in] Moving Average method. It can be any of ENUM_MA_METHOD enumeration values.
[in] Index of the value taken from the indicator buffer (shift relative MetaTrader 4 技术指标 to the current bar the given amount of periods ago).
Numerical value of the Moving Average indicator, calculated on data, stored in array[].
Unlike iMA(. ), the iMAOnArray() function does not take data by symbol name, timeframe, the applied MetaTrader 4 技术指标 price. The price data must be previously prepared. The indicator is calculated from left to right. To access to the array elements as to a series array (i.e., from right MetaTrader 4 技术指标 to left), one has to use the ArraySetAsSeries() function.
double macurrent= iMAOnArray (ExtBuffer,0,5,0, MODE_LWMA ,0);
double macurrentslow= iMAOnArray (ExtBuffer,0,10,0, MODE_LWMA ,0);
double maprev= iMAOnArray (ExtBuffer,MetaTrader 4 技术指标 0,5,0, MODE_LWMA ,1);
double maprevslow= iMAOnArray (ExtBuffer,0,10,0, MODE_LWMA ,1);
//----
if (maprev=macurrentslow)
Alert ( "crossing up" );
MetaTrader 4 技术指标
Calculates the Commodity Channel Index indicator and returns its value.
double iCCI (
string symbol , // symbol
int timeframe , // timeframe
int period , // averaging period
int applied_price , // applied price
int shift // shift
);
[in] Symbol name on the data of which the indicator will be calculated. NULL means the current symbol.MetaTrader 4 技术指标
[in] Timeframe. It can be any of ENUM_TIMEFRAMES enumeration values. 0 means the current chart timeframe.
[in] Averaging period for calculation.
[in] Applied price. It can be any of ENUM_APPLIED_PRICE enumeration values.
[in] Index of the value MetaTrader 4 技术指标 taken from the indicator buffer (shift relative to the current bar the given amount of periods ago).
Numerical value of the Commodity Channel Index indicator.
if ( iCCI ( Symbol (),0,12, PRICE_TYPICAL ,0)> iCCI ( Symbol (),0,20, PRICE_TYPICAL ,0)) return (0);
外汇新手适用:四种基础技术指标简介
Zeal Capital Zeal MetaTrader 4 技术指标 Capital Market(Seychelles)Limited 是一家专注于向机构及零售投资者提供外汇、大宗商品、指数、股票等多元资产交易服务的金融机构,其经纪业务主要基于交易产品的买、卖点差及/或交易手续费。Market(塞舌尔) Limited为 Zeal Group成员,是由塞舌尔金融服务局(FSA)授权及监管的证券经纪商,牌照号:SD027,公司地址:Suite C, Orion Mall, Palm Street, Victoria, Mahe, Seychelles。
Zeal Capital Market(Seychelles) Limited 是由塞舌尔金融服务管理局(FSA)授权及监管的证券经纪商,牌照号:SD027,公司地址:Office 1, Unit 3, 1st Floor, Dekk Complex, Plaisance, Mahe, Seychelles。
Zeal Capital Market (UK) MetaTrader 4 技术指标 Limited 获英国金融行为监管局FCA(注册号码(FRN): 768451)授权从事特定金融活动及产品类型,包括代理投资交易、委托投资交易、安排并促进投资交易。公司地址:No. 1 Royal Exchange, London, EC3V 3DG, United Kingdom。
本网站www.zfx.com由山海证券(塞舌尔)有限公司 / Zeal Capital Market (Seychelles) Limited运营。
© 2022 Zeal Capital Market(塞舌尔)有限公司版权所有。
NOTICE 公告
Zeal Capital Market (Seychelles) Limited is part of Zeal Group, which does not accept or offer any products to Hong Kong residents or public. Moreover, while the Zeal Capital Market (Seychelles) Limited is regulated and licensed in other jurisdictions and operates under strict regulations MetaTrader 4 技术指标 of those other jurisdictions, it does not offer any of its products to the Hong Kong public.
Zeal Capital Market(塞舌尔)有限公司及其全球分支機構不接受也不向香港居民或公眾提供任何產品。Zeal Capital Market(塞舌尔)有限公司及其全球分支機構不接受也不向香港居民或公眾提供任何產品在其他司法管轄區域接受監管並獲得牌照,在其嚴格的監管之下經營,集團對香港公眾不提供任何產品。
Zeal Capital Market(塞舌尔)有限公司及其全球分支機構不接受也不向香港居民或公眾提供任何產品及其全球分支机构不接受也不向香港居民或公众提供任何产品。Zeal Capital Market(塞舌尔)有限公司及其全球分支機構不接受也不向香港居民或公眾提供任何產品在其他司法管辖区域接受监管并获得牌照,在其严格的监管之下经营,集团对香港公众不提供任何产品。