[经济观察]求有acceleration bands指标和8小时区间的外汇图表软件 fxsolutions让我发指
今日开盘要打开fxsolutions的图表软件 , 打不开, 后 联系fxsolutions客服 , 被告之换新软件 ,原有 软件不能再使用,而后本人下载新软件发现和老款软件完全不同 ,不会使用,且图表软件原来的交易系统(工作区)无法载入到新的软件中,完全需要重新设置,新软件的指标也比原来的图表软件少很多,更没有8小时工作区间,我又询问fxsolutions的客服,他们也是在应付,从对话中感觉对方没什么服务意识,于是我和fxsolutions的 代理商环亚联系 ,关于软件更新的事情 ,环亚方表示不知道, 我真是为我的资金安全担忧,现在这里寻找帮助,想问问各位汇有是否知道哪个外汇图表软件有8小时的工作区间和acceleration bands指标????????非常感谢 关于fxsolutions这个不负责的家伙,我必唾之弃之!!!!!!!!!!!!!!!!!!!!
发表于:2013-04-08 04:00只看该作者
2楼
怪不得我今天打不开
韬客社区www.talkfx.co
4楼
请问有高手帮忙吗? 感谢
韬客社区www.talkfx.co
发表于:2013-04-08 05:10只看该作者
5楼
mt5有8小时周期,这个指标有没有不清楚。
6楼
感谢您的帮助!!! 请问哪里能下载并在不开相关帐户的情况下使用???????????感谢 还有没有别的软件 我想多比较几个 谢谢!!!!!!!!!!!!!!!!!!!!!!!
韬客社区www.talkfx.co
8楼
mt5有8小时 但是没有加速带指标
9楼
http://www.freestockcharts.com/ 是有加速带 但没8小时
发表于:2013-04-08 10:49只看该作者
11楼
用了几年的软件一下没了不适应,下载个新的还是病毒
韬客社区www.talkfx.co
发表于:2013-04-08 11:30只看该作者
12楼
fxsol美国的业务结束了,图表软件也被阉割了。
发表于:2013-04-08 11:47只看该作者
13楼
本帖最后由 亏货又下单 于 2013-4-8 20:09 编辑
这有个mt4的,可以用在4小时的mt4上。//+------------------------------------------------------------------+
//| i_fm_Acceleration_Bands.mq4 |
//| * |
//| * |
//+------------------------------------------------------------------+
#property copyright "*"
#property link "*"
#property indicator_chart_window
#property indicator_buffers 3
#property indicator_color1 Red
#property indicator_color2 Red
#property indicator_color3 Red
//---- input parameters
extern double Factor=2;//
extern int smPeriod=20;//
extern int smMethod=0;//
//---- buffers
double ExtMapBuffer1;
double ExtMapBuffer2;
double ExtMapBuffer3;
double ExtMapBuffer4;
double ExtMapBuffer5;
double ExtMapBuffer6;
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
//---- indicators
IndicatorBuffers(6);
SetIndexStyle(0,DRAW_LINE);
SetIndexBuffer(0,ExtMapBuffer1);
SetIndexStyle(1,DRAW_LINE);
SetIndexBuffer(1,ExtMapBuffer2);
SetIndexStyle(2,DRAW_LINE);
SetIndexBuffer(2,ExtMapBuffer6);
SetIndexBuffer(3,ExtMapBuffer3);
SetIndexBuffer(4,ExtMapBuffer4);
SetIndexBuffer(5,ExtMapBuffer5);
SetIndexDrawBegin(0,smPeriod);
SetIndexDrawBegin(1,smPeriod);
SetIndexDrawBegin(2,smPeriod);
SetIndexLabel(0,"AB Upper");
SetIndexLabel(1,"AB Lower");
SetIndexLabel(2,"AB Central");
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
int limit=Bars-IndicatorCounted();
for(int i=limit-1;i>=0;i--){
ExtMapBuffer3=High*(1+Factor*(High-Low)/((High+Low)/2));
ExtMapBuffer4=Low*(1-Factor*(High-Low)/((High+Low)/2));
ExtMapBuffer5=(ExtMapBuffer3+ExtMapBuffer4)/2;
}
for(i=limit-1;i>=0;i--){
ExtMapBuffer1=iMAOnArray(ExtMapBuffer3,0,smPeriod,0,smMethod,i);
ExtMapBuffer2=iMAOnArray(ExtMapBuffer4,0,smPeriod,0,smMethod,i);
ExtMapBuffer6=(ExtMapBuffer1+ExtMapBuffer2)/2;
}
return(0);
}
//+------------------------------------------------------------------+
发表于:2013-04-08 12:15只看该作者
14楼
15楼
找了一天 还是没有找到有8小时 同时也有加速带的 这公司对客户太不负责了 我肯定换平台了 别哪天资金安全再出问题
韬客社区www.talkfx.co
发表于:2013-04-08 12:50只看该作者
16楼
不用fxsol好多年
发表于:2013-04-08 13:39只看该作者
17楼
确实不习惯了,这破软件难用得不是一点点
原则:
1必需设止损
2不得亏损加仓
19楼
继续顶!!!!!!!!!!fxsolutions这样不负责 践踏汇友心血的商家 定不能让他们在中国大摇大摆继续招摇!!!!!!!!!!!!!!
韬客社区www.talkfx.co
20楼
继续顶!!!!!!!!!!!!!!
韬客社区www.talkfx.co