[MT4指标]长期均线瀑布流
主图指标
长期均线瀑布流 多根长期均线来显示均线 的阻力支撑
mt4指标类型:趋势指标
是否能用在mt4手机版上:否
是否含有未来函数:无
//+------------------------------------------------------------------+
//| Guppy Mulitple Moving Average (Long).mq4 |
//| Code written by - Matt Trigwell |
//| Checked by - Linuxser |
//| |
//+------------------------------------------------------------------+
// ***** INSTRUCTIONS *****
// Add the GMMA Short indicator and the GMMA Long indicator to your charts.
// This is the GMMA Long indicator
// ***** For information on how to use this fantastic indicator *****
// http://www.guppytraders.com/
// http://www.market-analyst.com/kb/article.php/Guppy_Multiple_Moving_Average
// http://tradermike.net/2004/05/another_look_at_multiple_moving_averages
// http://karakoyunlar.blogspot.com
#property copyright "Code written by - Matt Trigwell"
#property indicator_chart_window
//#property indicator_separate_window
#property indicator_buffers 6
#property indicator_color1 Red
#property indicator_color2 Red
#property indicator_color3 Red
#property indicator_color4 Red
#property indicator_color5 Red
#property indicator_color6 Red
extern color Long=Red;
//---- buffers
double ExtMapBuffer1;
double ExtMapBuffer2;
double ExtMapBuffer3;
double ExtMapBuffer4;
double ExtMapBuffer5;
double ExtMapBuffer6;
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
//---- indicators
SetIndexStyle(0,DRAW_LINE,EMPTY,CLR_NONE,Long);
SetIndexBuffer(0,ExtMapBuffer1);
SetIndexStyle(1,DRAW_LINE,EMPTY,CLR_NONE,Long);
SetIndexBuffer(1,ExtMapBuffer2);
SetIndexStyle(2,DRAW_LINE,EMPTY,CLR_NONE,Long);
SetIndexBuffer(2,ExtMapBuffer3);
SetIndexStyle(3,DRAW_LINE,EMPTY,CLR_NONE,Long);
SetIndexBuffer(3,ExtMapBuffer4);
SetIndexStyle(4,DRAW_LINE,EMPTY,CLR_NONE,Long);
SetIndexBuffer(4,ExtMapBuffer5);
SetIndexStyle(5,DRAW_LINE,EMPTY,CLR_NONE,Long);
SetIndexBuffer(5,ExtMapBuffer6);
//----
return(0);
}
int deinit()
{
return(0);
}
int start()
{
int i,j,limit,counted_bars=IndicatorCounted();
if(counted_bars<0) return(-1);
if(counted_bars>0) counted_bars--;
limit=Bars-counted_bars;
for(i=0; iGMMA_Long_v1.jpg
发表于:2015-04-20 11:57只看该作者
2楼
缺钱,灌水赚通宝,谢谢分享!!
发表于:2015-05-17 01:53只看该作者
3楼
推。
韬客社区www.talkfx.co
发表于:2015-05-17 02:34只看该作者
4楼
韬客社区www.talkfx.co
发表于:2015-05-20 03:40只看该作者
6楼
顶一下吧
韬客社区www.talkfx.co
发表于:2015-05-29 16:02只看该作者
7楼
怎么用的啊 复制代码 然后呢?
韬客社区www.talkfx.co
发表于:2015-05-30 00:46只看该作者
8楼
谢谢分享谢谢!!!!
韬客社区www.talkfx.co
发表于:2015-06-01 08:46只看该作者
9楼
回复不仅仅是为了元宝
韬客社区www.talkfx.co
发表于:2015-07-08 12:13只看该作者
10楼
谢谢分享!!!
韬客社区www.talkfx.co
发表于:2015-09-19 05:52只看该作者
11楼
谢谢分享谢谢!!!!
文章转自于韬客外汇论坛www.talkfx.com:http://www.talkfx.com/thread-240532-1-6.html
韬客社区www.talkfx.co
发表于:2015-10-28 07:47只看该作者
12楼
不错啊,比上次好多了。如果用全部数据测试就更好了。
韬客社区www.talkfx.co
发表于:2015-11-02 09:00只看该作者
13楼
謝謝分享。非常感謝樓主!
韬客社区www.talkfx.co
发表于:2015-11-09 10:48只看该作者
14楼
你这个和均线有区别?
韬客社区www.talkfx.co
发表于:2015-12-17 06:27只看该作者
15楼
顾比均线?
韬客社区www.talkfx.co
发表于:2015-12-17 16:56只看该作者
16楼
缺钱,灌水赚通宝,谢谢分享 |
韬客社区www.talkfx.co
发表于:2015-12-17 16:57只看该作者
17楼
缺钱,灌水赚通宝,谢谢分享
韬客社区www.talkfx.co
发表于:2015-12-30 02:53只看该作者
18楼
感谢!!
韬客社区www.talkfx.co
发表于:2016-06-30 09:33只看该作者
19楼
谢谢楼主
韬客社区www.talkfx.co
发表于:2016-06-30 13:46只看该作者
20楼
要是有些策略介绍,就更完美了
韬客社区www.talkfx.co