MT4里的均线什么显示价格
没交易量的,即使能看到,那不是量(额),而是单根K线的从开始到结束的跳动次数(全球没有外汇保证金统资金量的机构,而且每个交易者使用的不一样,使用的资金也就不一样,国与国之间的交易额也是保密的,你觉得能有准确的成交量吗)
价格线是最上面的显示有下拉菜单里的工具栏,单击常用,出现条形对话框,找到市场报价点击下,找到你想看的货币,点右键有下拉菜单,点图标窗口,K线小看不清,点键盘最右边的“+”就可以了
均线是最上面的显示有下拉菜单里的工具栏,单击常用,找到导航,点技术指标,点趋势指标,M开头的就是均线里设置均线的时候有四种,分别为Simple、Exponential、Smoothed、Lin...
一般用Exponential这个比较多
MT4软件 均线数值如何显示在图表上
要写一段代码!!
取均线的值显示出来!!
void subPrintDetails()
{
string sComment = ;
string sp = ----------------------------------------\n;
string NL = \n;
string sDirection = ;
double S_P;
double D_P;
sComment = sp;
sComment = sComment + My MACD Auto Trade System + NL;
sComment = sComment + sp;
sComment = sComment + Profit_FF= + DoubleToStr(Profit_FF,0) + ;
sComment = sComment + Stops_FF= + DoubleToStr(Stops_FF,0) + NL;
sComment = sComment + Profit_FFF= + DoubleToStr(Profit_FFF,0) + ;
sComment = sComment + Stops_FFF= + DoubleToStr(Stops_FFF,0) + NL;
sComment = sComment + flag_ADX= + DoubleToStr(flag_ADX,0) + NL;
sComment = sComment + ADX1= + DoubleToStr((iADX(NULL,0,14,PRICE_HIGH,MODE_MAIN,1)),Digits) + NL;
sComment = sComment + FF_FF= + DoubleToStr(FF_FF,0) + ;
sComment = sComment + C_MACD[1]= + DoubleToStr(C_MACD[1],Digits) +;
// sComment = sComment + C_MACD_1= + DoubleToStr(C_MACD[1],Digits) + NL;
// sComment = sComment + sp;
// sComment = sComment + sp;
// sComment = sComment + 资产净值= + DoubleToStr(AccountEquity(),Digits) + +NL;
// sComment = sComment + sp;
// sComment = sComment + sp;
// sComment = sComment + 账户利润= + DoubleToStr(AccountProfit(),Digits) + NL;
// sComment = sComment + C_LOW14_50= + DoubleToStr(C_LOW14_50,Digits) + NL;
// sComment = sComment + sp;
// sComment = sComment + Lots= + DoubleToStr(Lots,2) + ;
//
// sComment = sComment + tt= + DoubleToStr(tt,Digits) + NL;
// sComment = sComment + sp;
Comment(sComment);
// return(0);
}
这个是我自己用的代码,显示的不是均线,,,
首先一般人不会实时去看均线对应的价格 只通过K线和均线的比对看均线和K线有多远 在上方下方 有没有支撑就可以了 再次也不能实时显现价格 因为均线是价格连线 如果显示价格就是无数个数字连起来的 线上每一点都是一个价格 数字多到重合都显示不完
MT4 平台怎么添加均线线比较好 你在做伦敦金吧
外汇中MT4平台 EA智能交易参数设置,MA均线的设置方法,会的加分
说起来比较繁琐,参考我的空间的文章.