johnsun888
johnsun888
johnsun888
已发布代码MA_BBands_YXF
The indicator is a combination of MA channels and Bollinger Bands.
8098
Christopher Evans
Christopher Evans 2014.10.21
I really like your indicator, I have been looking at a similar one with Keltner Bands. I have tried every possible combination with the adjustable variables, but none show as good results as the 12 shift does. If you could rectify this and have the indicator give real time arrows (without the shift) this indicator would be AMAZING!!!
johnsun888
已在MQL5.community注册
johnsun888
已添加主题CDP指标
从网上搜索的公式,做成带箭头的指标。代码如下: //+------------------------------------------------------------------+ //| CDP.mq4 | //| JOHNSUN YE | //| https://www.mql5.com/go?link=http://www.sedofx.com// |
johnsun888
已添加主题怎样 显示两条相交线的夹角的度数?
请问怎样写代码: 怎样求两条相交线的夹角的度数? 谢谢!
johnsun888
已添加主题一个胜率90%的公式,请高手写成MT4的指标大家分享
数据1:X1=21个周期内的开盘价的最高价; 数据2:X2=7个周期内的开盘价的最低价; 数据3:X3=(X1+X2)/ 2 ; 数据4:Y=X3 - 收盘价(在盘中指最新价); 当Y>0.00001 时,在K线上方画向下的红色箭头指向K线。 当Y<0.00001时, 在K线下方画向上的黄色箭头指向K线。 要求最好在k线图标箭头,不是在指标区域标。
johnsun888
已添加主题帮我修改一个EA,使它能在实盘使用
这个EA是读取 .hst 文件的数据,不能使用实盘数据。我想请那位好心的朋友帮我修改成在实盘使用的。谢谢! #property copyright "Copyright ?2009,Sedofx" #property link " http://www.sedofx.com/ " extern int Pips = 15; extern double Lots = 0.1; int g_file_88; bool gi_92=true; bool