
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
My analysis.......
My analysis
i still couldn't come up with any ew indicators but while working came up with this alternate float has to do with Gann Stuff .. i call it true float
given some pips since yesterday .. trying to improve it.
here is the continuation on my count. As planned.
Advanced Get的OSC震荡指标MT源码
//+------------------------------------------------------------------+
//| OSC.mq4 |
//| Copyright ?2006,
//| http://www.cranesing.com |
//+------------------------------------------------------------------+
#property copyright "Copyright ?2006."
#property link "http://www.cranesing.com"
#property indicator_separate_window
#property indicator_buffers 3
#property indicator_color1 White
#property indicator_color2 Red
#property indicator_color3 Red
//---- buffers
double ExtMapBuffer1[];
double ExtMapBuffer2[];
double ExtMapBuffer3[];
double ExtMapBuffer4[];
double ExtMapBuffer5[];
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int init()
{
IndicatorBuffers(5);
//---- 3 additional buffers are used for counting.
SetIndexBuffer(3, ExtMapBuffer4);
SetIndexBuffer(4, ExtMapBuffer5);
//---- indicators
SetIndexStyle(0,DRAW_HISTOGRAM);
SetIndexBuffer(0,ExtMapBuffer1);
SetIndexStyle(1,DRAW_LINE);
SetIndexBuffer(1,ExtMapBuffer2);
SetIndexStyle(2,DRAW_LINE);
SetIndexBuffer(2,ExtMapBuffer3);
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator deinitialization function |
//+------------------------------------------------------------------+
int deinit()
{
//----
//----
return(0);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int start()
{
int counted_bars=IndicatorCounted();
//----
//----
int limit;
//---- check for possible errors
if(counted_bars<0) return(-1);
//---- last counted bar will be recounted
if(counted_bars>0) counted_bars--;
limit=Bars-counted_bars;
//----
for(int i=0; i<limit; i++)
ExtMapBuffer4=iMA(NULL,0,5,0,MODE_SMA,PRICE_MEDIAN,i);
for(i=0; i<limit; i++)
ExtMapBuffer5=iMA(NULL,0,35,0,MODE_SMA,PRICE_MEDIAN,i);
for(i=0; i<limit; i++)
ExtMapBuffer1=ExtMapBuffer4-ExtMapBuffer5;
double pr=2.0/(38+1);
int pos=Bars-2;
if (counted_bars>2) pos=Bars-counted_bars-1;
while(pos>=0)
{
if((pos==Bars-2))
{ ExtMapBuffer2[pos+1]=ExtMapBuffer1[pos+1];
ExtMapBuffer3[pos+1]=ExtMapBuffer1[pos+1];
}
if (ExtMapBuffer1[pos]>=0)
{
ExtMapBuffer2[pos]=ExtMapBuffer1[pos]*pr+ExtMapBuffer2[pos+1]*(1-pr);
ExtMapBuffer3[pos]=ExtMapBuffer3[pos+1];
}
else
{
ExtMapBuffer2[pos]=ExtMapBuffer2[pos+1];
ExtMapBuffer3[pos]=ExtMapBuffer1[pos]*pr+ExtMapBuffer3[pos+1]*(1-pr);
}
pos--;
}
//----
return(0);
}
//+------------------------------------------------------------------+edited post
1234 elliotwaves??
my first elliotwave eurjpy chart ...
gbpjpy telling me someting else..
i have some different view on gbpjpy . so conflicting with the last chart res @ 234.02
Gbpusd
isn't it supposed to stop below wave[1] if impulsive??
so we might just have the wave c ended now perhaps?? alright this elliotwaves is giving me headache already
Question about eillott wave! Please help!
I have read the book many times, but i still don't understand what's the difference between impluse wave and motive wave! help pls
I have read the book many times, but i still don't understand what's the difference between impluse wave and motive wave! help pls
Impulse waves are at the turn of the trend. waves 1 and A are impulse waves.
Or a break out wave that busts out of a consolidation/correction/ or triangle
Motive waves are just about any other waves in the trends direction.
edit:
At least thats how I understand it. If any one has a better explanation plz post.
But in the realm of trading, it doesn't matter as far as trades go.
Just knowing the common retrace levels of a pair and how to identify the turns in waves. And being able to lable 1,2,3,4,a,b,c waves correctly.
And stay off of charts below 4hr. Those 1 hr waves are hard to read and distort the real picture
I have read the book many times, but i still don't understand what's the difference between impluse wave and motive wave! help pls
below got some detail xplainantion :
Elliott Wave International - Elliott Wave Dot Net